Re: [Cegcc-devel] cegcc/mingw32ce with gcc 4.6.2, binutils 2.22

2012-01-06 Thread Ismail Khatib
Am 03.01.2012 22:59, schrieb Max Kellermann: > On 2011/12/29 01:17, Ismail Khatib wrote: >> got the following error; I've also tried to do a fresh checkout, but >> got the same error: > [..] >> fatal: reference is not a tree: 2c5a5ea1a5f0eb9711d44033e754ef02a

Re: [Cegcc-devel] cegcc/mingw32ce with gcc 4.6.2, binutils 2.22

2011-12-28 Thread Ismail Khatib
Am 23.12.2011 15:13, schrieb Max Kellermann: > Hi, > > the build 2011-12-23 of my cegcc fork comes with gcc 4.6.2 and > binutils 2.22. For the first time, gcc's link time optimization (LTO) > works on Windows CE! > > http://max.kellermann.name/projects/cegcc/ > http://max.kellermann.name/downl

[Cegcc-devel] Howto: Compiling ScummVM SVN and all libraries with mingw32ce

2009-07-05 Thread Ismail Khatib
Hi there! I've recently created a step-by-step based howto to compile ScummVM SVN along with all libraries with MinGW32CE; I think it could be interesting for some of you, so here the guide: http://pocketinsanity.org/web/pocketinsanity/News/News_Details/107 It contains information (and the p

Re: [Cegcc-devel] [Fwd: Re: Question: bison 2.4.1 breaks binutils/ld/deffilep.y, with fix]

2009-04-29 Thread Ismail Khatib
gt; Forwarded Message >> From: Alan Modra >> To: Danny Backx >> Cc: Joel E. Denny , help-bi...@gnu.org, binutils >> , Ismail Khatib >> Subject: Re: Question: bison 2.4.1 breaks binutils/ld/deffilep.y, >> with >> fix >> Date: Wed, 2

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

2009-04-27 Thread Ismail Khatib
the STACKSIZE change as I expected it. What > happened to > that ? > > Danny > > On Fri, 2009-04-24 at 00:13 +0200, Ismail Khatib wrote: >> Next, a patch for deffilep.y, which seems to be needed with some >> versions of bison >> (a usable deffilep.

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

2009-04-23 Thread Ismail Khatib
Am 21.04.2009 um 09:54 schrieb 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:

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

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

2009-04-17 Thread Ismail Khatib
Am 16.04.2009 um 19:52 schrieb Danny Backx: > I have questions about your submissions. With some answers, I can > commit > stuff to the SVN. > > Would it work on your target if we said something like > #ifdef __DARWIN_UNIX03 > %token NAME LIBRARY DESCRIPTION LEOPARD_STACKSIZE > %token HEAPSIZE C

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

2009-04-15 Thread Ismail Khatib
Hi there! First of all sorry for the form of my last email, I was in a kind of strange mood that day. I just realized that I sent an uncommented patch as an attachment in a html-mail to this list without telling what it does and why I needed to patch cegcc (my bad). :( So, again here it

[Cegcc-devel] Patches for cegcc on osx-powerpc

2009-04-14 Thread Ismail Khatib
Hi there! I'm a (very) long time follower of this list. The last few days I decided to compile my old ports of xrick, openjazz, wolf3d and uae with cegcc instead of the very old arm-wince- pe-gcc 3.3 of mamaich (i was quite experienced back then with the mamaich toolchain on cygwin). However th