Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /home/buildroot/autobuild/run/instance-0/output-1/build/host-uuu-1.4.193/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_48e83/fast && make[1]: Entering directory '/home/buildroot/autobuild/run/instance-0/output-1/build/host-uuu-1.4.193/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_48e83.dir/build.make CMakeFiles/cmTC_48e83.dir/build make[2]: Entering directory '/home/buildroot/autobuild/run/instance-0/output-1/build/host-uuu-1.4.193/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_48e83.dir/src.c.o /usr/bin/gcc -DCMAKE_HAVE_LIBC_PTHREAD -O2 -I/home/buildroot/autobuild/run/instance-0/output-1/host/include -o CMakeFiles/cmTC_48e83.dir/src.c.o -c /home/buildroot/autobuild/run/instance-0/output-1/build/host-uuu-1.4.193/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_48e83 /home/buildroot/autobuild/run/instance-0/output-1/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_48e83.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -I/home/buildroot/autobuild/run/instance-0/output-1/host/include -L/home/buildroot/autobuild/run/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-0/output-1/host/lib CMakeFiles/cmTC_48e83.dir/src.c.o -o cmTC_48e83 CMakeFiles/cmTC_48e83.dir/src.c.o: In function `main': src.c:(.text.startup+0x23): undefined reference to `pthread_create' src.c:(.text.startup+0x2c): undefined reference to `pthread_detach' src.c:(.text.startup+0x35): undefined reference to `pthread_cancel' src.c:(.text.startup+0x40): undefined reference to `pthread_join' src.c:(.text.startup+0x4b): undefined reference to `pthread_atfork' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_48e83.dir/build.make:98: recipe for target 'cmTC_48e83' failed make[2]: *** [cmTC_48e83] Error 1 make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output-1/build/host-uuu-1.4.193/CMakeFiles/CMakeTmp' Makefile:127: recipe for target 'cmTC_48e83/fast' failed make[1]: *** [cmTC_48e83/fast] Error 2 make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output-1/build/host-uuu-1.4.193/CMakeFiles/CMakeTmp' Source file was: #include static void* test_func(void* data) { return data; } int main(void) { pthread_t thread; pthread_create(&thread, NULL, test_func, NULL); pthread_detach(thread); pthread_cancel(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: /home/buildroot/autobuild/run/instance-0/output-1/build/host-uuu-1.4.193/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_c2fb4/fast && make[1]: Entering directory '/home/buildroot/autobuild/run/instance-0/output-1/build/host-uuu-1.4.193/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_c2fb4.dir/build.make CMakeFiles/cmTC_c2fb4.dir/build make[2]: Entering directory '/home/buildroot/autobuild/run/instance-0/output-1/build/host-uuu-1.4.193/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c2fb4.dir/CheckFunctionExists.c.o /usr/bin/gcc -O2 -I/home/buildroot/autobuild/run/instance-0/output-1/host/include -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_c2fb4.dir/CheckFunctionExists.c.o -c /home/buildroot/autobuild/run/instance-0/output-1/host/share/cmake-3.22/Modules/CheckFunctionExists.c Linking C executable cmTC_c2fb4 /home/buildroot/autobuild/run/instance-0/output-1/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c2fb4.dir/link.txt --verbose=1 /usr/bin/gcc -O2 -I/home/buildroot/autobuild/run/instance-0/output-1/host/include -DCHECK_FUNCTION_EXISTS=pthread_create -L/home/buildroot/autobuild/run/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-0/output-1/host/lib CMakeFiles/cmTC_c2fb4.dir/CheckFunctionExists.c.o -o cmTC_c2fb4 -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status CMakeFiles/cmTC_c2fb4.dir/build.make:98: recipe for target 'cmTC_c2fb4' failed make[2]: *** [cmTC_c2fb4] Error 1 make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output-1/build/host-uuu-1.4.193/CMakeFiles/CMakeTmp' Makefile:127: recipe for target 'cmTC_c2fb4/fast' failed make[1]: *** [cmTC_c2fb4/fast] Error 2 make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output-1/build/host-uuu-1.4.193/CMakeFiles/CMakeTmp'