Re: [Cegcc-devel] arm-mingw32ce and eabi_attribute

2009-07-08 Thread İsmail Dönmez
On Wed, Jul 8, 2009 at 9:32 PM, Pedro Alves wrote: > On Wednesday 08 July 2009 16:13:15, İsmail Dönmez wrote: >> Is this a known problem ? > > Yes, these are eabi tags, only implemented on arm *elf* targets. Thanks, this explains the problem clearly. Hopefully next time Google will show this answe

Re: [Cegcc-devel] arm-mingw32ce and eabi_attribute

2009-07-08 Thread Pedro Alves
On Wednesday 08 July 2009 16:13:15, İsmail Dönmez wrote: > Is this a known problem ? Yes, these are eabi tags, only implemented on arm *elf* targets. -- Pedro Alves -- Enter the BlackBerry Developer Challenge This is

[Cegcc-devel] arm-mingw32ce and eabi_attribute

2009-07-08 Thread İsmail Dönmez
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/