Am 21.04.2009 um 15:16 schrieb Pedro Manuel Oliva:
> Hi,
>
> I'm a newbie in cegcc. When building mingw32ce (Revision 1247) on
> Fedora 10 I got the following error:
>
> arm-mingw32ce-dlltool --as arm-mingw32ce-as --output-def
> mingwthrd.def mthr.o mthr_init.o
> arm-mingw32ce-gcc -B./ -share
Am 21.04.2009 um 15:16 schrieb Pedro Manuel Oliva:
> Hi,
>
> I'm a newbie in cegcc. When building mingw32ce (Revision 1247) on
> Fedora 10 I got the following error:
>
> arm-mingw32ce-dlltool --as arm-mingw32ce-as --output-def
> mingwthrd.def mthr.o mthr_init.o
> arm-mingw32ce-gcc -B./ -shared
My mistake. I believed __ARM__ was predefined by the compiler, but
__arm__ is. The __ARM__ is defined by an include file.
Fixed in SVN.
Thanks for reporting this.
Danny
On Tue, 2009-04-21 at 15:16 +0200, Pedro Manuel Oliva wrote:
> Hi,
>
> I'm a newbie in cegcc. When building mingw32ce
Hi,
I'm a newbie in cegcc. When building mingw32ce (Revision 1247) on Fedora 10
I got the following error:
arm-mingw32ce-dlltool --as arm-mingw32ce-as --output-def mingwthrd.def
mthr.o mthr_init.o
arm-mingw32ce-gcc -B./ -shared -Wl,--image-base,0x6FBC
-Wl,--entry,DllMainCRTStartup mthr.o mth