Re: Cross compile gnuradio in E312 error

2021-01-25 Thread Philip Balister
On 1/25/21 12:38 PM, Marcus D. Leech wrote: > On 01/25/2021 01:00 AM, --- via "GNU Radio, the Free & Open-Source > Toolkit for Software Radio" wrote: >> Dear friends: >> I'm installing rfnoc on E312, when I cross compile gnu radio, I >> execute this command:cmake -Wno-dev >> -DCMAKE_TOOLCHAIN_

Re: Migration from 3.7 to 3.8 OOT - module 'howto' has no attribute 'square_ff'

2021-01-25 Thread Criss Swaim
Martin: Thanks for the debugging hint.  I went back through the tutorial and with the help of this import I was able to determine the problems( code error and I needed to run ldconfig I went to my 'real' OOT module and import the swig file

RE: [announcement] Release 3.9.0.0

2021-01-25 Thread Barry Duggan
Hi Gavin, There will be a ppa:gnuradio/gnuradio-releases-3.9 but it's not ready yet. If you want to build 3.9 from source, follow https://wiki.gnuradio.org/index.php/InstallingGR#From_Source but in https://wiki.gnuradio.org/index.php/InstallingGR#Step_3:_Installing_GNU_Radio after "cd gnuradi

Re: Cross compile gnuradio in E312 error

2021-01-25 Thread Marcus D. Leech
On 01/25/2021 01:00 AM, --- via "GNU Radio, the Free & Open-Source Toolkit for Software Radio" wrote: Dear friends: I'm installing rfnoc on E312, when I cross compile gnu radio, I execute this command:cmake -Wno-dev -DCMAKE_TOOLCHAIN_FILE=~/rfnoc/src/gnuradio/cmake/Toolchains/oe-sdk_cross.

Re: Performing a USRP Packet Loopback

2021-01-25 Thread Martin Braun
Jada, I haven't read up on all the threads in which you've been asking stuff, so this is lacking a bit of context. I still hope it's helpful: - I don't think you should downgrade UHD. There has been a lot of change in UHD, but not in the B210 driver. - UHD provides some tools, such an ex

Re: Migration from 3.7 to 3.8 OOT - module 'howto' has no attribute 'square_ff'

2021-01-25 Thread Martin Braun
Criss, a good debugging method is to go into the build dir, where you should find a DLL called _howto_swig.so (or something like that). Try importing that: >>> import _howto_swig It will probably fail, and will likely give you a better clue of what's going on. --M On Sat, Jan 23, 2021 at 12:51

Re: Cross compile gnuradio in E312 error

2021-01-25 Thread Martin Braun
Hi, you didn't paste an error message. --M On Mon, Jan 25, 2021 at 7:02 AM --- via GNU Radio, the Free & Open-Source Toolkit for Software Radio wrote: > Dear friends: > I'm installing rfnoc on E312, when I cross compile gnu radio, I > execute this command:cmake -Wno-dev > -DCMAKE_TOOLCHAI