You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't compile version 3.1 with the SDRPlay (RSP1a) option anymore, I get the following error:
_
peter@deb:~/QO-100_SSB-WebSDR_DATV-WebSpectrum$ make
cc -O3 -Wall -I./websocket -DSDR_PLAY -std=gnu99 -DESHAIL2 -DWIDEBAND -c sdrplay.c -o sdrplay.o
sdrplay.c:42:10: fatal error: mirsdrapi-rsp.h: file or directory not found
#include "mirsdrapi-rsp.h" // the SDRplay driver must be installed !
^~~~~~~~~~~~~~~~~
_
I have installed the SDRplay driver, using the API V 3.07. The old SDRPlay driver was working a few months ago, but is no longer available. Any suggestions?
73 de Peter HB9PAE
PS: Platform: Debian 10 and Raspberry PI
The text was updated successfully, but these errors were encountered:
Hello Kurt
First of all thank you for the great program!
I can't compile version 3.1 with the SDRPlay (RSP1a) option anymore, I get the following error:
_
peter@deb:~/QO-100_SSB-WebSDR_DATV-WebSpectrum$ make
cc -O3 -Wall -I./websocket -DSDR_PLAY -std=gnu99 -DESHAIL2 -DWIDEBAND -c sdrplay.c -o sdrplay.o
sdrplay.c:42:10: fatal error: mirsdrapi-rsp.h: file or directory not found
#include "mirsdrapi-rsp.h" // the SDRplay driver must be installed !
^~~~~~~~~~~~~~~~~
_
I have installed the SDRplay driver, using the API V 3.07. The old SDRPlay driver was working a few months ago, but is no longer available. Any suggestions?
73 de Peter HB9PAE
PS: Platform: Debian 10 and Raspberry PI
The text was updated successfully, but these errors were encountered: