luigifcruz / pisdr-image

🥧 A SDR Linux Distro for the Raspberry Pi and other SBC. Compatible out of the box with multiple SDR.
Other
956 stars 91 forks source link

Issues installing gr-gsm, which relies on gr-osmosdr, which relies on a newer gnuradio version ? #54

Closed buforded closed 2 years ago

buforded commented 3 years ago

Hello,

I am using 2020-11-13-PiSDR-vanilla.img.

My goal is to run gr-gsm on my limeSDR-USB device.

I attempted to use:

https://gitlab.com/myriadrf/gr-gsm

... which is a gr-gsm built for limeSDR. However, this requires gr-osmosdr. When I attempt to compile gr-osmosdr, I bomb out with errors telling me that it requires GNU Radio 3.9.

Is this a very simple issue of pisdr having a slightly older GNU Radio (3.8) than gr-osmosdr is looking for ?

May I suggest that the following items would be useful to include in the pisdr distribution:

Thank you very much.

buforded commented 3 years ago

I guess the question is, is it safe to update/upgrade gnuradio on pisdr without trashing the system and all of the rest of the dependencies ? Any guidance would be appreciated.

Thank you.

luigifcruz commented 2 years ago

The GNURadio installation was updated to version 3.9 in the upcoming release (v6.0). This should solve your problem. Thanks for contributing!