Re: GRC version 3.9.0.0 git master (python 3.8.2) + OOT blocks

2020-09-04 Thread David Taylor (manx.net)
test OOT code on a secondary platform will be beneficial. Many thanks David From: Josh Sent: Monday, August 31, 2020 12:34 PM To: David Taylor (manx.net) Cc: GNURadio Discussion List Subject: Re: GRC version 3.9.0.0 git master (python 3.8.2) + OOT blocks David, As far as I know, 3.15 is the

Re: GRC version 3.9.0.0 git master (python 3.8.2) + OOT blocks

2020-08-31 Thread Josh
It’s therefore important that I settle on stable GRC/UHD variants for the > next twelve months or so. > > Best regards, > David GD4FMB > > > > > *From:* Josh > *Sent:* Monday, August 24, 2020 8:09 PM > *To:* David Taylor (manx.net) > *Cc:* GNURadio Discussion Lis

Re: GRC version 3.9.0.0 git master (python 3.8.2) + OOT blocks

2020-08-30 Thread David Taylor (manx.net)
tle on stable GRC/UHD variants for the next twelve months or so. Best regards, David GD4FMB From: Josh Sent: Monday, August 24, 2020 8:09 PM To: David Taylor (manx.net) Cc: GNURadio Discussion List Subject: Re: GRC version 3.9.0.0 git master (python 3.8.2) + OOT blocks David, 1) How is yo

Re: GRC version 3.9.0.0 git master (python 3.8.2) + OOT blocks

2020-08-24 Thread Josh
2020 11:45 AM > *To:* David Taylor (manx.net) > *Cc:* GNURadio Discussion List > *Subject:* Re: GRC version 3.9.0.0 git master (python 3.8.2) + OOT blocks > > David, > > I've found most of the time I get the "No module named ..." error it is > due to C++ linkage i

Re: GRC version 3.9.0.0 git master (python 3.8.2) + OOT blocks

2020-08-21 Thread David Taylor (manx.net)
3.9.0.0 git master (python 3.8.2) + OOT blocks David, I've found most of the time I get the "No module named ..." error it is due to C++ linkage issues in setting up the CMake. There was a big jump in CMake modernization from GR 3.7 to 3.8, so be sure to use gr_modtool (from 3.9) t

Re: GRC version 3.9.0.0 git master (python 3.8.2) + OOT blocks

2020-08-17 Thread David Taylor (manx.net)
) Cc: GNURadio Discussion List Subject: Re: GRC version 3.9.0.0 git master (python 3.8.2) + OOT blocks David, I've found most of the time I get the "No module named ..." error it is due to C++ linkage issues in setting up the CMake. There was a big jump in CMake modernization

Re: GRC version 3.9.0.0 git master (python 3.8.2) + OOT blocks

2020-08-17 Thread Josh
David, I've found most of the time I get the "No module named ..." error it is due to C++ linkage issues in setting up the CMake. There was a big jump in CMake modernization from GR 3.7 to 3.8, so be sure to use gr_modtool (from 3.9) to create a new module and copy your blocks in from there is us

GRC version 3.9.0.0 git master (python 3.8.2) + OOT blocks

2020-08-17 Thread David Taylor (manx.net)
Hi, I have been developing a number of direct spread spectrum OOT blocks as part of a research project. Working blocks were originally developed using GRC 3.7.11, however I wish to move forward and have installed and persevered so far with GRC 3.9 from the master branch. The GRC, UHD, CMAKE (