pothosware / SoapySDRPlay2

Soapy SDR plugin for SDRPlay
MIT License
51 stars 11 forks source link

Error Installing in Raspberry Pi 3 #38

Closed lu9cbl closed 6 years ago

lu9cbl commented 6 years ago

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

SDRplay commented 6 years ago

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

lu9cbl commented 6 years ago

I'vd clone this "git clone https://github.com/pothosware/SoapySDRPlay.git"

SDRplay commented 6 years ago

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

lu9cbl commented 6 years ago

I'm using the arm64 version. Sorry for misinterprate the question.

El 10 dic. 2017 23:13, "SDRplay" notifications@github.com escribió:

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

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pothosware/SoapySDRPlay/issues/38#issuecomment-350605472, or mute the thread https://github.com/notifications/unsubscribe-auth/AFVvgxiAOVxrV0X1qHt5zKt1eAUUlg9yks5s_I-8gaJpZM4Q8wZb .

SDRplay commented 6 years ago

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

lu9cbl commented 6 years ago

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