Re: [Cegcc-devel] image_base error

2009-04-21 Thread Ismail Khatib
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

Re: [Cegcc-devel] image_base error

2009-04-21 Thread Ismail Khatib
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

Re: [Cegcc-devel] %f problem with C99 conformant printf

2009-04-21 Thread Danny Backx
I don't think it's a printf issue. The statement fprintf(f, "foo %d %f %d\n", 34, 12.0, 67); prints foo 34 0.00 1076363264 so I'm inclined to think that the varargs handling is off after a %f. Don't know what could cause this though. Does anyone have a clue ? Danny

Re: [Cegcc-devel] image_base error

2009-04-21 Thread Danny Backx
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

[Cegcc-devel] image_base error

2009-04-21 Thread 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,0x6FBC -Wl,--entry,DllMainCRTStartup mthr.o mth

Re: [Cegcc-devel] [Fwd: Re: [Fwd: Patches for cegcc on osx-powerpc (again, now cleaner)]]

2009-04-21 Thread Ismail Khatib
Am 20.04.2009 um 23:00 schrieb Danny Backx: > Ismail, > > This may be a good idea, can you check whether it works ? > > Danny > > Forwarded Message >> From: Hans-Peter Nilsson >> To: Danny Backx >> Cc: binutils >> Subject: Re: [Fwd: [Cegcc-devel] Patches for cegcc on osx