Closed AmineBenz closed 2 months ago
Which OS are you using? Also, do you need to build UHD from source?
Sorry, you mentioned Ubuntu 24.04. But still, can't you simply install Ubuntu via sudo apt install libuhd
(and any other related packages that you might need)?
Thank you for your answer ! I am using an Ubuntu 24.04.1 LTS. I had to try to build it from sources because I couldn't detect an USRP N310. I believe the issue is that because I don't have an ethernet of 10Gb.
@AmineBenz You should be able to detect your N310 over 1GbE also (make sure your N310's RJ45 connector connects it to the same network as your computer).
You might have to update the filesystem of the N310, but it should still detect it regardless. Installing UHD from source is not necessary, so I'll close this issue until further notice.
Issue Description
I am unable to build UHD from source, the build fails in "make" at 57% of the process.
Setup Details
I am trying to detect an USRP N310 on an ubuntu (24.04) with the uhd_find_devices, but it doesn't seem to detect it This page states that the USRP N310 requires UHD version 3.11.0.0 or later : https://kb.ettus.com/USRP_N300/N310/N320/N321_Getting_Started_Guide#Install_and_Setup_the_Software_Tools_on_Your_Host_Computer So I went to install UHD following this tutorial : https://kb.ettus.com/Building_and_Installing_the_USRP_Open-Source_Toolchain_(UHD_and_GNU_Radio)_on_Linux
Expected Behavior
UHD should be built
Actual Behaviour
Here is the result I get, at 57%, it stops building and shows this :
Steps to reproduce the problem
Following the tutorial in : https://kb.ettus.com/Building_and_Installing_the_USRP_Open-Source_Toolchain_(UHD_and_GNU_Radio)_on_Linux
List of commands :
Additional Information