On Tue, Jun 11, 2013 at 10:52 AM, Bastian Bloessl <
bastian.bloe...@uibk.ac.at> wrote:
> Adding the file path during initialization of grcc fixed it for me:
>
>
> https://github.com/bastibl/gnuradio/commit/515e9ac51837aa8f89de0ec3c95f6f185339c48e
>
This was recently merged for the pending 3.6.5.
Hi,
On 06/11/2013 04:50 PM, Tom Rondeau wrote:
Yes, you should be able to make a Cmake rule to run grcc on the .grc
file to build the Python file.
Building hierarchical blocks with grcc needed a small tweak, as
convert_hier.py expects the flow graph to have grc_file_path set (in
order to a
On Tue, Jun 4, 2013 at 1:45 AM, Bastian Bloessl
wrote:
> Hi all,
>
> I'm working on a OOT module and created a hierarchical block in GRC. I
> wonder if there is a nice way to include it in the installation process.
>
> Currently, the user would have to open the hier block in GRC, build it,
> resta
Hi all,
I'm working on a OOT module and created a hierarchical block in GRC. I
wonder if there is a nice way to include it in the installation process.
Currently, the user would have to open the hier block in GRC, build it,
restart GRC and open the actual flow graph that is utilizing the hier