Page 1 of 1

gr-osmosdr disabled components

Posted: Sun Nov 17, 2013 7:50 pm
by Arlee
Hello, I'm a noobie and I've tried repeatedly to get gnuradio installed with limited success. Following the instructions on the GrOsmosdr site, everything *seems* to install correctly, however, for the disabled components I have;

-- ######################################################
-- # gr-osmosdr disabled components
-- ######################################################
-- * Osmocom IQ Imbalance Correction
-- * sysmocom OsmoSDR
-- * FUNcube Dongle Pro+
-- * Osmocom RTLSDR
-- * Ettus USRP Devices
-- * Osmocom MiriSDR
-- * HackRF Jawbreaker
-- * nuand bladeRF

Any help or suggestions would be appreciated.

Thanks!

Re: gr-osmosdr disabled components

Posted: Sun Nov 17, 2013 9:00 pm
by drmpeg
You have to set a path to the bladeRF package. I use this command in Ubuntu.

export PKG_CONFIG_PATH=/opt/nuand/bladeRF/lib/pkgconfig:/opt/gnuradio-3.7.2git/lib/pkgconfig

Adjust the paths to match where you actually have things.

Ron