Build form Source Error #280
-
I am building from source on a Raspberry Pi 4B and I get the following error: -- Configuring incomplete, errors occurred! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You don't have the Airspy library installed, which is required for Airspy R2 and Airspy Mini support. If you use an Airspy SDR device, run |
Beta Was this translation helpful? Give feedback.
You don't have the Airspy library installed, which is required for Airspy R2 and Airspy Mini support. If you use an Airspy SDR device, run
sudo apt install libairspy-dev
to install the files needed; if you don't need Airspy support, changeOPT_BUILD_AIRSPY_SOURCE
toOFF
in CMakeLists.txt and try compiling again.