Thanks,
pygccxml worked
On Fri, Jan 20, 2023 at 6:49 AM Josh Morman wrote:
> Hi Jameson,
>
> This should be fixed as Ryan mentioned by having pygccxml installed. But
> for blocks with default interfaces as you described, gr_modtool bind should
> produce the same output as the default as of this
Hi Jameson,
This should be fixed as Ryan mentioned by having pygccxml installed. But
for blocks with default interfaces as you described, gr_modtool bind should
produce the same output as the default as of this fix:
https://github.com/gnuradio/gnuradio/pull/6264 which got integrated after
GR 3.10
Hi Jameson,
On 1/19/23 1:03 PM, Jameson Collins wrote:
I am using gnuradio 3.10.2 from conda. If I make a new module and
simply edit its _impl.cc and yaml files then everything works correctly.
If I take the same module, and run `gr_modtool bind` on it then the new
binding file will be diffe
I am using gnuradio 3.10.2 from conda. If I make a new module and simply
edit its _impl.cc and yaml files then everything works correctly.
If I take the same module, and run `gr_modtool bind` on it then the new
binding file will be different and I'll get errors when trying to run.
Here is the co