Page 1 of 1

arm7l driver missing from SDRplay_RSP_API-Linux-2.10.1.run ?

Posted: Mon Apr 17, 2017 2:18 pm
by mjon_uk
Hi,
I'm trying to get the SDRplay configured on my Raspberry Pi 3. To start with I downloaded the API/Driver from the website ( http://www.sdrplay.com/rpi2dl.php ) - file SDRplay_RSP_API-Linux-2.10.1.run

Running this on the Pi displays the following :

Architecture: armv7l
API Version: 2.10
Remove old libraries...
Install /usr/local/lib/libmirsdrapi-rsp.so.2.10
cp: cannot stat ‘armv7l/libmirsdrapi-rsp.so.2.10’: No such file or directory
chmod: cannot access ‘/usr/local/lib/libmirsdrapi-rsp.so.2.10’: No such file or directory
Remove old header files...
Install /usr/local/include/mirsdrapi-rsp.h
Udev rules directory found, adding rules...
Libusb found, continuing...
Finished.


Looking at the extracted files that get dropped to /tmp on executing the installer, it appears that there is no shared object for the armv7l architecture, in fact there is no "armv7l" folder at all - although there are binaries for x86_64 and i686 architectures...:


root@radiopi:/tmp/selfgz1150# find .
.
./x86_64
./x86_64/libmirsdrapi-rsp.so.2.10
./i686
./i686/libmirsdrapi-rsp.so.2.10
./66-mirics.rules
./install_lib.sh
./mirsdrapi-rsp.h
./sdrplay_license.txt


I'd be grateful if one of the developers could build the binaries for armv7l , in order for me to use my SDRPlay on the Pi.

Thanks

Jon.