f4exb / sdrangel

SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay and FunCube
GNU General Public License v3.0
2.93k stars 445 forks source link

Nixos Limesdr mini undefined symbol: LMS_GetLPFBWRange #407

Closed alkeryn closed 5 years ago

alkeryn commented 5 years ago

I'm packaging sdrangel for nixos and i get this error

PluginManager::loadPluginsDir: Cannot load library /nix/store/y780dc7hgkyn6hymikrwlfzhyp07ixkv-sdrangel/lib/sdrangel/plugins/libinputlimesdr.so: (/nix/store/y780dc7hgkyn6hymikrwlfzhyp07ixkv-sdrangel/lib/sdrangel/liblimesdrdevice.so: undefined symbol: LMS_GetLPFBWRange)

The file is there and i compiled it with access to the limesuite headers and lib (which are working wiht gqrx) so idk what's up ^ Also i'm using the limesdr mini, but sdrangel can't find it as a source ^

alkeryn commented 5 years ago

Nevermind i didn't linked the library correctly, now it is loading and finding my limesdr but it looks like it is deaf haha anwyway i'll keep you updated with my package making ^