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