We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I got this error while I am building last stable branch of MAVSDK.
pi@raspberrypi:~/MAVSDK $ cmake --build build/default [ 1%] Built target gtest [ 18%] Built target mavsdk [ 20%] Built target mavsdk_calibration [ 23%] Built target mavsdk_camera [ 24%] Built target mavsdk_mission [ 26%] Built target mavsdk_telemetry [ 27%] Built target gmock [ 28%] Built target gtest_main [ 29%] Linking CXX executable unit_tests_runner /usr/bin/ld: core/libmavsdk.so.0.35.1: undefined reference to `__atomic_store_8' collect2: error: ld returned 1 exit status make[2]: *** [src/CMakeFiles/unit_tests_runner.dir/build.make:349: src/unit_tests_runner] Error 1 make[1]: *** [CMakeFiles/Makefile2:127: src/CMakeFiles/unit_tests_runner.dir/all] Error 2 make: *** [Makefile:130: all] Error 2
The text was updated successfully, but these errors were encountered:
This should be resolved in the latest develop, see #1300.
Sorry, something went wrong.
No branches or pull requests
Hi,
I got this error while I am building last stable branch of MAVSDK.
pi@raspberrypi:~/MAVSDK $ cmake --build build/default
[ 1%] Built target gtest
[ 18%] Built target mavsdk
[ 20%] Built target mavsdk_calibration
[ 23%] Built target mavsdk_camera
[ 24%] Built target mavsdk_mission
[ 26%] Built target mavsdk_telemetry
[ 27%] Built target gmock
[ 28%] Built target gtest_main
[ 29%] Linking CXX executable unit_tests_runner
/usr/bin/ld: core/libmavsdk.so.0.35.1: undefined reference to `__atomic_store_8'
collect2: error: ld returned 1 exit status
make[2]: *** [src/CMakeFiles/unit_tests_runner.dir/build.make:349: src/unit_tests_runner] Error 1
make[1]: *** [CMakeFiles/Makefile2:127: src/CMakeFiles/unit_tests_runner.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
The text was updated successfully, but these errors were encountered: