Re: [Cegcc-devel] Catching exceptions with mingw32ce

2007-06-04 Thread Kevin O'Connor
On Sun, Jun 03, 2007 at 11:09:34PM +0100, Pedro Alves wrote: > Kevin O'Connor wrote: > > So, is it possible to have mingw32ce install a global SEH handler that > > just translates the exception into an sjlj one? That is, can we > > modify the standard crt0.S file so that it causes wince exceptions

Re: [Cegcc-devel] remote runner with stdio redirection?

2007-06-04 Thread Pedro Alves
Danny Backx escreveu: > On Sun, 2007-06-03 at 20:14 +0100, Pedro Alves wrote: >> My first driver for WinCE, and I'm sure I've violated like 134 >> rules, but preliminary testing shows it works great. With this >> new driver, no temp file is needed, so no worries about >> disk space exhausting. Si

Re: [Cegcc-devel] libiconv

2007-06-04 Thread Danny Backx
Could you try one of the newer distributions ? They're created on a newer release of Mandriva. I believe it doesn't have the libiconv dependency any more, but I may be wrong. I've copied my announcement of these versions below for you. Danny > I've just uploaded four different distributi

Re: [Cegcc-devel] remote runner with stdio redirection?

2007-06-04 Thread Danny Backx
On Sun, 2007-06-03 at 20:14 +0100, Pedro Alves wrote: > My first driver for WinCE, and I'm sure I've violated like 134 > rules, but preliminary testing shows it works great. With this > new driver, no temp file is needed, so no worries about > disk space exhausting. Since the Pipe is blocking, I

Re: [Cegcc-devel] Proposed patch for build-cegcc.sh

2007-06-04 Thread Carsten Sørensen
On 04/06/07, Pedro Alves <[EMAIL PROTECTED]> wrote: > Hi again. I've committed the attached patch to libstdc++/Makefile instead, > using the same idea. Could you give it a try? Yep, that works fine, cegccdll obviously needs a similar patch too. Regards, Carsten Sorensen --

Re: [Cegcc-devel] Proposed patch for build-cegcc.sh

2007-06-04 Thread Pedro Alves
On 6/2/07, Pedro Alves wrote: Carsten Sørensen wrote: > Since I have a dual core machine, my MAKEFLAGS variable is set to "-j 2" > which is not compatible with the cegccdll and libstdc++ make process - > the _tmp directory is deleted before it's needed. As a kludgy solution, > I've added the -j 1