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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I need to build sdr++ from the source files so that I can use my SDRPlay receiver. I have the latest sdrplay API installed.
These are the latest cmake options that I've tried:
-cmake .. -DOPT_BUILD_SDRPLAY_SOURCE=ON,-DOPT_BUILD_SCANNER=ON,-DOPT_BUILD_SCHEDULER=ON,-DOPT_BUILD_BLADERF_SOURCE=OFF,-DOPT_BUILD_LIMESDR_SOURCE=OFF
libbladerf-dev and libbladerf2 have been installed from the Ubuntu repository by default.
liblime-dev is available from the Ubuntu repository but not installed.
liblimesuit-dev and liblimesuit23.11-1 is installed from the Ubuntu repository by default.
I have no need for blade or limesdr but it seems that they are required anyway.
These are the only two error messages that are displayed when sdr++ is started:
[08/10/2024 15:17:04.000] [INFO] Initializing BladeRF Source (bladerf_source)
[08/10/2024 15:17:04.000] [ERROR] Module 'bladerf_source' doesn't exist
[08/10/2024 15:17:04.000] [INFO] Initializing LimeSDR Source (limesdr_source)
[08/10/2024 15:17:04.000] [ERROR] Module 'limesdr_source' doesn't exist
Any help at all will be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions