[FFmpeg-user] ffmpeg cross compilation failed for cs05q1armel: dsputil_arm.S:25: Error: unknown pseudo-op: `.eabi_attribute'

Sergey Talchuk tals1975 at gmail.com
Tue Jan 8 14:52:17 CET 2013


Hi All!

It seems to be an ARM specific issue for a long time. There are similar
cross compilation problems reported in the net but, unfortunately, no
solution for me.
I hope someone can help me with this.

Thank you,
Sergey


-Version 0.8.12
        ./configure \
        --enable-cross-compile \

--cross-prefix=/tmp/optware/cs05q1armel/toolchain/arm-none-linux-gnueabi/gcc-2005q1-glibc-2.3.4/bin/arm-none-linux-gnueabi-
\
        --arch=arm \
        --disable-encoder=snow \
        --disable-decoder=snow \
        --enable-shared \
        --disable-static \
        --enable-gpl \
        --enable-postproc \
        --prefix=/opt \
    --disable-doc \
    --target-os=linux \
    --disable-mmx \
    --disable-armv6 \
    --disable-armv6t2 \


AS      libavcodec/arm/dsputil_arm.o
libavcodec/arm/dsputil_arm.S: Assembler messages:
libavcodec/arm/dsputil_arm.S:25: Error: unknown pseudo-op: `.eabi_attribute'

====
-Version 0.9.2

AS      libavcodec/arm/ac3dsp_arm.o
libavcodec/arm/asm.S: Assembler messages:
libavcodec/arm/asm.S:44: Error: unknown pseudo-op: `.arch'
libavcodec/arm/asm.S:50: Error: unknown pseudo-op: `.fpu'

====
-Version 1.0 and higher

CC      libavfilter/af_atempo.o
libavfilter/af_atempo.c: In function `yae_overlap_add':
libavfilter/af_atempo.c:792: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.


More information about the ffmpeg-user mailing list