discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] [USRP-users] UHD build/install apparently failed


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] [USRP-users] UHD build/install apparently failed since I cannot find /usr/local/bin/uhd_find_devices
Date: Wed, 18 Mar 2015 08:28:46 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 03/18/2015 12:15 AM, nur qalbi wrote:

I already do it ./build-gnuradio -v uhd_build. What can I do?

Is

/usr/local/bin/uhd_find_devices

Actually there?

On 18 Mar, 2015 11:56 AM, "Marcus D. Leech via USRP-users" <address@hidden> wrote:
On 03/17/2015 11:51 PM, nur qalbi via USRP-users wrote:


hi. i am use ubuntu 14.04.as i am installing gnuradio from this link:
http://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGRFromSource
and choose build from source.
Gnuradio &uhd

Building UHD...
UHD build/install apparently failed since I cannot find /usr/local/bin/uhd_find_devices
after doing make and make install
Exiting UHD build

What can i do?i hope you can help me.
thanks



_______________________________________________
USRP-users mailing list
address@hidden
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
If you re-run with the "-v" flag, you'll get more details about why the build failed.

Or you could just cd into your 'uhd' directory, and then:

cd host
rm -rf build
mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig

One of those parts will have failed, causing build-gnuradio to give up.



_______________________________________________
USRP-users mailing list
address@hidden
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]