Reply To: How to use my RSPduo w/ Rpi-3 & command line?

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?

#1715
Anonymous

    You are the first person that has not been able the get rid of the old soapy libraries.

    This should work to correctly load sdrTest even with the old libraries there, but I cannot test it on the PI.

    g++ -O2 -std=c++11 -Wno-deprecated -I/usr/local/include -o sdrTest ./src/sdrTest.cpp ./src/mThread.cpp ./src/cMalloc.cpp ./src/Clisten.cpp -L/usr/local/bin -lrtaudio -lliquid /usr/local/lib/libSoapySDR.so.0.8

    The “/usr/local/lib/libSoapySDR.so.0.8” should be what ever libSoapySDR is called in /usr/local/lib/ – I think that it is “libSoapySDR.so.0.8”.