Re: [Discuss-gnuradio] E100 compile error: trondeau safe_align branch

2012-02-17 Thread Ben Hilburn
It doesn't work for me, either. Cheers, Ben On Fri, Feb 17, 2012 at 5:37 AM, Philip Balister wrote: > On 02/17/2012 02:25 AM, Andre Puschmann wrote: > > On 02/16/2012 07:16 PM, Philip Balister wrote: > >>> /tmp/cct93Ve1.s:37: Error: bad instruction `vpadd.f32 d0,d16,d17' > >>> /tmp/cct93Ve1.s:38

Re: [Discuss-gnuradio] E100 compile error: trondeau safe_align branch

2012-02-17 Thread Philip Balister
On 02/17/2012 02:25 AM, Andre Puschmann wrote: > On 02/16/2012 07:16 PM, Philip Balister wrote: >>> /tmp/cct93Ve1.s:37: Error: bad instruction `vpadd.f32 d0,d16,d17' >>> /tmp/cct93Ve1.s:38: Error: bad instruction `vadd.f32 s16,s0,s1' >>> make[2]: *** >>> [gnuradio-core/src/lib/CMakeFiles/gnuradio-

Re: [Discuss-gnuradio] E100 compile error: trondeau safe_align branch

2012-02-17 Thread Andre Puschmann
On 02/16/2012 07:16 PM, Philip Balister wrote: >> /tmp/cct93Ve1.s:37: Error: bad instruction `vpadd.f32 d0,d16,d17' >> /tmp/cct93Ve1.s:38: Error: bad instruction `vadd.f32 s16,s0,s1' >> make[2]: *** >> [gnuradio-core/src/lib/CMakeFiles/gnuradio-core.dir/filter/dotprod_fff_armv7_a.c.o] >> Error 1

Re: [Discuss-gnuradio] E100 compile error: trondeau safe_align branch

2012-02-16 Thread Josh Blum
om: discuss-gnuradio-bounces+sean.nowlan=gtri.gatech@gnu.org > [mailto:discuss-gnuradio-bounces+sean.nowlan=gtri.gatech@gnu.org] On > Behalf Of Nowlan, Sean > Sent: Thursday, February 16, 2012 4:39 PM > To: Philip Balister; GNURadio Discussion List > Subject: Re: [Discuss-g

Re: [Discuss-gnuradio] E100 compile error: trondeau safe_align branch

2012-02-16 Thread Nowlan, Sean
alf Of Nowlan, Sean Sent: Thursday, February 16, 2012 4:39 PM To: Philip Balister; GNURadio Discussion List Subject: Re: [Discuss-gnuradio] E100 compile error: trondeau safe_align branch That was the next thing I did and now (4 hours later :-P) it appears to have worked. I'm

Re: [Discuss-gnuradio] E100 compile error: trondeau safe_align branch

2012-02-16 Thread Nowlan, Sean
wlan, Sean; GNURadio Discussion List Subject: Re: [Discuss-gnuradio] E100 compile error: trondeau safe_align branch On 02/16/2012 09:39 AM, Nowlan, Sean wrote: > Hi all, > > I'm trying to build Tom's branch with the recent changes to use Volk, but I'm > getting an

Re: [Discuss-gnuradio] E100 compile error: trondeau safe_align branch

2012-02-16 Thread Philip Balister
On 02/16/2012 09:39 AM, Nowlan, Sean wrote: > Hi all, > > I'm trying to build Tom's branch with the recent changes to use Volk, but I'm > getting an error. I ran this command: > > cmake -DCMAKE_INSTALL_PREFIX=/usr > -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchains/arm_cortex_a8_native.cmake > -DENAB

[Discuss-gnuradio] E100 compile error: trondeau safe_align branch

2012-02-16 Thread Nowlan, Sean
Hi all, I'm trying to build Tom's branch with the recent changes to use Volk, but I'm getting an error. I ran this command: cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchains/arm_cortex_a8_native.cmake -DENABLE_GR_QTGUI=OFF -DCMAKE_BUILD_TYPE=release ../ And got thi