Re: Error in OP25 Decode block

I built it with Pybombs. I just installed gr-baz. I didn’t know there
was
a way to install op25 decoder separately.

I would like to know how to install the GNURadio 3.7.4 just announced.

Doug


On Fri, Jul 18, 2014 at 3:37 PM, Doug H.[email protected]
wrote:

I have built Ubuntu 14.04 and installed Pybombs, GNURadio 3.7.2, op25 and
gr-baz. Tom R. helped me through an error with unresolved baz imports.
Now, I brought in the blocks to decode op25 and the OP25 Decoder block fails
at run-time with -

Did you use packaged Gnuradio or built with pybombs ?

Did you actually install the OP25 decoder itself ? (and not just the
gr-baz wrapper around it)

Cheers,

Sylvain

I built it with Pybombs. I just installed gr-baz. I didn’t know there was
a way to install op25 decoder separately.

I meant Gnuradio, not op25.

Did you install a package, or did you build it from source with
pybombs ? (pybombs will build from source right ?)

Cheers,

Sylvain

Sylvain -

Here is exactly what my install sequence was:

Create fresh Ubuntu 14.04
install updates and upgrades (from the howtoubuntu site)

git clone git://github.com/pybombs/pybombs
cd pybombs
./pybombs install gr-op25 (This installs gnuradio 3.7.2 and
op25)
./pybombs env
source /home/doug_/usr/local_/setup_env.sh

./pybombs install gr-baz

gnuradio-companion

Built an op25 flowgraph from blocks on the rh side of GRC and ran it.
The OP25 Decoder (Simple) block triggered the errors with name op25.

Doug