MAVSDK: mavsdk_server build fail

I want build mavsdk_server, but there had some problems…

I have already installed this one

sudo apt-get install build-essential cmake git

I used this command There was a no problem

cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DBUILD_MAVSDK_SERVER=ON -Bbuild/default -H.

But this one had problems

cmake --build build/default -j8

image

Looks like grpc library error… So I have installed grpc with this guide https://grpc.io/docs/languages/cpp/quickstart/ But still error occured.

My Ubunt environment

cmake version 3.16.3

OpenSSL 1.1.1i 8 Dec 2020

Distributor ID: Ubuntu Description: Ubuntu 20.04.3 LTS Release: 20.04 Codename: focal

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 15 (1 by maintainers)

Most upvoted comments

@julianoes that’s okay thank you I found mavsdkserver releases artifacts. so I have just used that one. Thanks for helping me.