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

2013-12-04 Thread Ralph A. Schmid, dk5ras
alph=schmid@gnu.org > [mailto:discuss-gnuradio-bounces+ralph=schmid@gnu.org] On Behalf Of > Johannes Demel > Sent: Wednesday, 4 December, 2013 08:28 > To: discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] LTE framework receiver gr-lte > > Hi Ralph, > > If you

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

2013-12-04 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Johannes, for me, this was quite trivial: Just use the original GNU Radio cmake/Modules/FindFFTW3f.cmake, and include it in your toplevel and lib/CMakeLists.txt For reference, see my gist for example CMakeListses; watch out, however, this is modifie

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

2013-12-03 Thread Johannes Demel
Hi Ralph, If you come up with a sane solution for this, let me know. This hack is a result of getting stuck in CMake hell while being in a hurry. Johannes On 03.12.2013 20:25, Ralph A. Schmid, dk5ras wrote: > Hi, > >> the library path to libfftw3f is actually hardcoded in the makefile. >> searc

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

2013-12-03 Thread Ralph A. Schmid, dk5ras
Hi, > 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.

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

2013-12-03 Thread Martin Hauke
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 li

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

2013-12-03 Thread Ralph A. Schmid, dk5ras
, 3 December, 2013 18:52 To: Ralph A. Schmid, dk5ras Cc: Baier; discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] LTE framework receiver gr-lte It is missing libfftw3f. Or more specific a make target. Anyway, as libfftw is a GR dependency it is not explicitly listed for gr-lte. Just to

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

2013-12-03 Thread Johannes Demel
> > *From:* Johannes Demel [mailto:johannes.de...@ettus.com] > *Sent:* Monday, 2 December, 2013 19:02 > > *To:* Ralph A. Schmid, dk5ras > *Cc:* Baier; discuss-gnuradio@gnu.org > *Subject:* Re: [Discuss-gnuradio] LTE framework receiver gr-lte > > > > Hi, > > on bra

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

2013-12-03 Thread Ralph A. Schmid, dk5ras
r; discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] LTE framework receiver gr-lte Hi, on branch gr37 there are 2 directories with code. The 'code' directory contains GR 3.6 blocks for reference and gr37-lte contains the new 3.7 API blocks. 3.6 API blocks will eventually be r

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

2013-12-03 Thread Ralph A. Schmid, dk5ras
, 2013 7:02 PM To: Ralph A. Schmid, dk5ras Cc: Baier; discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] LTE framework receiver gr-lte Hi, on branch gr37 there are 2 directories with code. The 'code' directory contains GR 3.6 blocks for reference and gr37-lte contains the n

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

2013-12-02 Thread Johannes Demel
Hi, on branch gr37 there are 2 directories with code. The 'code' directory contains GR 3.6 blocks for reference and gr37-lte contains the new 3.7 API blocks. 3.6 API blocks will eventually be removed as soon as it seems fit. Happy hacking Johannes On Mon, Dec 2, 2013 at 5:18 AM, Ralph A. Schmid

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

2013-12-02 Thread Ralph A. Schmid, dk5ras
Hi. > Hi, > > I tried to compile gr-lte package from github (version 3.7 not master), but it I guess this package needs gr 3.6... > doesnt't work. GRUEL and GNURADIO_CORE have been still there. > A. Baier Ralph. ___ Discuss-gnuradio mailing list