Re: problem porting OOT to gr_3.9 : gr_modtool bind error

2021-04-10 Thread Tom McDermott
Thanks, Josh.The OOT should be pretty standard. It was built with gr_modtool in 3.7, then ported over to 3.8. All the modules are in the normal places. My guess is NoneType means that the module was not found, then trying to append .h to that fails. I tried running gr_modtool bind inside the

Re: Error message in fm_rx and fm_tx example

2021-04-10 Thread Christophe Seguinot
I'm not used to Python bindings and don't really konws how to debug this. It look like your install is nor importing the right "window" class. Can you please run this python code and the linux command: locate fft_python (available if you installed l

Building GNU Radio from source on Windows 10 - link problem in uhd build

2021-04-10 Thread Franco VENTURI
I am trying to build GNU Radio from source on Windows 10 (20H2 build 19042.906) following the instructions here: https://github.com/gnieboer/gnuradio_windows_build_scripts#installation--build (I used the 'master' branch of that repository) The build process runs for a few hours building all the

Re: problem porting OOT to gr_3.9 : gr_modtool bind error

2021-04-10 Thread Tom McDermott
I tried adding a new super simple OOT project. Of type general, adding one module (cpp) with one parameter. No code added anywhere. I noticed that when adding the dummy module to this dummy OOT that I get 3 errors from gr_modtool add: Failed to run clang-format %s [Errno 2] no such file or direc

Re: problem porting OOT to gr_3.9 : gr_modtool bind error

2021-04-10 Thread Ron Economos
clang-format is optional. But you can install it with: sudo apt-get install clang-format As for your primary issue, are you running on an ARM cpu (like RPi4)? I was never able to get binding to work on my armv7 based platform. Ron On 4/10/21 11:24, Tom McDermott wrote: I tried adding a new s

Gnuradio / Ubuntu 20.10

2021-04-10 Thread Alberto Alletto
Hi! I’m new on ubuntu world. Today i have installed ubuntu 20.10 and i want install Gnuradio to work with RTL-SDR receiver. what is the correct procedure to install gnuradio to work with the rtl-sdr receiver? Tnx Alberto Inviato da iPhone

Re: Gnuradio / Ubuntu 20.10

2021-04-10 Thread Fabian Schwartau
Hi Alberto, Just open a terminal and run sudo apt install gnuradio And you should be fine. The dependencies for the rtl-sdr are already included. It is probably not the latest&greatest version of gnuradio, but IT should get you started. Fabian Am 10. April 2021 21:38:47 MESZ schrieb Alberto All

Re: missing AudioToolbox.h , UHD

2021-04-10 Thread J R
I managed the compile of gnuradio after installation of a gnu package giving the AudioToolbox lib. Now I'd like to move onto gr-iqbal , gr-osmosdr and gqrx as specified in the guide. I hit celltower@celltower-desktop:~$ pybombs -p install gr-iqbal gr-osmosdr gqrx CMake Error at swig/C

Re: Error message in fm_rx and fm_tx example

2021-04-10 Thread Clark Chiu
Hi Christophe, I think I got the same result as you mentioned. $ locate fft_python: (it's more or less the same, the difference is the version of python3) /usr/lib/python3/dist-packages/gnuradio/fft/ fft_python.cpython-36m-x86_64-linux-gnu.so $ python3 fm_rx3.py ['__class__', '__delattr__', '