Page 1 of 1

Compiling for Raspberry Pi?

Posted: Thu Feb 25, 2016 1:48 pm
by GM3ZZA
I have installed the SDRPlay with HDSDR on windows10 and all looks fine albeit on a piece of damp string as an aerial.

I am now trying to compile SoapySDR on my Raspberry pi with special kernel supplied with my Makibes LCD panel (includes the touch-screen drivers).

When i test the install I get "Wrong ELF Class: ELFCLASS64".

I followed these instructions on cjcliffe's wiki:
$ git clone https://github.com/pothosware/SoapySDR.git
$ cd SoapySDR
SoapySDR$ mkdir build
build$ cd build
build$ cmake .. -DCMAKE_BUILD_TYPE=Release
build$ make
build$ sudo make install
build$ sudo ldconfig
build$ SoapySDRUtil --info #test SoapySDR install

Any special switches I need?

73 Phil,
GM3ZZA

Re: Compiling for Raspberry Pi?

Posted: Mon Mar 14, 2016 6:19 pm
by warnberg
I'm not even compiling on a PI and I get the same issue... Ubuntu 3.19.0-51-generic #58~14.04.1-Ubuntu SMP Fri Feb 26 22:03:27 UTC 2016 i686 i686 i686 GNU/Linux


Any help?

Thanks

David

Re: Compiling for Raspberry Pi?

Posted: Mon Mar 14, 2016 11:09 pm
by sdrplay
what happens when you run...

SoapySDRUtil --probe=sdrplay

Best regards,

SDRplay Support