Compiling HelloDrone c++ on Ubuntu #3529
Unanswered
mmuetert
asked this question in
Support Q&A
Replies: 1 comment 4 replies
-
|
Hi @mmuetert , AFAIK when you build AirSim the script builds all the C++ projects included and generates executables under |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to compile HelloDrone to get a feel for the C++ APIs. I am working in Ubuntu 18.04. I went to the folder AirSim/cmake/HelloDrone, created a build directory, changed to the build directory and ran cmake. It seemed to run alright, generating a bunch of files in build. I then tried to run make, but received the following errors:
/usr/bin/ld: cannot find -lAirLib
/usr/bin/ld: cannot find -lrpc
I know these mean the system can't find the libraries, but I don't know how to fix it. Can someone help? I am new to AirSim and C++, so apologies if this is a trivial problem.
Beta Was this translation helpful? Give feedback.
All reactions