pothosware/SoapySDRPlay2

Error Installing in Raspberry Pi 3

lu9cbl opened this issue · 6 comments

When i'm installing follow the installation process in the wiki, and execute the "make" command, this error appears. any recomendation?

pi@raspberrypi:~/SoapySDRPlay/build $ make
Scanning dependencies of target sdrPlaySupport
[ 25%] Building CXX object CMakeFiles/sdrPlaySupport.dir/Registation.cpp.o
[ 50%] Building CXX object CMakeFiles/sdrPlaySupport.dir/Settings.cpp.o
[ 75%] Building CXX object CMakeFiles/sdrPlaySupport.dir/Streaming.cpp.o
[100%] Linking CXX shared module libsdrPlaySupport.so
/usr/local/lib/libmirsdrapi-rsp.so: file not recognized: File format not recognized
collect2: error: ld returned 1 exit status
CMakeFiles/sdrPlaySupport.dir/build.make:148: recipe for target 'libsdrPlaySupport.so' failed
make[2]: *** [libsdrPlaySupport.so] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/sdrPlaySupport.dir/all' failed
make[1]: *** [CMakeFiles/sdrPlaySupport.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2

Thanks a lot

That means you've got the wrong API for your processor/OS - what have you got and what API did you download?

Understood, but what API did you download from the sdrplay.com website? The API is not part of SoapySDRPlay - it's the application layer that sits between the hardware and SoapySDRPlay

Then you need the Raspberry Pi API from our website (https://www.sdrplay.com/downloads)

Perfect!!! thanks a lot. Later i´m will write a step by step guide to share with others, and put the link here