Hello everyone,
I am just getting started with software defined radio (Ettus E320) for work/school and am trying to install UHD on Windows 10. I have followed the instructions on the ettus knowledge base website, and even though everything seems to install fine, I get some warnings in CMake and then similar errors when I attempt to run executables, so something must have gone awry. I may eventually backup my computer and switch everything over to dual boot in Linux to make this easier, but I thought I’d try to get it working in Windows a little longer first.
TL;DR version:
If I try to run UHD\bin\uhd_config_info.exe (or uhd_find_devices or any other executable) I get the error "The code execution cannot proceed because libusb-1.0.dll was not found. Reinstalling the program may fix this problem." I have tried moving the libusb files to different locations, using different versions of UHD/libusb, and recompiling everything, but the same message appears. LIBUSB_INCLUDE_DIRS is set to 'C:/libusb-1.0.23/include/libusb-1.0 ' and LIBUSB_LIBRARIES is set to 'C:/libusb-1.0.23/MS64/dll/libusb-1.0.lib' in CMake and the dll is in the same directory as the lib file.
More details:
I have Windows 10, Visual Studio 2019, msvc 14.2, libusb 1.0.23 (also tried 1.0.22), cmake 3.18.2, boost 1.73, and python 3.8.5. I use Ubuntu-WSL for communicating with the E320 and have not had any issues doing that. I run everything as an administrator and use WSL to run executables with the sudo command, so I don’t think file access is the issue. I have mostly been trying to use UHD 3.15.LTS to get it to work.
In CMake I get the warnings and missing packages included below. There are some references to libusb in the CMake log files as well and can include those outputs if they will help.
The installation in Visual Studio seems to run fine, but if I try to run C:\Program Files (x86)\UHD\bin\uhd_config_info.exe (or uhd_find_devices or any other executable) I get the error "The code execution cannot proceed because libusb-1.0.dll was not found. Reinstalling the program may fix this problem." LIBUSB_INCLUDE_DIRS is set to 'C:/libusb-1.0.23/include/libusb-1.0 'and LIBUSB_LIBRARIES is set to 'C:/libusb-1.0.23/MS64/dll/libusb-1.0.lib' in CMake. I have tried it with the location ‘C:\Users\myusername\libusb-1.0.23\…’ as well, but got the same problem.
The CMake output is below. Hopefully that was enough information to at least get started on solving this, if I’m missing any important details please let me know, and thanks in advance!
Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.18363.
The CXX compiler identification is MSVC 19.27.29111.0
The C compiler identification is MSVC 19.27.29111.0
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe - skipped
Detecting CXX compile features
Detecting CXX compile features - done
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe - skipped
Detecting C compile features
Detecting C compile features - done
Configuring the Python interpreter...
Manually determining build Python version...
Python interpreter: C:/Users/marka/AppData/Local/Programs/Python/Python38/python.exe Version: 3.8.5
Override with: -DPYTHON_EXECUTABLE=<path-to-python>
Manually determining runtime Python version...
Python runtime interpreter: C:/Users/marka/AppData/Local/Programs/Python/Python38/python.exe Version: 3.8.5
Override with: -DRUNTIME_PYTHON_EXECUTABLE=<path-to-python>
Finding Python Libraries...
Python Libraries: C:/Users/marka/AppData/Local/Programs/Python/Python38/libs/python38.lib
Python include directories: C:/Users/marka/AppData/Local/Programs/Python/Python38/include
CMake Warning at cmake/Modules/UHDVersion.cmake:65 (message):
Could not detect git executable! Could not determine exact version of UHD!
Call Stack (most recent call first):
cmake/Modules/UHDPackage.cmake:9 (include)
CMakeLists.txt:103 (include)
Using UHD Images Directory: C:\Program Files (x86)\UHD\share\uhd\images
Configuring Boost C++ Libraries...
Checking for Boost version 1.58 or greater
Looking for required Boost components...
Enabling Boost Error Code Header Only
Disabling boost::asio use of std::string_view
Boost version: 1.73.0
Boost include directories: C:/Program Files/Boost/boost_1_73_0
Boost library directories: C:/Program Files/Boost/boost_1_73_0/lib64-msvc-14.2
Boost libraries:
Looking for Boost version 1.58 or greater - found
Python checking for Python version 2.7 or greater
Python checking for Python version 2.7 or greater - found
Python checking for Mako templates 0.4.2 or greater
Python checking for Mako templates 0.4.2 or greater - found
Python checking for requests 2.0 or greater
Python checking for requests 2.0 or greater - found
Python checking for numpy 1.7 or greater
Python checking for numpy 1.7 or greater - "import numpy" failed
Configuring LibUHD support...
Dependency Boost_FOUND = TRUE
Dependency HAVE_PYTHON_PLAT_MIN_VERSION = TRUE
Dependency HAVE_PYTHON_MODULE_MAKO = TRUE
Enabling LibUHD support.
Override with -DENABLE_LIBUHD=ON/OFF
Configuring LibUHD - C API support...
Dependency ENABLE_LIBUHD = ON
Enabling LibUHD - C API support.
Override with -DENABLE_C_API=ON/OFF
Configuring LibUHD - Python API support...
Dependency ENABLE_LIBUHD = ON
Dependency HAVE_PYTHON_MODULE_NUMPY = FALSE
Dependency HAVE_PYTHON_LIBS = TRUE
Disabling LibUHD - Python API support.
Override with -DENABLE_PYTHON_API=ON/OFF
Configuring Examples support...
Dependency ENABLE_LIBUHD = ON
Enabling Examples support.
Override with -DENABLE_EXAMPLES=ON/OFF
Configuring Utils support...
Dependency ENABLE_LIBUHD = ON
Enabling Utils support.
Override with -DENABLE_UTILS=ON/OFF
Configuring Tests support...
Dependency ENABLE_LIBUHD = ON
Enabling Tests support.
Override with -DENABLE_TESTS=ON/OFF
CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
The package name passed to find_package_handle_standard_args (PkgConfig)
does not match the name of the calling package (USB1). This can lead to
problems in calling code that expects find_package result variables
(e.g., _FOUND) to follow a certain pattern.
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.18/Modules/FindPkgConfig.cmake:59 (find_package_handle_standard_args)
cmake/Modules/FindUSB1.cmake:6 (include)
lib/CMakeLists.txt:62 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
The package name passed to find_package_handle_standard_args (LIBUSB)
does not match the name of the calling package (USB1). This can lead to
problems in calling code that expects find_package result variables
(e.g., _FOUND) to follow a certain pattern.
Call Stack (most recent call first):
cmake/Modules/FindUSB1.cmake:61 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
lib/CMakeLists.txt:62 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Could NOT find LIBERIO (missing: LIBERIO_LIBRARY LIBERIO_INCLUDE_DIR)
Could NOT find DPDK: Found unsuitable version ".", but required is exact version "17.11" (found DPDK_INCLUDE_CONFIG_DIR-NOTFOUND;DPDK_INCLUDE_ETHDEV_DIR-NOTFOUND)
Configuring LIBERIO support...
Dependency ENABLE_LIBUHD = ON
Dependency LIBERIO_FOUND = FALSE
Disabling LIBERIO support.
Override with -DENABLE_LIBERIO=ON/OFF
Configuring USB support...
Dependency ENABLE_LIBUHD = ON
Dependency LIBUSB_FOUND = TRUE
Enabling USB support.
Override with -DENABLE_USB=ON/OFF
Configuring B100 support...
Dependency ENABLE_LIBUHD = ON
Dependency ENABLE_USB = ON
Enabling B100 support.
Override with -DENABLE_B100=ON/OFF
Configuring B200 support...
Dependency ENABLE_LIBUHD = ON
Dependency ENABLE_USB = ON
Enabling B200 support.
Override with -DENABLE_B200=ON/OFF
Configuring USRP1 support...
Dependency ENABLE_LIBUHD = ON
Dependency ENABLE_USB = ON
Enabling USRP1 support.
Override with -DENABLE_USRP1=ON/OFF
Configuring USRP2 support...
Dependency ENABLE_LIBUHD = ON
Enabling USRP2 support.
Override with -DENABLE_USRP2=ON/OFF
Configuring X300 support...
Dependency ENABLE_LIBUHD = ON
Enabling X300 support.
Override with -DENABLE_X300=ON/OFF
Configuring N230 support...
Dependency ENABLE_LIBUHD = ON
Enabling N230 support.
Override with -DENABLE_N230=ON/OFF
Configuring MPMD support...
Dependency ENABLE_LIBUHD = ON
Enabling MPMD support.
Override with -DENABLE_MPMD=ON/OFF
Configuring N300 support...
Dependency ENABLE_LIBUHD = ON
Dependency ENABLE_MPMD = ON
Enabling N300 support.
Override with -DENABLE_N300=ON/OFF
Configuring N320 support...
Dependency ENABLE_LIBUHD = ON
Dependency ENABLE_MPMD = ON
Enabling N320 support.
Override with -DENABLE_N320=ON/OFF
Configuring E320 support...
Dependency ENABLE_LIBUHD = ON
Dependency ENABLE_MPMD = ON
Enabling E320 support.
Override with -DENABLE_E320=ON/OFF
Configuring E300 support...
Dependency ENABLE_LIBUHD = ON
Dependency ENABLE_MPMD = ON
Enabling E300 support.
Override with -DENABLE_E300=ON/OFF
Configuring OctoClock support...
Dependency ENABLE_LIBUHD = ON
Enabling OctoClock support.
Override with -DENABLE_OCTOCLOCK=ON/OFF
Configuring DPDK support...
Dependency ENABLE_MPMD = ON
Dependency DPDK_FOUND = FALSE
Disabling DPDK support.
Override with -DENABLE_DPDK=ON/OFF
Configuring priority scheduling...
Priority scheduling supported through windows SetThreadPriority.
Setting thread names is not supported.
Configuring high resolution timing...
High resolution timing supported through QueryPerformanceCounter.
Configuring module loading...
Module loading supported through LoadLibrary.
Processing NI-RIO FPGA LVBITX Bitstreams...
Using x300.lvbitx_base for codegen
Using x310.lvbitx_base for codegen
USB support enabled via libusb.
Configuring interface address discovery...
Interface address discovery supported through SIO_GET_INTERFACE_LIST.
Loading build info.
Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)
Adding B2XX device test target
Adding X3x0 device test target
Adding E3XX device test target
Adding N3XX device test target
Adding E32x device test target
Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)
Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
Configuring Manual support...
Dependency DOXYGEN_FOUND = NO
Disabling Manual support.
Override with -DENABLE_MANUAL=ON/OFF
Configuring API/Doxygen support...
Dependency DOXYGEN_FOUND = NO
Disabling API/Doxygen support.
Override with -DENABLE_DOXYGEN=ON/OFF
Compressed Man Pages disabled
Override with -DENABLE_MAN_PAGE_COMPRESSION=ON/OFF
Configuring Man Pages support...
Dependency NOT_WIN32 =
Disabling Man Pages support.
Override with -DENABLE_MAN_PAGES=ON/OFF
######################################################
UHD enabled components
######################################################
- LibUHD
- LibUHD - C API
- Examples
- Utils
- Tests
- USB
- B100
- B200
- USRP1
- USRP2
- X300
- N230
- MPMD
- N300
- N320
- E320
- E300
- OctoClock
######################################################
UHD disabled components
######################################################
- LibUHD - Python API
- LIBERIO
- DPDK
- Manual
- API/Doxygen
- Man Pages
Building version: 3.15.0.0-0-unknown
Using install prefix: C:/Program Files (x86)/UHD
Configuring done
Generating done
Mark
Hello everyone,
I am just getting started with software defined radio (Ettus E320) for work/school and am trying to install UHD on Windows 10. I have followed the instructions on the ettus knowledge base website, and even though everything seems to install fine, I get some warnings in CMake and then similar errors when I attempt to run executables, so something must have gone awry. I may eventually backup my computer and switch everything over to dual boot in Linux to make this easier, but I thought I’d try to get it working in Windows a little longer first.
TL;DR version:
If I try to run UHD\bin\uhd_config_info.exe (or uhd_find_devices or any other executable) I get the error "The code execution cannot proceed because libusb-1.0.dll was not found. Reinstalling the program may fix this problem." I have tried moving the libusb files to different locations, using different versions of UHD/libusb, and recompiling everything, but the same message appears. LIBUSB_INCLUDE_DIRS is set to 'C:/libusb-1.0.23/include/libusb-1.0 ' and LIBUSB_LIBRARIES is set to 'C:/libusb-1.0.23/MS64/dll/libusb-1.0.lib' in CMake and the dll is in the same directory as the lib file.
More details:
I have Windows 10, Visual Studio 2019, msvc 14.2, libusb 1.0.23 (also tried 1.0.22), cmake 3.18.2, boost 1.73, and python 3.8.5. I use Ubuntu-WSL for communicating with the E320 and have not had any issues doing that. I run everything as an administrator and use WSL to run executables with the sudo command, so I don’t think file access is the issue. I have mostly been trying to use UHD 3.15.LTS to get it to work.
In CMake I get the warnings and missing packages included below. There are some references to libusb in the CMake log files as well and can include those outputs if they will help.
The installation in Visual Studio seems to run fine, but if I try to run C:\Program Files (x86)\UHD\bin\uhd_config_info.exe (or uhd_find_devices or any other executable) I get the error "The code execution cannot proceed because libusb-1.0.dll was not found. Reinstalling the program may fix this problem." LIBUSB_INCLUDE_DIRS is set to 'C:/libusb-1.0.23/include/libusb-1.0 'and LIBUSB_LIBRARIES is set to 'C:/libusb-1.0.23/MS64/dll/libusb-1.0.lib' in CMake. I have tried it with the location ‘C:\Users\myusername\libusb-1.0.23\…’ as well, but got the same problem.
The CMake output is below. Hopefully that was enough information to at least get started on solving this, if I’m missing any important details please let me know, and thanks in advance!
Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.18363.
The CXX compiler identification is MSVC 19.27.29111.0
The C compiler identification is MSVC 19.27.29111.0
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe - skipped
Detecting CXX compile features
Detecting CXX compile features - done
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe - skipped
Detecting C compile features
Detecting C compile features - done
Configuring the Python interpreter...
Manually determining build Python version...
Python interpreter: C:/Users/marka/AppData/Local/Programs/Python/Python38/python.exe Version: 3.8.5
Override with: -DPYTHON_EXECUTABLE=<path-to-python>
Manually determining runtime Python version...
Python runtime interpreter: C:/Users/marka/AppData/Local/Programs/Python/Python38/python.exe Version: 3.8.5
Override with: -DRUNTIME_PYTHON_EXECUTABLE=<path-to-python>
Finding Python Libraries...
Python Libraries: C:/Users/marka/AppData/Local/Programs/Python/Python38/libs/python38.lib
Python include directories: C:/Users/marka/AppData/Local/Programs/Python/Python38/include
CMake Warning at cmake/Modules/UHDVersion.cmake:65 (message):
Could not detect git executable! Could not determine exact version of UHD!
Call Stack (most recent call first):
cmake/Modules/UHDPackage.cmake:9 (include)
CMakeLists.txt:103 (include)
Using UHD Images Directory: C:\Program Files (x86)\UHD\share\uhd\images
Configuring Boost C++ Libraries...
Checking for Boost version 1.58 or greater
Looking for required Boost components...
Enabling Boost Error Code Header Only
Disabling boost::asio use of std::string_view
Boost version: 1.73.0
Boost include directories: C:/Program Files/Boost/boost_1_73_0
Boost library directories: C:/Program Files/Boost/boost_1_73_0/lib64-msvc-14.2
Boost libraries:
Looking for Boost version 1.58 or greater - found
Python checking for Python version 2.7 or greater
Python checking for Python version 2.7 or greater - found
Python checking for Mako templates 0.4.2 or greater
Python checking for Mako templates 0.4.2 or greater - found
Python checking for requests 2.0 or greater
Python checking for requests 2.0 or greater - found
Python checking for numpy 1.7 or greater
Python checking for numpy 1.7 or greater - "import numpy" failed
Configuring LibUHD support...
Dependency Boost_FOUND = TRUE
Dependency HAVE_PYTHON_PLAT_MIN_VERSION = TRUE
Dependency HAVE_PYTHON_MODULE_MAKO = TRUE
Enabling LibUHD support.
Override with -DENABLE_LIBUHD=ON/OFF
Configuring LibUHD - C API support...
Dependency ENABLE_LIBUHD = ON
Enabling LibUHD - C API support.
Override with -DENABLE_C_API=ON/OFF
Configuring LibUHD - Python API support...
Dependency ENABLE_LIBUHD = ON
Dependency HAVE_PYTHON_MODULE_NUMPY = FALSE
Dependency HAVE_PYTHON_LIBS = TRUE
Disabling LibUHD - Python API support.
Override with -DENABLE_PYTHON_API=ON/OFF
Configuring Examples support...
Dependency ENABLE_LIBUHD = ON
Enabling Examples support.
Override with -DENABLE_EXAMPLES=ON/OFF
Configuring Utils support...
Dependency ENABLE_LIBUHD = ON
Enabling Utils support.
Override with -DENABLE_UTILS=ON/OFF
Configuring Tests support...
Dependency ENABLE_LIBUHD = ON
Enabling Tests support.
Override with -DENABLE_TESTS=ON/OFF
CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
The package name passed to `find_package_handle_standard_args` (PkgConfig)
does not match the name of the calling package (USB1). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.18/Modules/FindPkgConfig.cmake:59 (find_package_handle_standard_args)
cmake/Modules/FindUSB1.cmake:6 (include)
lib/CMakeLists.txt:62 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
The package name passed to `find_package_handle_standard_args` (LIBUSB)
does not match the name of the calling package (USB1). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/Modules/FindUSB1.cmake:61 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
lib/CMakeLists.txt:62 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Could NOT find LIBERIO (missing: LIBERIO_LIBRARY LIBERIO_INCLUDE_DIR)
Could NOT find DPDK: Found unsuitable version ".", but required is exact version "17.11" (found DPDK_INCLUDE_CONFIG_DIR-NOTFOUND;DPDK_INCLUDE_ETHDEV_DIR-NOTFOUND)
Configuring LIBERIO support...
Dependency ENABLE_LIBUHD = ON
Dependency LIBERIO_FOUND = FALSE
Disabling LIBERIO support.
Override with -DENABLE_LIBERIO=ON/OFF
Configuring USB support...
Dependency ENABLE_LIBUHD = ON
Dependency LIBUSB_FOUND = TRUE
Enabling USB support.
Override with -DENABLE_USB=ON/OFF
Configuring B100 support...
Dependency ENABLE_LIBUHD = ON
Dependency ENABLE_USB = ON
Enabling B100 support.
Override with -DENABLE_B100=ON/OFF
Configuring B200 support...
Dependency ENABLE_LIBUHD = ON
Dependency ENABLE_USB = ON
Enabling B200 support.
Override with -DENABLE_B200=ON/OFF
Configuring USRP1 support...
Dependency ENABLE_LIBUHD = ON
Dependency ENABLE_USB = ON
Enabling USRP1 support.
Override with -DENABLE_USRP1=ON/OFF
Configuring USRP2 support...
Dependency ENABLE_LIBUHD = ON
Enabling USRP2 support.
Override with -DENABLE_USRP2=ON/OFF
Configuring X300 support...
Dependency ENABLE_LIBUHD = ON
Enabling X300 support.
Override with -DENABLE_X300=ON/OFF
Configuring N230 support...
Dependency ENABLE_LIBUHD = ON
Enabling N230 support.
Override with -DENABLE_N230=ON/OFF
Configuring MPMD support...
Dependency ENABLE_LIBUHD = ON
Enabling MPMD support.
Override with -DENABLE_MPMD=ON/OFF
Configuring N300 support...
Dependency ENABLE_LIBUHD = ON
Dependency ENABLE_MPMD = ON
Enabling N300 support.
Override with -DENABLE_N300=ON/OFF
Configuring N320 support...
Dependency ENABLE_LIBUHD = ON
Dependency ENABLE_MPMD = ON
Enabling N320 support.
Override with -DENABLE_N320=ON/OFF
Configuring E320 support...
Dependency ENABLE_LIBUHD = ON
Dependency ENABLE_MPMD = ON
Enabling E320 support.
Override with -DENABLE_E320=ON/OFF
Configuring E300 support...
Dependency ENABLE_LIBUHD = ON
Dependency ENABLE_MPMD = ON
Enabling E300 support.
Override with -DENABLE_E300=ON/OFF
Configuring OctoClock support...
Dependency ENABLE_LIBUHD = ON
Enabling OctoClock support.
Override with -DENABLE_OCTOCLOCK=ON/OFF
Configuring DPDK support...
Dependency ENABLE_MPMD = ON
Dependency DPDK_FOUND = FALSE
Disabling DPDK support.
Override with -DENABLE_DPDK=ON/OFF
Configuring priority scheduling...
Priority scheduling supported through windows SetThreadPriority.
Setting thread names is not supported.
Configuring high resolution timing...
High resolution timing supported through QueryPerformanceCounter.
Configuring module loading...
Module loading supported through LoadLibrary.
Processing NI-RIO FPGA LVBITX Bitstreams...
Using x300.lvbitx_base for codegen
Using x310.lvbitx_base for codegen
USB support enabled via libusb.
Configuring interface address discovery...
Interface address discovery supported through SIO_GET_INTERFACE_LIST.
Loading build info.
Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)
Adding B2XX device test target
Adding X3x0 device test target
Adding E3XX device test target
Adding N3XX device test target
Adding E32x device test target
Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)
Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
Configuring Manual support...
Dependency DOXYGEN_FOUND = NO
Disabling Manual support.
Override with -DENABLE_MANUAL=ON/OFF
Configuring API/Doxygen support...
Dependency DOXYGEN_FOUND = NO
Disabling API/Doxygen support.
Override with -DENABLE_DOXYGEN=ON/OFF
Compressed Man Pages disabled
Override with -DENABLE_MAN_PAGE_COMPRESSION=ON/OFF
Configuring Man Pages support...
Dependency NOT_WIN32 =
Disabling Man Pages support.
Override with -DENABLE_MAN_PAGES=ON/OFF
######################################################
# UHD enabled components
######################################################
* LibUHD
* LibUHD - C API
* Examples
* Utils
* Tests
* USB
* B100
* B200
* USRP1
* USRP2
* X300
* N230
* MPMD
* N300
* N320
* E320
* E300
* OctoClock
######################################################
# UHD disabled components
######################################################
* LibUHD - Python API
* LIBERIO
* DPDK
* Manual
* API/Doxygen
* Man Pages
Building version: 3.15.0.0-0-unknown
Using install prefix: C:/Program Files (x86)/UHD
Configuring done
Generating done
Mark