Hi;

FFmpeg has some assembler code like this:

[...]
        .macro require8, val=1
        .eabi_attribute 24, \val
        .endm

        .macro preserve8, val=1
        .eabi_attribute 25, \val
        .endm


but the mingw32ce compiler chokes on it (both gcc 4.1 and gcc 4.4) :

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

Is this a known problem ?

Regards.

-- 
İsmail DÖNMEZ

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to