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_0855a/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_0855a.dir/build.make CMakeFiles/cmTC_0855a.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_0855a.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_0855a.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_0855a /home/buildroot/autobuild/run/instance-0/output-1/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0855a.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_0855a.dir/src.c.o -o cmTC_0855a CMakeFiles/cmTC_0855a.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_0855a.dir/build.make:98: recipe for target 'cmTC_0855a' failed make[2]: *** [cmTC_0855a] 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_0855a/fast' failed make[1]: *** [cmTC_0855a/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_bce0e/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_bce0e.dir/build.make CMakeFiles/cmTC_bce0e.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_bce0e.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_bce0e.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_bce0e /home/buildroot/autobuild/run/instance-0/output-1/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bce0e.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_bce0e.dir/CheckFunctionExists.c.o -o cmTC_bce0e -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status CMakeFiles/cmTC_bce0e.dir/build.make:98: recipe for target 'cmTC_bce0e' failed make[2]: *** [cmTC_bce0e] 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_bce0e/fast' failed make[1]: *** [cmTC_bce0e/fast] Error 2 make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output-1/build/host-uuu-1.4.193/CMakeFiles/CMakeTmp'