Determining if the pthread_create exist failed with the following output: Change Dir: /home/peko/autobuild/instance-0/output-1/build/domoticz-2020.1/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_608eb/fast" make[1]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/domoticz-2020.1/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_608eb.dir/build.make CMakeFiles/cmTC_608eb.dir/build make[2]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/domoticz-2020.1/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_608eb.dir/CheckSymbolExists.c.o /home/peko/autobuild/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc --sysroot=/home/peko/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DNDEBUG -o CMakeFiles/cmTC_608eb.dir/CheckSymbolExists.c.o -c /home/peko/autobuild/instance-0/output-1/build/domoticz-2020.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_608eb /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_608eb.dir/link.txt --verbose=1 /home/peko/autobuild/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc --sysroot=/home/peko/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DNDEBUG CMakeFiles/cmTC_608eb.dir/CheckSymbolExists.c.o -o cmTC_608eb /home/peko/autobuild/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: CMakeFiles/cmTC_608eb.dir/CheckSymbolExists.c.o: in function `main': CheckSymbolExists.c:(.text.startup+0x0): undefined reference to `pthread_create' /home/peko/autobuild/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: CheckSymbolExists.c:(.text.startup+0x4): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_608eb.dir/build.make:87: cmTC_608eb] Error 1 make[2]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/domoticz-2020.1/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_608eb/fast] Error 2 make[1]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/domoticz-2020.1/CMakeFiles/CMakeTmp' File /home/peko/autobuild/instance-0/output-1/build/domoticz-2020.1/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: /home/peko/autobuild/instance-0/output-1/build/domoticz-2020.1/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_31e90/fast" make[1]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/domoticz-2020.1/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_31e90.dir/build.make CMakeFiles/cmTC_31e90.dir/build make[2]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/domoticz-2020.1/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_31e90.dir/CheckFunctionExists.c.o /home/peko/autobuild/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc --sysroot=/home/peko/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG -o CMakeFiles/cmTC_31e90.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.13/Modules/CheckFunctionExists.c Linking C executable cmTC_31e90 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_31e90.dir/link.txt --verbose=1 /home/peko/autobuild/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc --sysroot=/home/peko/autobuild/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG CMakeFiles/cmTC_31e90.dir/CheckFunctionExists.c.o -o cmTC_31e90 -lpthreads /home/peko/autobuild/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_31e90.dir/build.make:87: cmTC_31e90] Error 1 make[2]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/domoticz-2020.1/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_31e90/fast] Error 2 make[1]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/domoticz-2020.1/CMakeFiles/CMakeTmp'