Determining if the pthread_create exist failed with the following output: Change Dir: /tmp/instance-1/output-1/build/piglit-ef761094be04d14e258ad7706e7295f80d4411f2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e91e3/fast" make[1]: Entering directory '/tmp/instance-1/output-1/build/piglit-ef761094be04d14e258ad7706e7295f80d4411f2/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_e91e3.dir/build.make CMakeFiles/cmTC_e91e3.dir/build make[2]: Entering directory '/tmp/instance-1/output-1/build/piglit-ef761094be04d14e258ad7706e7295f80d4411f2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e91e3.dir/CheckSymbolExists.c.o /tmp/instance-1/output-1/host/bin/arm-buildroot-linux-gnueabihf-gcc --sysroot=/tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_e91e3.dir/CheckSymbolExists.c.o -c /tmp/instance-1/output-1/build/piglit-ef761094be04d14e258ad7706e7295f80d4411f2/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_e91e3 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e91e3.dir/link.txt --verbose=1 /tmp/instance-1/output-1/host/bin/arm-buildroot-linux-gnueabihf-gcc --sysroot=/tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG CMakeFiles/cmTC_e91e3.dir/CheckSymbolExists.c.o -o cmTC_e91e3 /tmp/instance-1/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/9.3.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: CMakeFiles/cmTC_e91e3.dir/CheckSymbolExists.c.o: in function `main': CheckSymbolExists.c:(.text.startup+0x1c): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_e91e3.dir/build.make:87: cmTC_e91e3] Error 1 make[2]: Leaving directory '/tmp/instance-1/output-1/build/piglit-ef761094be04d14e258ad7706e7295f80d4411f2/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_e91e3/fast] Error 2 make[1]: Leaving directory '/tmp/instance-1/output-1/build/piglit-ef761094be04d14e258ad7706e7295f80d4411f2/CMakeFiles/CMakeTmp' File /tmp/instance-1/output-1/build/piglit-ef761094be04d14e258ad7706e7295f80d4411f2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef pthread_create return ((int*)(&pthread_create))[argc]; #else (void)argc; return 0; #endif } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /tmp/instance-1/output-1/build/piglit-ef761094be04d14e258ad7706e7295f80d4411f2/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_7d163/fast" make[1]: Entering directory '/tmp/instance-1/output-1/build/piglit-ef761094be04d14e258ad7706e7295f80d4411f2/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_7d163.dir/build.make CMakeFiles/cmTC_7d163.dir/build make[2]: Entering directory '/tmp/instance-1/output-1/build/piglit-ef761094be04d14e258ad7706e7295f80d4411f2/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7d163.dir/CheckFunctionExists.c.o /tmp/instance-1/output-1/host/bin/arm-buildroot-linux-gnueabihf-gcc --sysroot=/tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG -o CMakeFiles/cmTC_7d163.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.13/Modules/CheckFunctionExists.c Linking C executable cmTC_7d163 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7d163.dir/link.txt --verbose=1 /tmp/instance-1/output-1/host/bin/arm-buildroot-linux-gnueabihf-gcc --sysroot=/tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG CMakeFiles/cmTC_7d163.dir/CheckFunctionExists.c.o -o cmTC_7d163 -lpthreads /tmp/instance-1/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/9.3.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_7d163.dir/build.make:87: cmTC_7d163] Error 1 make[2]: Leaving directory '/tmp/instance-1/output-1/build/piglit-ef761094be04d14e258ad7706e7295f80d4411f2/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_7d163/fast] Error 2 make[1]: Leaving directory '/tmp/instance-1/output-1/build/piglit-ef761094be04d14e258ad7706e7295f80d4411f2/CMakeFiles/CMakeTmp'