discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] GNU radio Installation


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] GNU radio Installation
Date: Tue, 09 Jun 2015 09:17:45 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Hi Siva,

the problem is that you most probably want to do

apt-get install gnuradio

, right?

Since programs only work with the library versions they were linked with at build time, Ubuntu must install Ubuntu's old UHD version. That's a bad thing -- you now have 3.8.4 (possibly from our website or hand-built) conflicting with whatever Ubuntu brought. You must

sudo apt-get remove gnuradio uhd-host libuhd3

and reinstall UHD 3.8.4 afterwards.

Then, use pybombs to install GNU Radio from source:
git clone -r https://github.com/pybombs/pybombs.git && cd pybombs && ./pybombs install gnuradio

Best regards,
Marcus

On 06/09/2015 07:53 AM, siva sankar wrote:
Hi List, 

I am trying to install GNU radio in ubuntu 14.04 with the UHD version 3.8.4. But when i am installing GNU radio, it is by default using older version of UHD and not UHD 3.8.4. 

How can i install GNU radio on my system that uses UHD version 3.8.4. ?

--
Thanks and regards
Siva Sankar.


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

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