Page 1 of 1

SDRPlay installation on Odroid XU4

Posted: Sat Oct 27, 2018 1:48 pm
by WA2ZKD
SoapySDR installs OK but when I try to do the SDRplay part I get:

[ 20%] 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:174: 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:129: recipe for target 'all' failed
make: *** [all] Error 2

Re: SDRPlay installation on Odroid XU4

Posted: Sat Oct 27, 2018 3:17 pm
by sdrplay
Looks like you have the wrong API installed.

ARM64 for 64bit ARM processor based systems and the RPI API for 32bit ARM processor based systems.

The XU4 is a 32bit ARM processor system so you want the Rasperry Pi API

Best regards,

SDRplay Support