-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build airsim ros packages #2551
Comments
I had the same problem. I built the AirSim folder on a Linux ubuntu 16.04 machine. c++: error: unrecognized command line option ‘-stdlib=libc++’ I also tried to change the compilers to clang:
or
or
The catkin_make process stopped with an error: |
I have the same problem, however I was quite successful on my first attempt, but after I delete and clone again, after |
I guess that's because on your first attempt, the AirSim folder was in an earlier version. After you cloned again, you got the latest version which matched the Unreal Engine 4.24 with clang 8. Then the problem showed up. |
I am also facing the same issue. I tried the following link to switch to clang which removed the error |
I am also unable to build this. Here are the sequence of errors i ran into:
Here are some related issues:
|
Added a fix here #2571 gcc >= 8.0.0 is required (added in docs) |
#2571 is merged, and this issue should be resolved now |
I am trying to build the Airsim ros packages in WSL on windows 10. I followed the guide https://microsoft.github.io/AirSim/airsim_ros_pkgs/. When running catkin build i get an error saying: c++: error: unrecognized command line option ‘-stdlib=libc++’
Tried checking other issues, but could not find a solution. Have tried setting the CXX compiler to Clang. Then the build did not throw any errors, but would not complete build either.
Full log can be seen below.
The text was updated successfully, but these errors were encountered: