discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Custom Blocks not being found


From: Martin Braun
Subject: Re: [Discuss-gnuradio] Custom Blocks not being found
Date: Thu, 25 Feb 2016 11:44:33 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Are the blocks in the block tree? Can you see them by doing Ctrl-F + search?

M

On 02/25/2016 11:40 AM, Richard Bell wrote:
> I've noticed lately that I can't just compile and install custom blocks
> and have them show up in grc. I've had to add a GRC_BLOCKS_PATH
> environment variable that points to the location of my custom blocks
> folder to make them discoverable.
> 
> Isn't the sudo make install process supposed to copy the required files
> to known places that gnuradio can find them so I don't have to worry
> about this? For example, I do see the custom blocks .xmls in the
> /usr/local/share/gnurado/grc/blocks directory after installing.
> 
> To make sure I'm not being silly and forgetting something, here is my
> process:
> 
> 1) Create a new block in a random directory with gr_modtool and get
> ready to compile and install
> 
> 2) Create a build directory and do the following from within build:
> 
> cmake ..
> sudo make install
> sudo ldconfig
> 
> 3) Re-open grc and see your new blocks in the library
> 
> Is this a bug or am I overlooking something? Could it be related to
> using the new pybombs?
> 
> Rich
> 
> 
> _______________________________________________
> 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]