Hey!

On Tue, Oct 19, 2010, leonid.moiseic...@nokia.com wrote:
> Sorry I cannot find a bugzilla.

 Linaro GCC uses Launchpad; visit bugs.launchpad.net/gcc-linaro to
 report gcc-linaro bugs.

> Sorry I cannot find a bugzilla. One issue detected during compilation
> of ffmpeg, it looks like
> gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. 
> -I"/home/ldm/misc/tc/suite/cases/ffmpeg/ffmpeg" -O3 -D_ISOC99_SOURCE 
> -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer 
> -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization 
> -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual 
> -Wwrite-strings -Wtype-limits -Wundef -fno-math-errno -fno-signed-zeros       
> -c -o libavcodec/dsputil.o libavcodec/dsputil.c
> /tmp/ccK6jdSP.s: Assembler messages:
> /tmp/ccK6jdSP.s:34764: Error: VFP/Neon double precision register expected -- 
> `vmovl.s16 q3,s12'

 Looks like you need -mfpu=neon; I see it's mentioned in your .spec
 file, but it doesn't appear above.  If this is a ffmpeg build, you
 probably want to pass --extra-cflags= to configure to pass extra
 CFLAGS.  You probably want to --enable-neon and --cpu=cortex-a8 too.

    Cheers,
-- 
Loïc Minier

_______________________________________________
linaro-toolchain mailing list
linaro-toolchain@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-toolchain

Reply via email to