On Wed, Apr 09, 2008 at 01:35:06AM +0300, Riku Voipio wrote: > Not really, gcc has just become more strict. > > on arm EABI, wchar_t is "unsigned int", while -fshort-wchar enforces > "short unsigned int". One is creating code that is incompatible with > platform ABI, which the linker refuses to mix.
Is arm EABI the only ABI with such incompatibility ? Mike PS: I wonder if gcc shouldn't dump -fshort-wchar in such situation. The option doesn't make sense if it will always lead to this error. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]