Do you already have the gnuradio and uhd folders? Then just do this:

 

cd gnuradio

git pull

mkdir build (may give back an error that it already exists, then just go on)

cd build

cmake ..

make

sudo make install

sudo ldconfig

cd

 

cd uhd

cd host

cmake ..

make

sudo make install

cd

 

Then you can watch everything for errors and solve dependency problems by
hand. If both steps run without errors you may just run the script once
again, to install all the extras that the scripts brings.

 

Ralph.

 

From: discuss-gnuradio-bounces+ralph=schmid....@gnu.org
[mailto:discuss-gnuradio-bounces+ralph=schmid....@gnu.org] On Behalf Of
Jincheng Zhang
Sent: Sunday, 07 April, 2013 08:16
To: discuss-gnuradio@gnu.org
Subject: [Discuss-gnuradio] Building rtl-sdr...gr-osmosdr build apparently
failed(Ubuntu 11.10)

 

Hi all,

 

   I use build-gnuradio to install gnuradio and uhd. But the error meassgae
"Building rtl-sdr...gr-osmosdr build apparently failed" occurred. Has anyone
successfully installed gnuradio and uhd using build-gnuradio script?  Hope
you can help me. Thanks.

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

Reply via email to