Performing C++ SOURCE FILE Test HAVE_CXX_ATOMICS64_WITHOUT_LIB failed with the following output: Change Dir: /home/buildroot/autobuild/run/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_0da6e/fast && make[1]: Entering directory `/home/buildroot/autobuild/run/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_0da6e.dir/build.make CMakeFiles/cmTC_0da6e.dir/build make[2]: Entering directory `/home/buildroot/autobuild/run/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_0da6e.dir/src.cxx.o /home/buildroot/autobuild/run/instance-0/output-1/host/bin/mipsel-linux-g++ --sysroot=/home/buildroot/autobuild/run/instance-0/output-1/host/mipsel-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -D_FORTIFY_SOURCE=1 -Wall -Wconversion -pedantic -Wextra -Wno-missing-field-initializers -DHAVE_CXX_ATOMICS64_WITHOUT_LIB -std=c++11 -o CMakeFiles/cmTC_0da6e.dir/src.cxx.o -c /home/buildroot/autobuild/run/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp/src.cxx /home/buildroot/autobuild/run/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()': /home/buildroot/autobuild/run/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp/src.cxx:6:12: warning: unused variable 'i' [-Wunused-variable] uint64_t i = x.load(std::memory_order_relaxed); ^ Linking CXX executable cmTC_0da6e /home/buildroot/autobuild/run/instance-0/output-1/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0da6e.dir/link.txt --verbose=1 /home/buildroot/autobuild/run/instance-0/output-1/host/bin/mipsel-linux-g++ --sysroot=/home/buildroot/autobuild/run/instance-0/output-1/host/mipsel-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -D_FORTIFY_SOURCE=1 -Wall -Wconversion -pedantic -Wextra -Wno-missing-field-initializers -DHAVE_CXX_ATOMICS64_WITHOUT_LIB -std=c++11 CMakeFiles/cmTC_0da6e.dir/src.cxx.o -o cmTC_0da6e /home/buildroot/autobuild/run/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mipsel-buildroot-linux-gnu/8.3.0/../../../../mipsel-buildroot-linux-gnu/bin/ld: CMakeFiles/cmTC_0da6e.dir/src.cxx.o: in function `std::__atomic_base::load(std::memory_order) const': /home/buildroot/autobuild/run/instance-0/output-1/host/opt/ext-toolchain/mipsel-buildroot-linux-gnu/include/c++/8.3.0/bits/atomic_base.h:396: undefined reference to `__atomic_load_8' /home/buildroot/autobuild/run/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mipsel-buildroot-linux-gnu/8.3.0/../../../../mipsel-buildroot-linux-gnu/bin/ld: /home/buildroot/autobuild/run/instance-0/output-1/host/opt/ext-toolchain/mipsel-buildroot-linux-gnu/include/c++/8.3.0/bits/atomic_base.h:396: undefined reference to `__atomic_load_8' collect2: error: ld returned 1 exit status make[2]: *** [cmTC_0da6e] Error 1 make[2]: Leaving directory `/home/buildroot/autobuild/run/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_0da6e/fast] Error 2 make[1]: Leaving directory `/home/buildroot/autobuild/run/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp' Source file was: #include #include std::atomic x (0); int main() { uint64_t i = x.load(std::memory_order_relaxed); return 0; } Determining if the function __atomic_load_8 exists in the atomic failed with the following output: Change Dir: /home/buildroot/autobuild/run/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_5ef17/fast && make[1]: Entering directory `/home/buildroot/autobuild/run/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_5ef17.dir/build.make CMakeFiles/cmTC_5ef17.dir/build make[2]: Entering directory `/home/buildroot/autobuild/run/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_5ef17.dir/CheckFunctionExists.cxx.o /home/buildroot/autobuild/run/instance-0/output-1/host/bin/mipsel-linux-g++ --sysroot=/home/buildroot/autobuild/run/instance-0/output-1/host/mipsel-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -D_FORTIFY_SOURCE=1 -Wall -Wconversion -pedantic -Wextra -Wno-missing-field-initializers -DCHECK_FUNCTION_EXISTS=__atomic_load_8 -o CMakeFiles/cmTC_5ef17.dir/CheckFunctionExists.cxx.o -c /home/buildroot/autobuild/run/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CheckLibraryExists/CheckFunctionExists.cxx : error: new declaration 'char __atomic_load_8()' ambiguates built-in declaration 'long long unsigned int __atomic_load_8(const volatile void*, int)' [-fpermissive] /home/buildroot/autobuild/run/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CheckLibraryExists/CheckFunctionExists.cxx:7:3: note: in expansion of macro 'CHECK_FUNCTION_EXISTS' CHECK_FUNCTION_EXISTS(void); ^~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CheckLibraryExists/CheckFunctionExists.cxx: In function 'int main(int, char**)': /home/buildroot/autobuild/run/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CheckLibraryExists/CheckFunctionExists.cxx:17:25: error: too few arguments to function 'long long unsigned int __atomic_load_8(const volatile void*, int)' CHECK_FUNCTION_EXISTS(); ^ make[2]: *** [CMakeFiles/cmTC_5ef17.dir/CheckFunctionExists.cxx.o] Error 1 make[2]: Leaving directory `/home/buildroot/autobuild/run/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_5ef17/fast] Error 2 make[1]: Leaving directory `/home/buildroot/autobuild/run/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp'