bastibl / gr-rds

FM RDS/TMC Transceiver
http://en.wikipedia.org/wiki/Radio_Data_System
GNU General Public License v3.0
219 stars 73 forks source link

gr_rds_decoder, parser, panel are missing. #20

Closed ziyuanjun closed 7 years ago

ziyuanjun commented 7 years ago

I followed the README.md. After the file rds_rx.grc loaded, i get these messages:

Block key "gr_rds_decoder" not found
Block key "gr_rds_panel" not found
Block key "gr_rds_parser" not found

Could anyone tell me what should i do to use these blocks.

20170313_110042_5492n8t

bastibl commented 7 years ago

I guess, you installed the blocks to a different directory and GRC doesn't know where the blocks are. Please adapt your ~/.gnuradio/config.conf to include something like:

[grc]
global_blocks_path = /opt/local/share/gnuradio/grc/blocks
local_blocks_path = ~/usr/share/gnuradio/grc/blocks
ziyuanjun commented 7 years ago

Thank you very much! It works! ps: Maybe due to the version i installed is GNU Radio Companion 3.7.10, my configure file is ~/.gnuradio/grc.conf.

bastibl commented 7 years ago

great!