balint256 / gr-baz

Collection of new blocks for GNU Radio
http://wiki.spench.net/wiki/gr-baz
GNU General Public License v3.0
191 stars 78 forks source link

RTL-FM missing blocks after pybombs install #27

Open eliotb opened 10 years ago

eliotb commented 10 years ago

I have used pybombs to install gnuradio and gr-baz packages. When the RTL-FM example is loaded there are a number of missing blocks; it is not obvious what needs to be installed in order to make these available. Showing: "/home/eliot/src/sdr/pybombs/src/gr-baz/samples/RTL-FM.grc"

Error: Block key "gr_freq_xlating_fir_filter_xxx" not found in Platform - grc(GNU Radio Companion) Error: Block key "blks2_nbfm_rx" not found in Platform - grc(GNU Radio Companion) Error: Block key "blks2_rational_resampler_xxx" not found in Platform - grc(GNU Radio Companion) Error: Block key "gr_quadrature_demod_cf" not found in Platform - grc(GNU Radio Companion) Error: Block key "blks2_rational_resampler_xxx" not found in Platform - grc(GNU Radio Companion) Error: Block key "gr_multiply_const_vxx" not found in Platform - grc(GNU Radio Companion) Error: Block key "gr_pwr_squelch_xx" not found in Platform - grc(GNU Radio Companion) Error: Block key "gr_freq_xlating_fir_filter_xxx" not found in Platform - grc(GNU Radio Companion) Error: Block key "blks2_rational_resampler_xxx" not found in Platform - grc(GNU Radio Companion) Error: Block key "gr_quadrature_demod_cf" not found in Platform - grc(GNU Radio Companion) Error: Block key "blks2_rational_resampler_xxx" not found in Platform - grc(GNU Radio Companion) Error: Block key "gr_multiply_const_vxx" not found in Platform - grc(GNU Radio Companion) Error: Block key "gr_pwr_squelch_xx" not found in Platform - grc(GNU Radio Companion) Error: Block key "blks2_nbfm_rx" not found in Platform - grc(GNU Radio Companion) Need docs or deps?

eliotb commented 10 years ago

So it seems the sample uses gnuradio 3.6 blocks, and I have gnuradio 3.7 I used this http://nathanwest.us/grc_to_37.sh translation script, and now the sample works.