SDRPlay Independent Community Forum › Forums › General › How to use my RSPduo w/ Rpi-3 & command line? › Reply To: How to use my RSPduo w/ Rpi-3 & command line?
February 17, 2021 at 3:04 am
#1711
Anonymous
You need to get rid of all of the libraries not in /usr/local –
ldd ./sdrglut.x
ldd ./sdrTest
shows you are still loading the wrong libraries.
If you do –
sudo apt-get remove libsoapysdr-dev
sudo apt-get remove libsoapysdr0.6
and do the find-
sudo find . -iname *librtlsdr.so.*
to be sure that the
./usr/lib/arm-linux-gnueabihf/librtlsdr.so.0.6.0
./usr/lib/arm-linux-gnueabihf/librtlsdr.so.0
are not there
cd ./Downloads/SdrGlut
rm *.x *.o */*.o */*/*.o
make -f makefileRaspbian -j 4
./sdrglut.x
should build sdrglut.
and
ldd ./sdrglut.x
should not show
libSoapySDR.so.0.6