Compiling for Raspberry Pi?

Post your feedback here
Post Reply
GM3ZZA
Posts: 2
Joined: Sun Feb 21, 2016 10:31 pm

Compiling for Raspberry Pi?

Post by GM3ZZA » Thu Feb 25, 2016 1:48 pm

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
Last edited by GM3ZZA on Thu Jan 01, 1970 12:00 am, edited 0 times in total.
Reason: No reason

warnberg
Posts: 1
Joined: Mon Mar 14, 2016 6:15 pm

Re: Compiling for Raspberry Pi?

Post by warnberg » Mon Mar 14, 2016 6:19 pm

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
Last edited by warnberg on Thu Jan 01, 1970 12:00 am, edited 0 times in total.
Reason: No reason

sdrplay
Posts: 978
Joined: Wed Jan 07, 2015 7:58 am

Re: Compiling for Raspberry Pi?

Post by sdrplay » Mon Mar 14, 2016 11:09 pm

what happens when you run...

SoapySDRUtil --probe=sdrplay

Best regards,

SDRplay Support
Last edited by sdrplay on Thu Jan 01, 1970 12:00 am, edited 0 times in total.
Reason: No reason

Post Reply