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" <[email protected] <mailto:[email protected]>> wrote:On 03/17/2015 11:51 PM, nur qalbi via USRP-users wrote:hi. i am use ubuntu 14.04.as <http://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 [email protected] <mailto:[email protected]> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.comIf 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 [email protected] <mailto:[email protected]> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
