myriadrf / LimeSuite

Driver and GUI for LMS7002M-based SDR platforms
https://myriadrf.org/projects/lime-suite/
Apache License 2.0
465 stars 182 forks source link

limesuite and gr-limesdr #409

Open oystercatcher opened 3 months ago

oystercatcher commented 3 months ago

I have lime sdr mini v1 purchased probably 2018/2019 and am trying to use with fedora fc39

Fedora version GNU Radio Companion 3.10.6.0 I am unable to compile gr-limesdr for compatibility

Also had compile error on LimeSuite -- workaround

edit file and add #include cdstdint /usr/local/src/LimeSuite/src/lms7002m_mcu/MCU_File.cpp

Had ABI error trying to start gqrx as it expects

/usr/local/lib64/libSoapy.so.0.8 instead of /usr/local/lib64/libSoapy.so.0.8-3

tried to start gqrx by modifying the symbolic link but it doestn't seem to work

Initially I used export SOAPY_SDR_PLUGIN_PATH=/usr/local/lib64/SoapySDR/modules0.8-3 then tried without the -3

gqrx starts but is not working

I just noticed LimeSuiteNG and compiled it. But no sucess

oystercatcher commented 3 months ago

/usr/local/src/LimeSuite/src/lms7002m_mcu/MCU_File.cpp

had to add #include cstdinit