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.
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=removed_email_address@domain.invalid
[mailto:discuss-gnuradio-bounces+ralph=removed_email_address@domain.invalid] On Behalf Of
Jincheng Z.
Sent: Sunday, 07 April, 2013 08:16
To: [email protected]
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.