Cold not find Zynq gnuradio-runtime module

I’m playing with gnuradio on zynq by following this tutorial
http://gnuradio.org/redmine/projects/gnuradio/wiki/Zynq

I’m playing with this great tutorial
http://gnuradio.org/redmine/projects/gnuradio/wiki/Zynq
But, when I try to run cmake on the gr-zynq project I get an error about
the gnuradio-runtime missing. I searched through prior threads and found
a
brief mention of this problem but no solution. Can someone give me a
hint
as to how to start to fix this?

root@zedboard-zynq7:/gr-zynq/build# cmake …

– The CXX compiler identification is GNU 4.8.2

– The C compiler identification is GNU 4.8.2

– Check for working CXX compiler: /usr/bin/c++

– Check for working CXX compiler: /usr/bin/c++ – works

– Detecting CXX compiler ABI info

– Detecting CXX compiler ABI info - done

– Check for working C compiler: /usr/bin/cc

– Check for working C compiler: /usr/bin/cc – works

– Detecting C compiler ABI info

– Detecting C compiler ABI info - done

– Found PkgConfig: /usr/bin/pkg-config (found version “0.28”)

– Build type not specified: defaulting to release.

– Boost version: 1.55.0

– Found the following Boost libraries:

– filesystem

– system

– checking for module ‘gnuradio-runtime’

– found gnuradio-runtime, version 3.7.3git

– Could NOT find GNURADIO_RUNTIME (missing:
GNURADIO_RUNTIME_LIBRARIES)

– checking for module ‘cppunit’

– found cppunit, version 1.13.1

– Found CPPUNIT: /usr/lib/libcppunit.so;dl

CMake Error at CMakeLists.txt:99 (message):

GnuRadio Runtime required to compile zynq

On Sun, Mar 9, 2014 at 3:39 PM, Richard C. [email protected]
wrote:

root@zedboard-zynq7:/gr-zynq/build# cmake …
– Found PkgConfig: /usr/bin/pkg-config (found version “0.28”)
– Found CPPUNIT: /usr/lib/libcppunit.so;dl
CMake Error at CMakeLists.txt:99 (message):
GnuRadio Runtime required to compile zynq

Check to see if you have libgnuradio-runtime.so as a symlink. Most
likely, you have libgnuradio-runtime-3.7.3git.so, but not the one
without the version info. This is a slight bug in the OE recipes (that
I keep meaning to mention to Philip).

Just create a symlink for each library you need:
libgnuradio-runtime,so ← libgnuradio-runtime-3.7.3git.so
libgnuradio-pmt.so ← libgnuradio-pmt-3.7.3git.so

Tom

thanks! That did the trick.

On 03/09/2014 03:44 PM, Tom R. wrote:

– Detecting C compiler ABI info - done
– found cppunit, version 1.13.1
Just create a symlink for each library you need:
libgnuradio-runtime,so <- libgnuradio-runtime-3.7.3git.so
libgnuradio-pmt.so <- libgnuradio-pmt-3.7.3git.so

I suppose we could use the issue tracker on the meta-sdr github to
record these.

Philip

On Sun, Mar 9, 2014 at 2:51 PM, Philip B. [email protected]
wrote:

meta-sdr github

i created an issue in the repo on github. Hopefully I captured the
problem
sufficiently.

On Sun, Mar 9, 2014 at 3:52 PM, Richard C. [email protected]
wrote:

On Sun, Mar 9, 2014 at 2:51 PM, Philip B. [email protected]wrote:

meta-sdr github

i created an issue in the repo on github. Hopefully I captured the problem
sufficiently.

Philip,
I needed xauth so I used hob to add it and I get the following error.
Seems
related to your original solution for runtime. Is there a way to fix
this?

Nothing RPROVIDES ‘libgnuradio-runtime-3.7.3git’ (but
/home/rcagley/oe-repo/oe/oe-core/meta-hob/recipes-core/images/
hob-image-20140315-163642.bb RDEPENDS on or otherwise requires it