BladeRF 2.0 MicroA4, gr-iqbal package installation issues.

Having issues with the site, hardware, source code, or any other issues?
Post Reply
sirMickilous
Posts: 1
Joined: Thu Feb 24, 2022 4:23 am

BladeRF 2.0 MicroA4, gr-iqbal package installation issues.

Post by sirMickilous »

Hello there,

I am a 4th year student working on a project with the bladeRF 2.0 MicroA4 device I have been following along with the getting started guide with mostly success until I was trying to install the GNU radio gr-iqbal package recommended in the getting started guide. It seems to be an error with the build version of the gnu radio installation and what the gr-iqbal package expected. If anyone has any solutions to this or if there is a simple fix I can use to get these packages installed.

I will post a exert of the failure to install package below.

Image

Any help with this would be greatly appreciated. If anyone has also got any link or suggested content for beginners looking to start coding some python scripts to carry out some signal generation and receiving.

Thank you kindly,
Mick
robert.ghilduta
Posts: 156
Joined: Thu Feb 28, 2013 11:14 pm

Re: BladeRF 2.0 MicroA4, gr-iqbal package installation issues.

Post by robert.ghilduta »

gr-iqbal cannot be compiled with GNURadio 3.9 or later. It is indicated to avoid using it, and should be removed from the gr-osmosdr.lwr rule.

Code: Select all

$ sed -i 's/gitea.osmocom.org.sdr/github.com\/Nuand/g' ~/.pybombs/recipes/gr-recipes/gr-osmosdr.lwr
$ sed -i '/- gr.\{7,\}/d' ~/.pybombs/recipes/gr-recipes/gr-osmosdr.lwr
$ sed -i '/- gr.iqbal/d' ~/.pybombs/recipes/gr-recipes/gr-osmosdr.lwr
Post Reply