Closed cyberxml closed 6 years ago
Is this related to 'v2' of libbladerf? https://github.com/f4exb/sdrangel/issues/215
Work around was to install "bladeRF-2016.06" into a local directory. Note that I had to modify two files to compile on my Fedora 28 distro
Then run cmake with pointers to the older bladerf library/include
cmake -DLIBBLADERF_LIBRARIES=/home/cyberxml/local/bladeRF-2016.06/usr/local/lib64/libbladeRF.so -DLIBBLADERF_INCLUDE_DIR=/home/cyberxml/local/bladeRF-2016.06/usr/local/include ..
I have not yet tested this with a bladeRF as I was compiling to get support for another device.
Support for libbladerf v2 is under way with support of the BladeRF micro (issue #215). You can try the dev branch which should be working with libbladerf 2018.08 and the version 1 of the BladeRF (plugins are renamed with bladerf1 in theit name).
Closed in favor of #215
Building on Fedora 28 with current git pull of sdrangle and bladeRF from github Linux localhost.localdomain 4.17.14-202.fc28.x86_64 #1 SMP Wed Aug 15 12:29:25 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
https://www.github.com/nuand/bladeRF
Make error
cmake ..