discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Cold not find Zynq gnuradio-runtime module


From: Philip Balister
Subject: Re: [Discuss-gnuradio] Cold not find Zynq gnuradio-runtime module
Date: Sun, 09 Mar 2014 17:51:16 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7

On 03/09/2014 03:44 PM, Tom Rondeau wrote:
> On Sun, Mar 9, 2014 at 3:39 PM, Richard Cagley <address@hidden> wrote:
>> 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?
>>
>> address@hidden:/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
> 
> 
> 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

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

Philip

> 
> Tom
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]