I am trying to set up the SITL simulation on an Ubuntu machine. When I run sim_vehicle.sh from the ArduCopter directory, I get the error “unrecognized command line option ‘-std=gnu++11’”, and the build fails. When I run it from the ardupilot directory, it fails to change to the vehicle directory. Any suggestions?
I was able to solve the issue! My C compiler was too old and didn’t recognize some parts of the new C standards. Once I updated it and set the new version to be the default, the simulation runs. Thanks for the reply!