Determining if the pthread_create exist failed with the following output: Change Dir: /home/br-user/autobuild/run/instance-1/output/build/domoticz-0f411f781ae4fb4a82f592d38a3f40578c149533/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_19796/fast" make[1]: Entering directory '/home/br-user/autobuild/run/instance-1/output/build/domoticz-0f411f781ae4fb4a82f592d38a3f40578c149533/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_19796.dir/build.make CMakeFiles/cmTC_19796.dir/build make[2]: Entering directory '/home/br-user/autobuild/run/instance-1/output/build/domoticz-0f411f781ae4fb4a82f592d38a3f40578c149533/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_19796.dir/CheckSymbolExists.c.o /home/br-user/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc --sysroot=/home/br-user/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_19796.dir/CheckSymbolExists.c.o -c /home/br-user/autobuild/run/instance-1/output/build/domoticz-0f411f781ae4fb4a82f592d38a3f40578c149533/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_19796 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_19796.dir/link.txt --verbose=1 /home/br-user/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc --sysroot=/home/br-user/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -rdynamic CMakeFiles/cmTC_19796.dir/CheckSymbolExists.c.o -o cmTC_19796 /home/br-user/autobuild/run/instance-1/output/host/opt/ext-toolchain/bin/../lib/gcc/mips64el-buildroot-linux-gnu/7.4.0/../../../../mips64el-buildroot-linux-gnu/bin/ld: CMakeFiles/cmTC_19796.dir/CheckSymbolExists.c.o: in function `main': CheckSymbolExists.c:(.text.startup+0xc): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_19796.dir/build.make:97: recipe for target 'cmTC_19796' failed make[2]: *** [cmTC_19796] Error 1 make[2]: Leaving directory '/home/br-user/autobuild/run/instance-1/output/build/domoticz-0f411f781ae4fb4a82f592d38a3f40578c149533/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_19796/fast' failed make[1]: *** [cmTC_19796/fast] Error 2 make[1]: Leaving directory '/home/br-user/autobuild/run/instance-1/output/build/domoticz-0f411f781ae4fb4a82f592d38a3f40578c149533/CMakeFiles/CMakeTmp' File /home/br-user/autobuild/run/instance-1/output/build/domoticz-0f411f781ae4fb4a82f592d38a3f40578c149533/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/br-user/autobuild/run/instance-1/output/build/domoticz-0f411f781ae4fb4a82f592d38a3f40578c149533/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_bf0ae/fast" make[1]: Entering directory '/home/br-user/autobuild/run/instance-1/output/build/domoticz-0f411f781ae4fb4a82f592d38a3f40578c149533/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_bf0ae.dir/build.make CMakeFiles/cmTC_bf0ae.dir/build make[2]: Entering directory '/home/br-user/autobuild/run/instance-1/output/build/domoticz-0f411f781ae4fb4a82f592d38a3f40578c149533/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_bf0ae.dir/CheckFunctionExists.c.o /home/br-user/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc --sysroot=/home/br-user/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG -o CMakeFiles/cmTC_bf0ae.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c Linking C executable cmTC_bf0ae /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bf0ae.dir/link.txt --verbose=1 /home/br-user/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc --sysroot=/home/br-user/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG -rdynamic CMakeFiles/cmTC_bf0ae.dir/CheckFunctionExists.c.o -o cmTC_bf0ae -lpthreads /home/br-user/autobuild/run/instance-1/output/host/opt/ext-toolchain/bin/../lib/gcc/mips64el-buildroot-linux-gnu/7.4.0/../../../../mips64el-buildroot-linux-gnu/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status CMakeFiles/cmTC_bf0ae.dir/build.make:97: recipe for target 'cmTC_bf0ae' failed make[2]: *** [cmTC_bf0ae] Error 1 make[2]: Leaving directory '/home/br-user/autobuild/run/instance-1/output/build/domoticz-0f411f781ae4fb4a82f592d38a3f40578c149533/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_bf0ae/fast' failed make[1]: *** [cmTC_bf0ae/fast] Error 2 make[1]: Leaving directory '/home/br-user/autobuild/run/instance-1/output/build/domoticz-0f411f781ae4fb4a82f592d38a3f40578c149533/CMakeFiles/CMakeTmp'