Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /tmp/instance-0/output-1/build/librtlsdr-d794155ba65796a76cd0a436f9709f4601509320/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_a7b3e/fast && make[1]: Entering directory '/tmp/instance-0/output-1/build/librtlsdr-d794155ba65796a76cd0a436f9709f4601509320/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_a7b3e.dir/build.make CMakeFiles/cmTC_a7b3e.dir/build make[2]: Entering directory '/tmp/instance-0/output-1/build/librtlsdr-d794155ba65796a76cd0a436f9709f4601509320/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a7b3e.dir/src.c.o /tmp/instance-0/output-1/host/bin/riscv64-linux-gcc --sysroot=/tmp/instance-0/output-1/host/riscv64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_a7b3e.dir/src.c.o -c /tmp/instance-0/output-1/build/librtlsdr-d794155ba65796a76cd0a436f9709f4601509320/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_a7b3e /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a7b3e.dir/link.txt --verbose=1 /tmp/instance-0/output-1/host/bin/riscv64-linux-gcc --sysroot=/tmp/instance-0/output-1/host/riscv64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -DCMAKE_HAVE_LIBC_PTHREAD CMakeFiles/cmTC_a7b3e.dir/src.c.o -o cmTC_a7b3e /tmp/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/riscv64-buildroot-linux-gnu/8.3.0/../../../../riscv64-buildroot-linux-gnu/bin/ld: CMakeFiles/cmTC_a7b3e.dir/src.c.o: in function `main': /tmp/instance-0/output-1/build/librtlsdr-d794155ba65796a76cd0a436f9709f4601509320/CMakeFiles/CMakeTmp/src.c:11: undefined reference to `pthread_create' /tmp/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/riscv64-buildroot-linux-gnu/8.3.0/../../../../riscv64-buildroot-linux-gnu/bin/ld: /tmp/instance-0/output-1/build/librtlsdr-d794155ba65796a76cd0a436f9709f4601509320/CMakeFiles/CMakeTmp/src.c:12: undefined reference to `pthread_detach' /tmp/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/riscv64-buildroot-linux-gnu/8.3.0/../../../../riscv64-buildroot-linux-gnu/bin/ld: /tmp/instance-0/output-1/build/librtlsdr-d794155ba65796a76cd0a436f9709f4601509320/CMakeFiles/CMakeTmp/src.c:13: undefined reference to `pthread_join' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_a7b3e.dir/build.make:87: cmTC_a7b3e] Error 1 make[2]: Leaving directory '/tmp/instance-0/output-1/build/librtlsdr-d794155ba65796a76cd0a436f9709f4601509320/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_a7b3e/fast] Error 2 make[1]: Leaving directory '/tmp/instance-0/output-1/build/librtlsdr-d794155ba65796a76cd0a436f9709f4601509320/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; } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /tmp/instance-0/output-1/build/librtlsdr-d794155ba65796a76cd0a436f9709f4601509320/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_7c66d/fast && make[1]: Entering directory '/tmp/instance-0/output-1/build/librtlsdr-d794155ba65796a76cd0a436f9709f4601509320/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_7c66d.dir/build.make CMakeFiles/cmTC_7c66d.dir/build make[2]: Entering directory '/tmp/instance-0/output-1/build/librtlsdr-d794155ba65796a76cd0a436f9709f4601509320/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7c66d.dir/CheckFunctionExists.c.o /tmp/instance-0/output-1/host/bin/riscv64-linux-gcc --sysroot=/tmp/instance-0/output-1/host/riscv64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_7c66d.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c Linking C executable cmTC_7c66d /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7c66d.dir/link.txt --verbose=1 /tmp/instance-0/output-1/host/bin/riscv64-linux-gcc --sysroot=/tmp/instance-0/output-1/host/riscv64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_7c66d.dir/CheckFunctionExists.c.o -o cmTC_7c66d -lpthreads /tmp/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/riscv64-buildroot-linux-gnu/8.3.0/../../../../riscv64-buildroot-linux-gnu/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_7c66d.dir/build.make:87: cmTC_7c66d] Error 1 make[2]: Leaving directory '/tmp/instance-0/output-1/build/librtlsdr-d794155ba65796a76cd0a436f9709f4601509320/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_7c66d/fast] Error 2 make[1]: Leaving directory '/tmp/instance-0/output-1/build/librtlsdr-d794155ba65796a76cd0a436f9709f4601509320/CMakeFiles/CMakeTmp' Performing C SOURCE FILE Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY failed with the following output: Change Dir: /tmp/instance-0/output-1/build/librtlsdr-d794155ba65796a76cd0a436f9709f4601509320/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_44ea1/fast && make[1]: Entering directory '/tmp/instance-0/output-1/build/librtlsdr-d794155ba65796a76cd0a436f9709f4601509320/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_44ea1.dir/build.make CMakeFiles/cmTC_44ea1.dir/build make[2]: Entering directory '/tmp/instance-0/output-1/build/librtlsdr-d794155ba65796a76cd0a436f9709f4601509320/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_44ea1.dir/src.c.o /tmp/instance-0/output-1/host/bin/riscv64-linux-gcc --sysroot=/tmp/instance-0/output-1/host/riscv64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY -fvisibility-inlines-hidden -o CMakeFiles/cmTC_44ea1.dir/src.c.o -c /tmp/instance-0/output-1/build/librtlsdr-d794155ba65796a76cd0a436f9709f4601509320/CMakeFiles/CMakeTmp/src.c cc1: warning: command line option '-fvisibility-inlines-hidden' is valid for C++/ObjC++ but not for C Linking C executable cmTC_44ea1 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_44ea1.dir/link.txt --verbose=1 /tmp/instance-0/output-1/host/bin/riscv64-linux-gcc --sysroot=/tmp/instance-0/output-1/host/riscv64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY CMakeFiles/cmTC_44ea1.dir/src.c.o -o cmTC_44ea1 make[2]: Leaving directory '/tmp/instance-0/output-1/build/librtlsdr-d794155ba65796a76cd0a436f9709f4601509320/CMakeFiles/CMakeTmp' make[1]: Leaving directory '/tmp/instance-0/output-1/build/librtlsdr-d794155ba65796a76cd0a436f9709f4601509320/CMakeFiles/CMakeTmp' Source file was: int main(void) { return 0; }