Determining if the pthread_setname_np exist failed with the following output: Change Dir: /home/naourr/work/instance-1/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_958a5/fast gmake[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_958a5.dir/build.make CMakeFiles/cmTC_958a5.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_958a5.dir/CheckSymbolExists.c.o /home/naourr/work/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc --sysroot=/home/naourr/work/instance-1/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_958a5.dir/CheckSymbolExists.c.o -c /home/naourr/work/instance-1/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c /home/naourr/work/instance-1/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/naourr/work/instance-1/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-1/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_958a5.dir/build.make:66: CMakeFiles/cmTC_958a5.dir/CheckSymbolExists.c.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:121: cmTC_958a5/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp' File /home/naourr/work/instance-1/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-1/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_c2dc8/fast gmake[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_c2dc8.dir/build.make CMakeFiles/cmTC_c2dc8.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c2dc8.dir/CheckSymbolExists.c.o /home/naourr/work/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc --sysroot=/home/naourr/work/instance-1/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_c2dc8.dir/CheckSymbolExists.c.o -c /home/naourr/work/instance-1/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_c2dc8 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c2dc8.dir/link.txt --verbose=1 /home/naourr/work/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc --sysroot=/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -latomic CMakeFiles/cmTC_c2dc8.dir/CheckSymbolExists.c.o -o cmTC_c2dc8 /home/naourr/work/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-none-linux-gnueabi/4.8.3/../../../../arm-none-linux-gnueabi/bin/ld: CMakeFiles/cmTC_c2dc8.dir/CheckSymbolExists.c.o: undefined reference to symbol 'pthread_create@@GLIBC_2.4' /home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/lib/libpthread.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_c2dc8.dir/build.make:87: cmTC_c2dc8] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:121: cmTC_c2dc8/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp' File /home/naourr/work/instance-1/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-1/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_b20ca/fast gmake[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_b20ca.dir/build.make CMakeFiles/cmTC_b20ca.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b20ca.dir/CheckFunctionExists.c.o /home/naourr/work/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc --sysroot=/home/naourr/work/instance-1/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_b20ca.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_b20ca /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b20ca.dir/link.txt --verbose=1 /home/naourr/work/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc --sysroot=/home/naourr/work/instance-1/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_b20ca.dir/CheckFunctionExists.c.o -o cmTC_b20ca -lpthreads /home/naourr/work/instance-1/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_b20ca.dir/build.make:87: cmTC_b20ca] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:121: cmTC_b20ca/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/grpc-1.23.0/CMakeFiles/CMakeTmp'