Determining if the pthread_setname_np exist failed with the following output: Change Dir: /home/naourr/work/instance-2/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_4c91d/fast gmake[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_4c91d.dir/build.make CMakeFiles/cmTC_4c91d.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4c91d.dir/CheckSymbolExists.c.o /home/naourr/work/instance-2/output-1/host/bin/arm-none-linux-gnueabi-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -fPIE -o CMakeFiles/cmTC_4c91d.dir/CheckSymbolExists.c.o -c /home/naourr/work/instance-2/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/naourr/work/instance-2/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/naourr/work/instance-2/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'pthread_setname_np' undeclared (first use in this function) return ((int*)(&pthread_setname_np))[argc]; ^ /home/naourr/work/instance-2/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in gmake[2]: *** [CMakeFiles/cmTC_4c91d.dir/build.make:66: CMakeFiles/cmTC_4c91d.dir/CheckSymbolExists.c.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:121: cmTC_4c91d/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-2/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp' File /home/naourr/work/instance-2/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef pthread_setname_np return ((int*)(&pthread_setname_np))[argc]; #else (void)argc; return 0; #endif } Determining if the pthread_create exist failed with the following output: Change Dir: /home/naourr/work/instance-2/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_4da98/fast gmake[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_4da98.dir/build.make CMakeFiles/cmTC_4da98.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4da98.dir/CheckSymbolExists.c.o /home/naourr/work/instance-2/output-1/host/bin/arm-none-linux-gnueabi-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -fPIE -o CMakeFiles/cmTC_4da98.dir/CheckSymbolExists.c.o -c /home/naourr/work/instance-2/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_4da98 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4da98.dir/link.txt --verbose=1 /home/naourr/work/instance-2/output-1/host/bin/arm-none-linux-gnueabi-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -latomic CMakeFiles/cmTC_4da98.dir/CheckSymbolExists.c.o -o cmTC_4da98 /home/naourr/work/instance-2/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-none-linux-gnueabi/4.8.3/../../../../arm-none-linux-gnueabi/bin/ld: CMakeFiles/cmTC_4da98.dir/CheckSymbolExists.c.o: undefined reference to symbol 'pthread_create@@GLIBC_2.4' /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot/thumb2/lib/libpthread.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_4da98.dir/build.make:87: cmTC_4da98] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:121: cmTC_4da98/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-2/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp' File /home/naourr/work/instance-2/output-1/build/grpc-1.23.0/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/naourr/work/instance-2/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_279ff/fast gmake[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_279ff.dir/build.make CMakeFiles/cmTC_279ff.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-2/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_279ff.dir/CheckFunctionExists.c.o /home/naourr/work/instance-2/output-1/host/bin/arm-none-linux-gnueabi-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG -fPIE -o CMakeFiles/cmTC_279ff.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_279ff /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_279ff.dir/link.txt --verbose=1 /home/naourr/work/instance-2/output-1/host/bin/arm-none-linux-gnueabi-gcc --sysroot=/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-gnueabi/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG -latomic CMakeFiles/cmTC_279ff.dir/CheckFunctionExists.c.o -o cmTC_279ff -lpthreads /home/naourr/work/instance-2/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-none-linux-gnueabi/4.8.3/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_279ff.dir/build.make:87: cmTC_279ff] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:121: cmTC_279ff/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-2/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp'