I’m trying to build the Hello Drone example AirSDK mission but I keep running into compiler problems.
I have followed the steps in this post to be able to build for the simulator, but it’s unclear what needs to be done to get it to run on an actual drone.
I did have to specifically install gcc-10-aarch64-linux-gnu which isn’t specifically mentioned but makes sense for an ARM drone.
In the post it is mentioned
For the drone, you need to define the appropriate compiler.
Which based on the error is gcc version 6.3. Does that mean I need to track down the aarch64 cross compiler for that?