Hello Marcus, Thank you for the prompt response. Yes, I have installed the binary UHD driver in my windows 10 and also executed the command you mentioned, I am getting the same output as yours, [cid:image001.png@01D7AE49.9D147C10] but when I connect the N320 with my windows host PC, it is not recognized as a USB device, I already installed the erllc_uhd_winusb_driver (erllc_uhd_usrp1.inf) but still the Ettus N320 is not recognized, what should I do?
PS: I need to program the Ettus N320 with GNU radio and I am quite new to SDR! Also, I have a windows 10 PC with WSL (Windows Subsystem for Linux)! Von: Marcus D. Leech <patchvonbr...@gmail.com> Gesendet: Montag, 20. September 2021 14:34 An: usrp-users@lists.ettus.com Betreff: [USRP-users] Re: Help_Failed to build UHD in Ubuntu 20.04 On 2021-09-20 3:41 a.m., Thangaraj Mukara Dhakshinamoorthy wrote: Hello Sir/Madam, I am using Ettus N320 and I am trying to build and install UHD in my WSL Ubuntu 20.04 by following the instructions from https://kb.ettus.com/Building_and_Installing_the_USRP_Open-Source_Toolchain_(UHD_and_GNU_Radio)_on_Linux#Update_and_Install_dependencies,<https://kb.ettus.com/Building_and_Installing_the_USRP_Open-Source_Toolchain_(UHD_and_GNU_Radio)_on_Linux%23Update_and_Install_dependencies,> but unfortunately it is throwing some errors after executing the command > cmake .. as shown below (while building UHD from source): thangaraj@KOM1292:~/workarea/uhd/host/build$ cmake .. -- -- Configuring the python interpreter... -- Python interpreter: /usr/bin/python2 -- Override with: -DPYTHON_EXECUTABLE=<path-to-python> -- Python runtime interpreter: /usr/bin/python2 -- Override with: -DRUNTIME_PYTHON_EXECUTABLE=<path-to-python> -- Working off of feature or development branch. Updating version number. -- Using UHD Images Directory: /usr/local/share/uhd/images -- Build type not specified: defaulting to release. -- -- Configuring Boost C++ Libraries... -- Looking for optional Boost components... -- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake (found suitable version "1.71.0", minimum required is "1.53") found components: python -- Looking for required Boost components... -- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake (found suitable version "1.71.0", minimum required is "1.53") found components: chrono date_time filesystem program_options regex system unit_test_framework serialization thread -- Boost include directories: /usr/include -- Boost library directories: /usr/lib/x86_64-linux-gnu -- Boost libraries: Boost::chrono;Boost::date_time;Boost::filesystem;Boost::program_options;Boost::regex;Boost::system;Boost::unit_test_framework;Boost::serialization;Boost::thread CMake Warning (dev) at cmake/Modules/UHDLog.cmake:68 (set): implicitly converting 'FILE' to 'STRING' type. Call Stack (most recent call first): CMakeLists.txt:365 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is at least version "2.7") -- -- 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 - "import mako" failed -- -- Python checking for requests 2.0 or greater -- Python checking for requests 2.0 or greater - "import requests" failed -- -- 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 = FALSE CMake Error at cmake/Modules/UHDComponent.cmake:59 (message): Dependencies for required component LibUHD not met. Call Stack (most recent call first): CMakeLists.txt:430 (LIBUHD_REGISTER_COMPONENT) -- Configuring incomplete, errors occurred! See also "/home/thangaraj/workarea/uhd/host/build/CMakeFiles/CMakeOutput.log". See also "/home/thangaraj/workarea/uhd/host/build/CMakeFiles/CMakeError.log". Please help me build and install necessary tools on my host machine, so that I can connect Ettus N320 to the GNU-Radio or Serial Console in Ubuntu 20.04! Moreover if you have any examples GNU-Radio flowgraphs, please share me some links to that which I can learn and try! Looking forward to your response. Thank you in advance! Best Regards, Thangaraj _______________________________________________ USRP-users mailing list -- usrp-users@lists.ettus.com<mailto:usrp-users@lists.ettus.com> To unsubscribe send an email to usrp-users-le...@lists.ettus.com<mailto:usrp-users-le...@lists.ettus.com> You shouldn't need to build UHD at all, since it will have been built with support for everything relevant: uhd_config_info --enabled-components Enabled components: LibUHD, LibUHD - C API, LibUHD - Python API, Examples, Utils, Tests, USB, B100, B200, USRP1, USRP2, X300, N230, MPMD, N300, N320, E320, E300, OctoClock
_______________________________________________ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com