Re: [Discuss-gnuradio] Problem cross-compiling version 3.5.1

2012-02-29 Thread Stefan Ott
> Thanks a lot for all the advice so far. I am currently engaged in > combat, trying to get cmake to cooperate with pkg-config and find my > libraries (never used cmake before). I will report back when I get > some results or reach another point where I need help. Ha, got it mostly working, thanks

Re: [Discuss-gnuradio] Problem cross-compiling version 3.5.1

2012-02-22 Thread Nowlan, Sean
To: Philip Balister Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Problem cross-compiling version 3.5.1 On 02/20/2012 02:54 PM, Philip Balister wrote: > On 02/20/2012 01:18 PM, Ben Hilburn wrote: >> Stefan - >> >> The command listed in that FAQ relies on the use

Re: [Discuss-gnuradio] Problem cross-compiling version 3.5.1

2012-02-22 Thread Stefan Ott
On Mon, Feb 20, 2012 at 23:18, Philip Balister wrote: > On 02/20/2012 02:54 PM, Philip Balister wrote: >> On 02/20/2012 01:18 PM, Ben Hilburn wrote: >>> Stefan - >>> >>> The command listed in that FAQ relies on the use of a CMake toolchain file, >>> which is distributed with GNU Radio. >>> >>> A r

Re: [Discuss-gnuradio] Problem cross-compiling version 3.5.1

2012-02-20 Thread Philip Balister
On 02/20/2012 02:54 PM, Philip Balister wrote: > On 02/20/2012 01:18 PM, Ben Hilburn wrote: >> Stefan - >> >> The command listed in that FAQ relies on the use of a CMake toolchain file, >> which is distributed with GNU Radio. >> >> A recent update (to CMake, possibly), seems to have broken use of t

Re: [Discuss-gnuradio] Problem cross-compiling version 3.5.1

2012-02-20 Thread Philip Balister
On 02/20/2012 01:18 PM, Ben Hilburn wrote: > Stefan - > > The command listed in that FAQ relies on the use of a CMake toolchain file, > which is distributed with GNU Radio. > > A recent update (to CMake, possibly), seems to have broken use of the > toolchain file -- all of the flags inside of it

Re: [Discuss-gnuradio] Problem cross-compiling version 3.5.1

2012-02-20 Thread Ben Hilburn
Stefan - The command listed in that FAQ relies on the use of a CMake toolchain file, which is distributed with GNU Radio. A recent update (to CMake, possibly), seems to have broken use of the toolchain file -- all of the flags inside of it will get ignored. Instead of passing the -DCMAKE_TOOLCHA

Re: [Discuss-gnuradio] Problem cross-compiling version 3.5.1

2012-02-20 Thread Stefan Ott
On Mon, Feb 20, 2012 at 17:55, Tom Rondeau wrote: > > Try to use cmake instead of configure to build GNU Radio. Check out the "How > do I install GNU Radio from source?" section > on: http://code.ettus.com/redmine/ettus/projects/usrpe1xx/wiki/FAQ. Ok, thank you, I'll try that. cheers -- Stefan

Re: [Discuss-gnuradio] Problem cross-compiling version 3.5.1

2012-02-20 Thread Tom Rondeau
On Mon, Feb 20, 2012 at 11:42 AM, Stefan Ott wrote: > On Mon, Feb 20, 2012 at 17:29, Andrew Davis > wrote: > > A lot of components you are building don't seem to be necessary on > > ARM, try configuring with " ./configure --disable-all-components > > --enable-gnuradio-core " to just build the co

Re: [Discuss-gnuradio] Problem cross-compiling version 3.5.1

2012-02-20 Thread Andrew Davis
A lot of components you are building don't seem to be necessary on ARM, try configuring with " ./configure --disable-all-components --enable-gnuradio-core " to just build the core and then enable only the parts you need. On Mon, Feb 20, 2012 at 10:53 AM, Stefan Ott wrote: > Hello > > I am current