pothosware / SoapySDRPlay2

Soapy SDR plugin for SDRPlay
MIT License
50 stars 11 forks source link

SoapySDRPlay not compiling with SDRplay_RSP_API-ARM64-3.07.1 #70

Closed ghost closed 3 years ago

ghost commented 3 years ago

The CMake process seems to fail with the latest development version of the binary driver.

ubuntu@ubuntu:~/SoapySDRPlay/build$ cmake .. -- Build type not specified: defaulting to release. -- libsdrplay not found. CMake Error at CMakeLists.txt:16 (message): SDRPlay development files not found...

Falling back to the legacy (SDRplay_RSP_API-ARM64-2.13.1) version fixes this issue.

ghost commented 3 years ago

Fixed by reading the manual. Will use https://github.com/SDRplay/SoapySDRPlay with v3 API.