I don't think you have to change the parameters you're giving to
./configure for gnuradio. You actually want to change the parameters
used by ./configure for fftw.

This worked for me:
./configure --enable-single --enable-neon --enable-shared
CFLAGS='-fPIC -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -O2'

And then I built gnuradio as normal.

Morgan

On Wed, Jun 29, 2011 at 2:46 AM, Phelps Williams <phel...@gmail.com> wrote:
> Could somebody post the whole configure call once the vesperix fftw lib was
> installed?
> I'm giving this a try here myself but want to make sure I'm on the right
> track.
> ./configure --disable-volk --disable-usrp2 --disable-usrp1
> --disable-gr-video-sdl --enable-shared CFLAGS="-march=armv7-a
> -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -O3 -fPIC"
> CXXFLAGS="-march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
> -O3 -fPIC" -with-qwt-incdir=/usr/include
> On Wed, Jun 22, 2011 at 5:26 PM, Thomas Tsou <tt...@vt.edu> wrote:
>>
>> On Wed, Jun 22, 2011 at 2:13 PM, Philip Balister <phi...@balister.org>
>> wrote:
>> >
>> > Did you rerun configure adding -fPIC to CFLAGS? I ddi get the library to
>> > build as a shared library.
>>
>> That worked for me.
>>
>>  Thomas
>>
>> _______________________________________________
>> Discuss-gnuradio mailing list
>> Discuss-gnuradio@gnu.org
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>

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

Reply via email to