discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Module not showing up in companion


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Module not showing up in companion
Date: Sun, 26 Apr 2015 13:16:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

In addition to what Rich said, it's possible that the XML file has a
syntax that GRC doesn't understand;
run
gnuradio-companion
from the console and watch the textual output of it on that console.

Best regards,
Marcus


On 04/26/2015 05:01 AM, Richard Bell wrote:
> You have to make sure grc knows what directories to look in for custom block 
> definitions. To do this, add a GRC_BLOCKS_PATH="path/to/your/gr-module" 
> environment variable to your setup_env.sh file that gets sourced when you 
> open a terminal. Assuming you followed all the other steps in the guided 
> tutorial to make the block correctly, you should see the block in grc after 
> that. Make sure you close grc and use a new terminal after making that env 
> change. 
>
> There is a link that explains this but I don't have it handy. 
>
> v/r,
> Rich
>
> Sent from my iPad
>
>> On Apr 25, 2015, at 7:11 PM, Yile Ku <address@hidden> wrote:
>>
>> I have built a custom source module.  I followed the steps for coding and 
>> did a make, make test, make install.  Then I did the gr_modtool makexml 
>> my_mod, and a 'make install again.  I can see the module in 
>> /usr/local/share/gnuradio/grc/blocks/my_mod.xml.  When I run 
>> gnuradio-companion I can find the module when I search.  I am running 
>> gnuradio-companion 3.7.6.1.
>>
>> Thanks,
>> Y-
>> _______________________________________________
>> Discuss-gnuradio mailing list
>> address@hidden
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

[Prev in Thread] Current Thread [Next in Thread]