[FFmpeg-devel] [PATCH] arm-wince-cegcc build

Eric Bellotti EricB
Wed Sep 24 21:15:54 CEST 2008


> BTW what's the calling convention/stack alignement on arm win-ce ?

I believe windows ce is cdecl.  The stack pointer and frame pointer
addresses align on 4-byte boundaries, so says link below
http://msdn.microsoft.com/en-us/library/aa448593.aspx

> Does it flow arm eabi ?

Not 100% sure what you ask but the binaries produced by arm-wince-cegcc
are PE (windows binary format).  Not compatible with arm eabi.

Eric




More information about the ffmpeg-devel mailing list