Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_1ab00/fast && make[1]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_1ab00.dir/build.make CMakeFiles/cmTC_1ab00.dir/build make[2]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1ab00.dir/src.c.o /tmp/instance-1/output-1/host/bin/mipsel-linux-gcc --sysroot=/tmp/instance-1/output-1/host/mipsel-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DCMAKE_HAVE_LIBC_PTHREAD -DNDEBUG -o CMakeFiles/cmTC_1ab00.dir/src.c.o -c /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_1ab00 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1ab00.dir/link.txt --verbose=1 /tmp/instance-1/output-1/host/bin/mipsel-linux-gcc --sysroot=/tmp/instance-1/output-1/host/mipsel-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DCMAKE_HAVE_LIBC_PTHREAD -DNDEBUG CMakeFiles/cmTC_1ab00.dir/src.c.o -o cmTC_1ab00 /tmp/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mipsel-buildroot-linux-gnu/9.3.0/../../../../mipsel-buildroot-linux-gnu/bin/ld: CMakeFiles/cmTC_1ab00.dir/src.c.o: in function `main': src.c:(.text.startup+0x1c): undefined reference to `pthread_create' /tmp/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mipsel-buildroot-linux-gnu/9.3.0/../../../../mipsel-buildroot-linux-gnu/bin/ld: src.c:(.text.startup+0x38): undefined reference to `pthread_create' /tmp/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mipsel-buildroot-linux-gnu/9.3.0/../../../../mipsel-buildroot-linux-gnu/bin/ld: src.c:(.text.startup+0x40): undefined reference to `pthread_detach' /tmp/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mipsel-buildroot-linux-gnu/9.3.0/../../../../mipsel-buildroot-linux-gnu/bin/ld: src.c:(.text.startup+0x44): undefined reference to `pthread_detach' /tmp/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mipsel-buildroot-linux-gnu/9.3.0/../../../../mipsel-buildroot-linux-gnu/bin/ld: src.c:(.text.startup+0x54): undefined reference to `pthread_join' /tmp/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mipsel-buildroot-linux-gnu/9.3.0/../../../../mipsel-buildroot-linux-gnu/bin/ld: src.c:(.text.startup+0x58): undefined reference to `pthread_join' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_1ab00.dir/build.make:87: cmTC_1ab00] Error 1 make[2]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_1ab00/fast] Error 2 make[1]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Source file was: #include void* test_func(void* data) { return data; } int main(void) { pthread_t thread; pthread_create(&thread, NULL, test_func, NULL); pthread_detach(thread); pthread_join(thread, NULL); pthread_atfork(NULL, NULL, NULL); pthread_exit(NULL); return 0; } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_7ec2b/fast && make[1]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_7ec2b.dir/build.make CMakeFiles/cmTC_7ec2b.dir/build make[2]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7ec2b.dir/CheckFunctionExists.c.o /tmp/instance-1/output-1/host/bin/mipsel-linux-gcc --sysroot=/tmp/instance-1/output-1/host/mipsel-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG -o CMakeFiles/cmTC_7ec2b.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c Linking C executable cmTC_7ec2b /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7ec2b.dir/link.txt --verbose=1 /tmp/instance-1/output-1/host/bin/mipsel-linux-gcc --sysroot=/tmp/instance-1/output-1/host/mipsel-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG CMakeFiles/cmTC_7ec2b.dir/CheckFunctionExists.c.o -o cmTC_7ec2b -lpthreads /tmp/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mipsel-buildroot-linux-gnu/9.3.0/../../../../mipsel-buildroot-linux-gnu/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_7ec2b.dir/build.make:87: cmTC_7ec2b] Error 1 make[2]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_7ec2b/fast] Error 2 make[1]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Determining if the function libusb_handle_events_timeout_completed exists failed with the following output: Change Dir: /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_a1303/fast && make[1]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_a1303.dir/build.make CMakeFiles/cmTC_a1303.dir/build make[2]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a1303.dir/CheckFunctionExists.c.o /tmp/instance-1/output-1/host/bin/mipsel-linux-gcc --sysroot=/tmp/instance-1/output-1/host/mipsel-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=libusb_handle_events_timeout_completed -DNDEBUG -o CMakeFiles/cmTC_a1303.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c Linking C executable cmTC_a1303 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a1303.dir/link.txt --verbose=1 /tmp/instance-1/output-1/host/bin/mipsel-linux-gcc --sysroot=/tmp/instance-1/output-1/host/mipsel-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=libusb_handle_events_timeout_completed -DNDEBUG CMakeFiles/cmTC_a1303.dir/CheckFunctionExists.c.o -o cmTC_a1303 /tmp/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mipsel-buildroot-linux-gnu/9.3.0/../../../../mipsel-buildroot-linux-gnu/bin/ld: CMakeFiles/cmTC_a1303.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `libusb_handle_events_timeout_completed' /tmp/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mipsel-buildroot-linux-gnu/9.3.0/../../../../mipsel-buildroot-linux-gnu/bin/ld: CheckFunctionExists.c:(.text.startup+0x28): undefined reference to `libusb_handle_events_timeout_completed' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_a1303.dir/build.make:87: cmTC_a1303] Error 1 make[2]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_a1303/fast] Error 2 make[1]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Determining if the function libusb_error_name exists failed with the following output: Change Dir: /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_006ec/fast && make[1]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_006ec.dir/build.make CMakeFiles/cmTC_006ec.dir/build make[2]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_006ec.dir/CheckFunctionExists.c.o /tmp/instance-1/output-1/host/bin/mipsel-linux-gcc --sysroot=/tmp/instance-1/output-1/host/mipsel-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=libusb_error_name -DNDEBUG -o CMakeFiles/cmTC_006ec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c Linking C executable cmTC_006ec /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_006ec.dir/link.txt --verbose=1 /tmp/instance-1/output-1/host/bin/mipsel-linux-gcc --sysroot=/tmp/instance-1/output-1/host/mipsel-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=libusb_error_name -DNDEBUG CMakeFiles/cmTC_006ec.dir/CheckFunctionExists.c.o -o cmTC_006ec /tmp/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mipsel-buildroot-linux-gnu/9.3.0/../../../../mipsel-buildroot-linux-gnu/bin/ld: CMakeFiles/cmTC_006ec.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `libusb_error_name' /tmp/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mipsel-buildroot-linux-gnu/9.3.0/../../../../mipsel-buildroot-linux-gnu/bin/ld: CheckFunctionExists.c:(.text.startup+0x28): undefined reference to `libusb_error_name' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_006ec.dir/build.make:87: cmTC_006ec] Error 1 make[2]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_006ec/fast] Error 2 make[1]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Determining if the function libusb_strerror exists failed with the following output: Change Dir: /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_7d2ae/fast && make[1]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_7d2ae.dir/build.make CMakeFiles/cmTC_7d2ae.dir/build make[2]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7d2ae.dir/CheckFunctionExists.c.o /tmp/instance-1/output-1/host/bin/mipsel-linux-gcc --sysroot=/tmp/instance-1/output-1/host/mipsel-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=libusb_strerror -DNDEBUG -o CMakeFiles/cmTC_7d2ae.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c Linking C executable cmTC_7d2ae /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7d2ae.dir/link.txt --verbose=1 /tmp/instance-1/output-1/host/bin/mipsel-linux-gcc --sysroot=/tmp/instance-1/output-1/host/mipsel-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=libusb_strerror -DNDEBUG CMakeFiles/cmTC_7d2ae.dir/CheckFunctionExists.c.o -o cmTC_7d2ae /tmp/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mipsel-buildroot-linux-gnu/9.3.0/../../../../mipsel-buildroot-linux-gnu/bin/ld: CMakeFiles/cmTC_7d2ae.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text.startup+0xc): undefined reference to `libusb_strerror' /tmp/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mipsel-buildroot-linux-gnu/9.3.0/../../../../mipsel-buildroot-linux-gnu/bin/ld: CheckFunctionExists.c:(.text.startup+0x28): undefined reference to `libusb_strerror' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/cmTC_7d2ae.dir/build.make:87: cmTC_7d2ae] Error 1 make[2]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_7d2ae/fast] Error 2 make[1]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Determining if the include file emmintrin.h exists failed with the following output: Change Dir: /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_313ec/fast && make[1]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_313ec.dir/build.make CMakeFiles/cmTC_313ec.dir/build make[2]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_313ec.dir/CheckIncludeFile.cxx.o /tmp/instance-1/output-1/host/bin/mipsel-linux-g++ --sysroot=/tmp/instance-1/output-1/host/mipsel-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -DNDEBUG -o CMakeFiles/cmTC_313ec.dir/CheckIncludeFile.cxx.o -c /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx mipsel-linux-g++.br_real: error: unrecognized command line option '-msse2' make[2]: *** [CMakeFiles/cmTC_313ec.dir/build.make:66: CMakeFiles/cmTC_313ec.dir/CheckIncludeFile.cxx.o] Error 1 make[2]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_313ec/fast] Error 2 make[1]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Determining if the include file arm_neon.h exists failed with the following output: Change Dir: /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_9b847/fast && make[1]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_9b847.dir/build.make CMakeFiles/cmTC_9b847.dir/build make[2]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_9b847.dir/CheckIncludeFile.cxx.o /tmp/instance-1/output-1/host/bin/mipsel-linux-g++ --sysroot=/tmp/instance-1/output-1/host/mipsel-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -o CMakeFiles/cmTC_9b847.dir/CheckIncludeFile.cxx.o -c /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:10: fatal error: arm_neon.h: No such file or directory 1 | #include | ^~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_9b847.dir/build.make:66: CMakeFiles/cmTC_9b847.dir/CheckIncludeFile.cxx.o] Error 1 make[2]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_9b847/fast] Error 2 make[1]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Performing C++ SOURCE FILE Test HAVE_WIN_SETTHREADPRIORITY failed with the following output: Change Dir: /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_b61c1/fast && make[1]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_b61c1.dir/build.make CMakeFiles/cmTC_b61c1.dir/build make[2]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_b61c1.dir/src.cxx.o /tmp/instance-1/output-1/host/bin/mipsel-linux-g++ --sysroot=/tmp/instance-1/output-1/host/mipsel-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fvisibility=hidden -fvisibility-inlines-hidden -DHAVE_WIN_SETTHREADPRIORITY -DNDEBUG -o CMakeFiles/cmTC_b61c1.dir/src.cxx.o -c /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/src.cxx /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/src.cxx:2:14: fatal error: windows.h: No such file or directory 2 | #include | ^~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_b61c1.dir/build.make:66: CMakeFiles/cmTC_b61c1.dir/src.cxx.o] Error 1 make[2]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_b61c1/fast] Error 2 make[1]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Source file was: #include int main(){ SetThreadPriority(GetCurrentThread(), 0); SetPriorityClass(GetCurrentProcess(), 0); return 0; } Performing C++ SOURCE FILE Test HAVE_MACH_ABSOLUTE_TIME failed with the following output: Change Dir: /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_5d4b3/fast && make[1]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_5d4b3.dir/build.make CMakeFiles/cmTC_5d4b3.dir/build make[2]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_5d4b3.dir/src.cxx.o /tmp/instance-1/output-1/host/bin/mipsel-linux-g++ --sysroot=/tmp/instance-1/output-1/host/mipsel-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fvisibility=hidden -fvisibility-inlines-hidden -DHAVE_MACH_ABSOLUTE_TIME -DNDEBUG -o CMakeFiles/cmTC_5d4b3.dir/src.cxx.o -c /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/src.cxx /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/src.cxx:2:14: fatal error: mach/mach_time.h: No such file or directory 2 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_5d4b3.dir/build.make:66: CMakeFiles/cmTC_5d4b3.dir/src.cxx.o] Error 1 make[2]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_5d4b3/fast] Error 2 make[1]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Source file was: #include int main(){ mach_timebase_info_data_t info; mach_timebase_info(&info); mach_absolute_time(); return 0; } Performing C++ SOURCE FILE Test HAVE_QUERY_PERFORMANCE_COUNTER failed with the following output: Change Dir: /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_f0435/fast && make[1]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_f0435.dir/build.make CMakeFiles/cmTC_f0435.dir/build make[2]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_f0435.dir/src.cxx.o /tmp/instance-1/output-1/host/bin/mipsel-linux-g++ --sysroot=/tmp/instance-1/output-1/host/mipsel-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fvisibility=hidden -fvisibility-inlines-hidden -DHAVE_QUERY_PERFORMANCE_COUNTER -DNDEBUG -o CMakeFiles/cmTC_f0435.dir/src.cxx.o -c /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/src.cxx /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/src.cxx:2:14: fatal error: Windows.h: No such file or directory 2 | #include | ^~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_f0435.dir/build.make:66: CMakeFiles/cmTC_f0435.dir/src.cxx.o] Error 1 make[2]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_f0435/fast] Error 2 make[1]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Source file was: #include int main(){ LARGE_INTEGER value; QueryPerformanceCounter(&value); QueryPerformanceFrequency(&value); return 0; } Performing C++ SOURCE FILE Test HAVE_LOAD_LIBRARY failed with the following output: Change Dir: /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_758ab/fast && make[1]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_758ab.dir/build.make CMakeFiles/cmTC_758ab.dir/build make[2]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_758ab.dir/src.cxx.o /tmp/instance-1/output-1/host/bin/mipsel-linux-g++ --sysroot=/tmp/instance-1/output-1/host/mipsel-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fvisibility=hidden -fvisibility-inlines-hidden -DHAVE_LOAD_LIBRARY -DNDEBUG -o CMakeFiles/cmTC_758ab.dir/src.cxx.o -c /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/src.cxx /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/src.cxx:3:14: fatal error: windows.h: No such file or directory 3 | #include | ^~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_758ab.dir/build.make:66: CMakeFiles/cmTC_758ab.dir/src.cxx.o] Error 1 make[2]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_758ab/fast] Error 2 make[1]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Source file was: #define WIN32_LEAN_AND_MEAN #include int main(){ LoadLibrary(0); return 0; } Determining if the include file winsock2.h exists failed with the following output: Change Dir: /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_790f2/fast && make[1]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_790f2.dir/build.make CMakeFiles/cmTC_790f2.dir/build make[2]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_790f2.dir/CheckIncludeFile.cxx.o /tmp/instance-1/output-1/host/bin/mipsel-linux-g++ --sysroot=/tmp/instance-1/output-1/host/mipsel-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -o CMakeFiles/cmTC_790f2.dir/CheckIncludeFile.cxx.o -c /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:10: fatal error: winsock2.h: No such file or directory 1 | #include | ^~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_790f2.dir/build.make:66: CMakeFiles/cmTC_790f2.dir/CheckIncludeFile.cxx.o] Error 1 make[2]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_790f2/fast] Error 2 make[1]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Determining if the include file atlbase.h exists failed with the following output: Change Dir: /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_4d169/fast && make[1]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_4d169.dir/build.make CMakeFiles/cmTC_4d169.dir/build make[2]: Entering directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_4d169.dir/CheckIncludeFile.cxx.o /tmp/instance-1/output-1/host/bin/mipsel-linux-g++ --sysroot=/tmp/instance-1/output-1/host/mipsel-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -o CMakeFiles/cmTC_4d169.dir/CheckIncludeFile.cxx.o -c /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx /tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:10: fatal error: atlbase.h: No such file or directory 1 | #include | ^~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/cmTC_4d169.dir/build.make:66: CMakeFiles/cmTC_4d169.dir/CheckIncludeFile.cxx.o] Error 1 make[2]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_4d169/fast] Error 2 make[1]: Leaving directory '/tmp/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp'