Performing C++ SOURCE FILE Test HAVE_CXX_ATOMICS64_WITHOUT_LIB failed with the following output: Change Dir: /tmp/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_96dc4/fast && make[1]: Entering directory '/tmp/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_96dc4.dir/build.make CMakeFiles/cmTC_96dc4.dir/build make[2]: Entering directory '/tmp/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_96dc4.dir/src.cxx.o /tmp/instance-0/output-1/host/bin/riscv32-linux-g++ --sysroot=/tmp/instance-0/output-1/host/riscv32-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wconversion -pedantic -Wextra -Wno-missing-field-initializers -DHAVE_CXX_ATOMICS64_WITHOUT_LIB -std=c++11 -DNDEBUG -o CMakeFiles/cmTC_96dc4.dir/src.cxx.o -c /tmp/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp/src.cxx /tmp/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()': /tmp/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp/src.cxx:6:12: warning: unused variable 'i' [-Wunused-variable] 6 | uint64_t i = x.load(std::memory_order_relaxed); | ^ Linking CXX executable cmTC_96dc4 /tmp/instance-0/output-1/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_96dc4.dir/link.txt --verbose=1 /tmp/instance-0/output-1/host/bin/riscv32-linux-g++ --sysroot=/tmp/instance-0/output-1/host/riscv32-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wconversion -pedantic -Wextra -Wno-missing-field-initializers -DHAVE_CXX_ATOMICS64_WITHOUT_LIB -std=c++11 -DNDEBUG CMakeFiles/cmTC_96dc4.dir/src.cxx.o -o cmTC_96dc4 /tmp/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/riscv32-buildroot-linux-gnu/10.2.0/../../../../riscv32-buildroot-linux-gnu/bin/ld: CMakeFiles/cmTC_96dc4.dir/src.cxx.o: in function `.L0 ': src.cxx:(.text.startup+0x14): undefined reference to `__atomic_load_8' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_96dc4.dir/build.make:87: cmTC_96dc4] Error 1 make[2]: Leaving directory '/tmp/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_96dc4/fast] Error 2 make[1]: Leaving directory '/tmp/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; } Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /tmp/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_3821f/fast && make[1]: Entering directory '/tmp/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_3821f.dir/build.make CMakeFiles/cmTC_3821f.dir/build make[2]: Entering directory '/tmp/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_3821f.dir/src.c.o /tmp/instance-0/output-1/host/bin/riscv32-linux-gcc --sysroot=/tmp/instance-0/output-1/host/riscv32-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DCMAKE_HAVE_LIBC_PTHREAD -DNDEBUG -o CMakeFiles/cmTC_3821f.dir/src.c.o -c /tmp/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_3821f /tmp/instance-0/output-1/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3821f.dir/link.txt --verbose=1 /tmp/instance-0/output-1/host/bin/riscv32-linux-gcc --sysroot=/tmp/instance-0/output-1/host/riscv32-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DCMAKE_HAVE_LIBC_PTHREAD -DNDEBUG CMakeFiles/cmTC_3821f.dir/src.c.o -o cmTC_3821f -latomic /tmp/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/riscv32-buildroot-linux-gnu/10.2.0/../../../../riscv32-buildroot-linux-gnu/bin/ld: CMakeFiles/cmTC_3821f.dir/src.c.o: undefined reference to symbol 'pthread_join@@GLIBC_2.33' /tmp/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/riscv32-buildroot-linux-gnu/10.2.0/../../../../riscv32-buildroot-linux-gnu/bin/ld: /tmp/instance-0/output-1/host/riscv32-buildroot-linux-gnu/sysroot/lib32/libpthread.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_3821f.dir/build.make:87: cmTC_3821f] Error 1 make[2]: Leaving directory '/tmp/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_3821f/fast] Error 2 make[1]: Leaving directory '/tmp/instance-0/output-1/build/pistache-f2f5a50fbfb5b8ef6cf1d3d2a9d442a8270e375d/CMakeFiles/CMakeTmp' Source file was: #include void* test_func(void* data) { return data; } int main(void) { pthread_t thread; pthread_create(&thread, NULL, test_func, NULL); pthread_detach(thread); pthread_join(thread, NULL); pthread_atfork(NULL, NULL, NULL); pthread_exit(NULL); return 0; }