Martin Braun schreef op 2014-01-17 16:31:
On 01/17/2014 03:20 PM, jer...@boschma.com wrote:
Hi all,
After having problems in version 3.6.5 I decided to move to 3.7. So I
reinstalled Ubuntu to start with a clean OS without 'loose ends'
pointing to old GNU radio versions, then installed UHD and GNU radio
via
Ettus Research packages. Versions:
GNU radio 3.7.2.1 (standard installation to /usr/lib)
CMake 2.8.7
Ubuntu 12.04
When GRC goes to /usr/lib, it doesn't look in /usr/local/lib for
blocks.
We know about this and it will be fixed in an upcoming release.
In the meantime, the solution is very simple. You can either add
another
env variable
GRC_BLOCKS_PATH=:/usr/local/share/gnuradio/grc/blocks
or edit .gnuradio/config.conf to search for blocks in other places.
MB
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
For some reason I can't get it to work... I added the env var manually:
export GRC_BLOCKS_PATH=/usr/local/share/gnuradio/grc/blocks
which did not seem to work (although that folder contains my xml-files
of both blocks).
Then I did a search for the config.conf file which isn't on my file
system, so I created one in ~/.grc_gnuradio (I have no ~/.gnuradio
folder...):
[grc]
local_blocks_path=/usr/local/share/gnuradio/grc/blocks
No result... What do I do wrong?
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio