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 (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.
> ------------------------------------------------------------------------------
> 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
-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info


------------------------------------------------------------------------------
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