Determining if the pthread_create exist failed with the following output: Change Dir: /home/buildroot/autobuild/run/instance-0/output/build/i2pd-2.22.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1b40c/fast" make[1]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/i2pd-2.22.0/build/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_1b40c.dir/build.make CMakeFiles/cmTC_1b40c.dir/build make[2]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/i2pd-2.22.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1b40c.dir/CheckSymbolExists.c.o /home/buildroot/autobuild/run/instance-0/output/host/bin/aarch64-linux-gnu-gcc --sysroot=/home/buildroot/autobuild/run/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DNDEBUG -o CMakeFiles/cmTC_1b40c.dir/CheckSymbolExists.c.o -c /home/buildroot/autobuild/run/instance-0/output/build/i2pd-2.22.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_1b40c /home/buildroot/autobuild/run/instance-0/output/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1b40c.dir/link.txt --verbose=1 /home/buildroot/autobuild/run/instance-0/output/host/bin/aarch64-linux-gnu-gcc --sysroot=/home/buildroot/autobuild/run/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DNDEBUG -rdynamic CMakeFiles/cmTC_1b40c.dir/CheckSymbolExists.c.o -o cmTC_1b40c CMakeFiles/cmTC_1b40c.dir/CheckSymbolExists.c.o: In function `main': CheckSymbolExists.c:(.text.startup+0x0): undefined reference to `pthread_create' CheckSymbolExists.c:(.text.startup+0x4): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_1b40c.dir/build.make:97: recipe for target 'cmTC_1b40c' failed make[2]: *** [cmTC_1b40c] Error 1 make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/i2pd-2.22.0/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_1b40c/fast' failed make[1]: *** [cmTC_1b40c/fast] Error 2 make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/i2pd-2.22.0/build/CMakeFiles/CMakeTmp' File /home/buildroot/autobuild/run/instance-0/output/build/i2pd-2.22.0/build/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 compiler accepts -pthread returned OFF instead of 2. The compiler had the following output: Change Dir: /home/buildroot/autobuild/run/instance-0/output/build/i2pd-2.22.0/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_fc11d/fast" make[1]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/i2pd-2.22.0/build/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_fc11d.dir/build.make CMakeFiles/cmTC_fc11d.dir/build make[2]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/i2pd-2.22.0/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fc11d.dir/CheckForPthreads.c.o /home/buildroot/autobuild/run/instance-0/output/host/bin/aarch64-linux-gnu-gcc --sysroot=/home/buildroot/autobuild/run/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DNDEBUG -o CMakeFiles/cmTC_fc11d.dir/CheckForPthreads.c.o -c /home/buildroot/autobuild/run/instance-0/output/host/share/cmake-3.8/Modules/CheckForPthreads.c Linking C executable cmTC_fc11d /home/buildroot/autobuild/run/instance-0/output/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fc11d.dir/link.txt --verbose=1 /home/buildroot/autobuild/run/instance-0/output/host/bin/aarch64-linux-gnu-gcc --sysroot=/home/buildroot/autobuild/run/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DNDEBUG -rdynamic CMakeFiles/cmTC_fc11d.dir/CheckForPthreads.c.o -o cmTC_fc11d -pthread make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/i2pd-2.22.0/build/CMakeFiles/CMakeTmp' make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/i2pd-2.22.0/build/CMakeFiles/CMakeTmp'