I'm unable to add osmocom sink to my gnuradio

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-sdr@lists.osmocom.org/.

Vadim Yanitskiy axilirator at gmail.com
Wed Jan 22 14:07:05 UTC 2020


Hi,

> I'm using Ubuntu 18.4 and gnuradio v3.9.

You're running ahead of time, the latest release is 3.8 :)
Where did you get GNU Radio from? packages?

> -- Could NOT find GNURADIO_CORE (missing: GNURADIO_CORE_LIBRARIES GNURADIO_CORE_INCLUDE_DIRS)
> -- Could NOT find UHD (missing: UHD_LIBRARIES UHD_INCLUDE_DIRS)
> ...

Make sure that GNU Radio is installed correctly (you should see a list
of libraries like libgnuradio-uhd.so):

$ sudo ldconfig -v | grep gnuradio

and pkg-config can locate the libraries:

$ pkg-config --libs gnuradio-uhd
-lgnuradio-uhd -lgnuradio-runtime -lgnuradio-pmt -lgmpxx -lgmp

With best regards,
Vadim Yanitskiy.



More information about the osmocom-sdr mailing list