Hi Andreas!
You need to build gr-foo against maint-3.7 branch of gnuradio.
There is no 'delete_head_blocking' in master branch.
That did the trick. I’m seeing a couple branches (“maint”,
“maint-3.7”, “master”, etc.). Are there descriptions of the different
branches that I missed in my web searc
Andreas Yankopolus писал 2018-09-28 02:27:
I’m trying to build and install GR and gr-ieee802.11 from the git
repos, as I know that I’ll be wanting to examine and possibly
single-step & instrument the underlying code for my project. This is
on Ubuntu 18.04.
[ 34%] Building CXX object
lib/CMakeF
Hi there!
In my module I have to call fftw functions(gr::fft is not an option) but
I found an issue.
I linked module with fftw3f lib and install it. But when I run:
~$ PYTHONPATH=/usr/local/lib/python2.7/site-packages/ ./top_block.py
I got an error:
Traceback (most recent call last):
File