Open rgov opened 3 years ago
GNU Radio 3.9 OOT Module Porting Guide
Commit that removed SWIG from GNU Radio: https://github.com/gnuradio/gnuradio/commit/9f6086161f8693b0643215f7a3935ec13661c882
I have this fixed in:
https://github.com/analogdevicesinc/gnuradio/pull/4
💥
This needs to be merged into gr-iio. I created the PR on the GNU Radio fork as IIO was supposed to be upstreamed in GNU Radio release v3.9.0.0 but this has not happened.
The changes from that need to be merged into gr-iio as the OOT module.
I will create a PR to bring my changes across 🤓 .
Awesome. Do you know what is going on with master
vs upgrade-3.8
here?
@rgov I am not sure on that. I am just an end user, using GNU Radio with Analog Devices Plutos.
I have started a work in progress pull request here 🤓 :
Is there any update?
@anilgurses this has been superseded by:
https://github.com/gnuradio/gnuradio/pull/4277
We are currently working on bringing gr-iio
in tree. If you compiled that branch from source you would get gr-iio
support. We are getting closer every day now to merging this in. Lots of work has happened in the feature/gr-iio
branch here 🤓 :
https://github.com/gnuradio/gnuradio/tree/feature/gr-iio
Adam Horden
GNU Radio 3.9 moved from SWIG to PyBind11, which might explain this build error (on macOS):