Thanks Marcus, that worked. And it is much simpler.

- John

From: Marcus Müller

you shouldn't use gr_modtool to create a new module on your destination
system -- just take your OOT's folder, and copy it over to the
destination system, deleting/omitting your build folder. Then rebuild
and install -- CMake should make sure to find all the libraries on the
destination system itself.

In fact, OOTs were designed to be self-contained and transportable like
this -- which is what tools like pybombs rely on: you can just copy/git
clone the OOT directory tree, mkdir build, cd build, cmake .., make and
make install and be set.

> The essentials of the procedure have been to use gr_modtool to
> generate a dummy module and block on the destination system, copy the
> required source files, and build and install.
>
> Well... we are getting the "AttributeError: module 'mymodulename' has
> no attribute 'myblockname'."

_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to