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  -Wl,--image-base,0x6FBC0000 -Wl,-- 
> entry,DllMainCRTStartup mthr.o mthr_init.o mingwthrd.def
> -Lmingwex -o mingwm10.dll ./libmingw32.a(pseudo-reloc.o): In  
> function `do_pseudo_reloc':
>
> /home/mydir/cegcc/src/mingw/pseudo-reloc.c:33: undefined reference  
> to `_image_base__'
> collect2: ld returned 1 exit status
> make: *** [mingwthrd.def] Error 1
>
> I read in the ChangeLog that the revision 1245 is the fix for the  
> image_base issue. Is this error related to the image_base issue?
>
> Pedro.

I had the same issue after revision 1245.. It seems that "__ARM__" is  
not defined..
I turned the check into "!defined(i386)" and this seems to work for me.

Ismail

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to