Re: [Discuss-gnuradio] USRP N200 with GNU v3.7 fails

2013-11-23 Thread nesimi eldarov
Thanks! It worked: wget http://www.sbrac.org/files/build-gnuradio && chmod a+x ./build-gnuradio && ./build-gnuradio Пятница, 22 ноября 2013, 18:09 UTC от Marcus Leech : >If you run build-gnuradio it will uninstall as much of the >installed-from-packages stuff as it can, and leave you with a 3

Re: [Discuss-gnuradio] USRP N200 with GNU v3.7 fails

2013-11-22 Thread Marcus Leech
If you run build-gnuradio it will uninstall as much of the installed-from-packages stuff as it can, and leave you with a 3.7.recent Gnu Radio codebase.   on Nov 22, 2013, nesimi eldarov wrote: Thanks Marcus,Should I delete libgnuradio-uhd3.6.1 3.6.1-1, and install gnuradio v3.7 again?Пятница, 22 н

Re: [Discuss-gnuradio] USRP N200 with GNU v3.7 fails

2013-11-22 Thread nesimi eldarov
Thanks Marcus, Should I delete  libgnuradio-uhd3.6.1 3.6.1-1 , and install gnuradio v3.7 again? Пятница, 22 ноября 2013, 18:00 UTC от Marcus Leech : >The Ubuntu packages are notoriously out-of-date, and since teh UHD version you >pulled has a depend on Gnu Radio 3.6.1, it installed Gnu Radio 3

Re: [Discuss-gnuradio] USRP N200 with GNU v3.7 fails

2013-11-22 Thread Marcus Leech
The Ubuntu packages are notoriously out-of-date, and since teh UHD version you pulled has a depend on Gnu Radio 3.6.1, it installed Gnu Radio 3.6.1.   YOu might want to just start over again with pybombs, or build-gnuradio     on Nov 22, 2013, nesimi eldarov wrote: Hi People,My system Ubuntu 13.04

[Discuss-gnuradio] USRP N200 with GNU v3.7 fails

2013-11-22 Thread nesimi eldarov
Hi People, My system Ubuntu 13.04 GNURADIO 3.7.1.1 USRP N200 I run: cd /usr/local/src sudo wget https://sites.google.com/site/byungchulweb/gnufile/UHD_003.003.000.tar.gz sudo tar xvf UHD_003.003.000.tar.gz cd uhd/host mkdir build cd build cmake