Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_9623b/fast && gmake[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_9623b.dir/build.make CMakeFiles/cmTC_9623b.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_9623b.dir/src.c.o /home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc --sysroot=/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DCMAKE_HAVE_LIBC_PTHREAD -DNDEBUG -o CMakeFiles/cmTC_9623b.dir/src.c.o -c /home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_9623b /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9623b.dir/link.txt --verbose=1 /home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc --sysroot=/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DCMAKE_HAVE_LIBC_PTHREAD -DNDEBUG CMakeFiles/cmTC_9623b.dir/src.c.o -o cmTC_9623b /home/naourr/work/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/9.2.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: CMakeFiles/cmTC_9623b.dir/src.c.o: in function `main': src.c:(.text.startup+0x30): undefined reference to `pthread_create' /home/naourr/work/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/9.2.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: src.c:(.text.startup+0x38): undefined reference to `pthread_detach' /home/naourr/work/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/9.2.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: src.c:(.text.startup+0x40): undefined reference to `pthread_cancel' /home/naourr/work/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/9.2.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: src.c:(.text.startup+0x4c): undefined reference to `pthread_join' collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_9623b.dir/build.make:107: cmTC_9623b] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:141: cmTC_9623b/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/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_cancel(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: /home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_d5402/fast && gmake[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_d5402.dir/build.make CMakeFiles/cmTC_d5402.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_d5402.dir/CheckFunctionExists.c.o /home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc --sysroot=/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG -o CMakeFiles/cmTC_d5402.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_d5402 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d5402.dir/link.txt --verbose=1 /home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc --sysroot=/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DCHECK_FUNCTION_EXISTS=pthread_create -DNDEBUG CMakeFiles/cmTC_d5402.dir/CheckFunctionExists.c.o -o cmTC_d5402 -lpthreads /home/naourr/work/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-linux-gnueabihf/9.2.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_d5402.dir/build.make:107: cmTC_d5402] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:141: cmTC_d5402/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/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: /home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_baeed/fast && gmake[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_baeed.dir/build.make CMakeFiles/cmTC_baeed.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_baeed.dir/CheckIncludeFile.cxx.o /home/naourr/work/instance-1/output-1/host/bin/arm-linux-g++ --sysroot=/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot -I/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fvisibility=hidden -fvisibility-inlines-hidden -msse2 -DNDEBUG -o CMakeFiles/cmTC_baeed.dir/CheckIncludeFile.cxx.o -c /home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx arm-linux-g++.br_real: error: unrecognized command line option '-msse2' gmake[2]: *** [CMakeFiles/cmTC_baeed.dir/build.make:86: CMakeFiles/cmTC_baeed.dir/CheckIncludeFile.cxx.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:141: cmTC_baeed/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/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: /home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_a87b0/fast && gmake[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_a87b0.dir/build.make CMakeFiles/cmTC_a87b0.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_a87b0.dir/src.cxx.o /home/naourr/work/instance-1/output-1/host/bin/arm-linux-g++ --sysroot=/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot -I/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fvisibility=hidden -fvisibility-inlines-hidden -DHAVE_WIN_SETTHREADPRIORITY -DNDEBUG -o CMakeFiles/cmTC_a87b0.dir/src.cxx.o -c /home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/src.cxx /home/naourr/work/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. gmake[2]: *** [CMakeFiles/cmTC_a87b0.dir/build.make:86: CMakeFiles/cmTC_a87b0.dir/src.cxx.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:141: cmTC_a87b0/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/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: /home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_2d2c1/fast && gmake[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_2d2c1.dir/build.make CMakeFiles/cmTC_2d2c1.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_2d2c1.dir/src.cxx.o /home/naourr/work/instance-1/output-1/host/bin/arm-linux-g++ --sysroot=/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot -I/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fvisibility=hidden -fvisibility-inlines-hidden -DHAVE_MACH_ABSOLUTE_TIME -DNDEBUG -o CMakeFiles/cmTC_2d2c1.dir/src.cxx.o -c /home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/src.cxx /home/naourr/work/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. gmake[2]: *** [CMakeFiles/cmTC_2d2c1.dir/build.make:86: CMakeFiles/cmTC_2d2c1.dir/src.cxx.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:141: cmTC_2d2c1/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/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: /home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_76db0/fast && gmake[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_76db0.dir/build.make CMakeFiles/cmTC_76db0.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_76db0.dir/src.cxx.o /home/naourr/work/instance-1/output-1/host/bin/arm-linux-g++ --sysroot=/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot -I/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fvisibility=hidden -fvisibility-inlines-hidden -DHAVE_QUERY_PERFORMANCE_COUNTER -DNDEBUG -o CMakeFiles/cmTC_76db0.dir/src.cxx.o -c /home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/src.cxx /home/naourr/work/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. gmake[2]: *** [CMakeFiles/cmTC_76db0.dir/build.make:86: CMakeFiles/cmTC_76db0.dir/src.cxx.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:141: cmTC_76db0/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/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: /home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_fbb51/fast && gmake[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_fbb51.dir/build.make CMakeFiles/cmTC_fbb51.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_fbb51.dir/src.cxx.o /home/naourr/work/instance-1/output-1/host/bin/arm-linux-g++ --sysroot=/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot -I/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fvisibility=hidden -fvisibility-inlines-hidden -DHAVE_LOAD_LIBRARY -DNDEBUG -o CMakeFiles/cmTC_fbb51.dir/src.cxx.o -c /home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/src.cxx /home/naourr/work/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. gmake[2]: *** [CMakeFiles/cmTC_fbb51.dir/build.make:86: CMakeFiles/cmTC_fbb51.dir/src.cxx.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:141: cmTC_fbb51/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/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: /home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_014ee/fast && gmake[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_014ee.dir/build.make CMakeFiles/cmTC_014ee.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_014ee.dir/CheckIncludeFile.cxx.o /home/naourr/work/instance-1/output-1/host/bin/arm-linux-g++ --sysroot=/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot -I/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -o CMakeFiles/cmTC_014ee.dir/CheckIncludeFile.cxx.o -c /home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx /home/naourr/work/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. gmake[2]: *** [CMakeFiles/cmTC_014ee.dir/build.make:86: CMakeFiles/cmTC_014ee.dir/CheckIncludeFile.cxx.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:141: cmTC_014ee/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/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: /home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_ab69f/fast && gmake[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_ab69f.dir/build.make CMakeFiles/cmTC_ab69f.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_ab69f.dir/CheckIncludeFile.cxx.o /home/naourr/work/instance-1/output-1/host/bin/arm-linux-g++ --sysroot=/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot -I/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -o CMakeFiles/cmTC_ab69f.dir/CheckIncludeFile.cxx.o -c /home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx /home/naourr/work/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. gmake[2]: *** [CMakeFiles/cmTC_ab69f.dir/build.make:86: CMakeFiles/cmTC_ab69f.dir/CheckIncludeFile.cxx.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:141: cmTC_ab69f/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/uhd-3.15.0.0/host/buildroot-build/CMakeFiles/CMakeTmp'