discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] LTE framework receiver gr-lte


From: Martin Hauke
Subject: Re: [Discuss-gnuradio] LTE framework receiver gr-lte
Date: Tue, 03 Dec 2013 22:28:59 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

Hi Ralph,

On 03.12.2013 21:51, Ralph A. Schmid, dk5ras wrote:
> Sorry, forgot to mention it, of course it is installed. libfftw3-3 with
> dev and dbg, from the normal packet management. OS is Kubuntu 12.04 LTS
> 32 bit, GR3.7 installed and working, uhd, gr-osmosdr, bladerf.

the library path to libfftw3f is actually hardcoded in the makefile.
search for
  SET(FFTW3f /usr/lib/x86_64-linux-gnu/libfftw3f.so)
in gr37-lte/lib/CMakeLists.txt
and replace it with the the proper library location for your system.
for example:
  SET(FFTW3f /usr/lib64/libfftw3f.so)

best regards,
Martin



reply via email to

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