Monday, October 7, 2024

Re: New install of GNU Radio executes old version

Hello Jim,

As Barry said you're missing lots of devel packages. I assume based
on your python version that you're using Raspbian Bullseye as your OS.
If that's the case, there is a list of packages that you'll need to
install to build gnuradio. I would try the list of packages
recommended on https://wiki.gnuradio.org/index.php?title=UbuntuInstall
.

Basically,

sudo apt install git cmake g++ libboost-all-dev libgmp-dev python3-numpy \
python3-mako python3-sphinx python3-lxml doxygen libfftw3-dev \
libsdl1.2-dev libgsl-dev libqwt-qt5-dev libqt5opengl5-dev python3-pyqt5 \
liblog4cpp5-dev libzmq3-dev python3-yaml python3-click python3-click-plugins \
python3-zmq python3-scipy python3-gi python3-gi-cairo gir1.2-gtk-3.0 \
libcodec2-dev libgsm1-dev libusb-1.0-0 libusb-1.0-0-dev libudev-dev
python3-setuptools

sudo apt install pybind11-dev python3-matplotlib libsndfile1-dev \
libsoapysdr-dev soapysdr-tools python3-pygccxml python3-pyqtgraph

and

sudo apt install libiio-dev libad9361-dev libspdlog-dev
python3-packaging python3-jsonschema python3-qtpy

Once you get those installed, you'll need to rebuild gnuradio. You're
looking for a list of gnuradio enabled components after running cmake
similar to the one I sent you.

Hope this helps.

Chris

On Mon, Oct 7, 2024 at 4:21 AM Barry Jackson <zen25000@zen.co.uk> wrote:
>
> On 07/10/2024 01:11, Elmore Family wrote:
> > Chris,
> >
> > Here is what I have after cmake:
> >
> > -- ######################################################
> > -- # Gnuradio enabled components
> > -- ######################################################
> > -- * testing-support
> > -- * post-install
> > -- * doxygen
> > -- * man-pages
>
> You are missing lots of -devel packages for all those disabled missing
> components.
>
> As a guide look at the BuildRequires in our (Mageia) gnuradio.spec they
> start at line 75:
>
> http://svnweb.mageia.org/packages/cauldron/gnuradio/current/SPECS/gnuradio.spec?revision=2102453&view=markup
>
>
>
>
>
>

No comments:

Post a Comment