Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for 3.9 #12

Open
wamacdonald89 opened this issue Oct 13, 2021 · 5 comments
Open

Support for 3.9 #12

wamacdonald89 opened this issue Oct 13, 2021 · 5 comments

Comments

@wamacdonald89
Copy link

Current release is incompatible with GNU Radio 3.9 due to removal of GrSWIG. Any plans on supporting version 3.9? What would be required to port this to newer versions of GNU Radio?

@git-artes
Copy link
Owner

We're about to release some new funcionalities. Once that's up and running, we'll take a look at how to make it 3.9-compatible.

@dkozel
Copy link

dkozel commented Jan 31, 2022

The guide for porting from GNU Radio 3.8 to 3.9 is here:
https://wiki.gnuradio.org/index.php?title=GNU_Radio_3.9_OOT_Module_Porting_Guide

3.10 has now been released, but most out-of-tree modules do not require changes to be compatible.
https://wiki.gnuradio.org/index.php?title=GNU_Radio_3.10_OOT_Module_Porting_Guide

@bkerler
Copy link

bkerler commented Mar 17, 2022

Support for gnuradio 3.9 - 3.11 has been added via pr #16

@kalaksi
Copy link

kalaksi commented Mar 19, 2022

@bkerler I'm having issues with the PR using gnuradio 3.9.5.0 (built from source, installed globally).
First, I changed the gnuradio package version in CMakeLists.txt from 3.10 to 3.9, but seems that there are some incompatibilities:

CMake Error at CMakeLists.txt:47 (include):
  include could not find load file:

    GrMinReq


CMake Error at CMakeLists.txt:53 (include):
  include could not find load file:

    GrCompilerSettings

The lines look similar to ones in gnuradio's CMakeLists.txt that were introduced in version 3.10.
Additionally, I got multiple errors similar to this one:

CMake Error at /usr/local/lib/cmake/gnuradio/GrPybind.cmake:195 (file):
  file MD5 failed to read file
  "/home/user/SDR/gr-tempest/python/tempest/bindings/../../../include/tempest/fine_sampling_synchronization.h":
  No such file or directory
Call Stack (most recent call first):
  python/tempest/bindings/CMakeLists.txt:39 (GR_PYBIND_MAKE_OOT)

The path should be include/gnuradio/tempest/fine_sampling_synchronization.h. Not sure what the root cause is since I didn't look into it at this time.

@bkerler
Copy link

bkerler commented Mar 20, 2022

Yes, some lines were added for gnuradio 3.10. I might port it specifically to 3.9 if that is really needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants