Actions

icon Post
text/html Subscribe
text/html Unsubscribe

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

[arm-gnu] undefined reference to `d6'


  • To: "arm-gnu@xxxxxxxxxxxxxxxx" <arm-gnu@xxxxxxxxxxxxxxxx>
  • Subject: [arm-gnu] undefined reference to `d6'
  • From: Tyler Conant <tconant@xxxxxxxxx>
  • Date: Tue, 2 Feb 2010 14:33:53 -0700

I'm compiling FAAC with the following options:
-Wall -O3 -g -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -ffast-math -fsingle-precision-constant -I/home/tconant/rr_sdk/branch/v1.88/fs/fsdev/usr/include -I/home/tconant/rr_sdk/branch/v1.88/fs/fsdev/include

I've changed the FAAC to use single precision rather than doubles. When compiling I get the linker error:
../libfaac/.libs/libfaac.so: undefined reference to `d6'

Am I building against the wrong library? Are there separate libraries for neon support?