[Cegcc-devel] Version numbers etc

2007-06-02 Thread Danny Backx
Pedro, You'll see that I've submitted my -fcoverage-base code to svn. In an earlier exchange you didn't feel well about reviewing changes to gcc code so I skipped that phase. If you have comments now, don't hesitate. I've implemented the Makefile change (libstdc++) as you said, and reran my RPM b

[Cegcc-devel] Proposed patch for build-cegcc.sh (was: Version numbers etc)

2007-06-02 Thread Carsten Sørensen
Danny Backx wrote: I've implemented the Makefile change (libstdc++) as you said, and reran my RPM build for both cegcc and mingw32ce. Both succeeded. Excellent, this fixes the cegcc build for me on OSX, previously I could only build mingw32ce. Since I have a dual core machine, my MAKEFLAGS v

Re: [Cegcc-devel] Version numbers etc

2007-06-02 Thread Pedro Alves
Danny Backx wrote: > You'll see that I've submitted my -fcoverage-base code to svn. In an > earlier exchange you didn't feel well about reviewing changes to gcc > code so I skipped that phase. If you have comments now, don't hesitate. > I've seen it, I'm subscribed there. Since you've asked: My

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

2007-06-02 Thread Pedro Alves
Carsten Sørensen wrote: > Danny Backx wrote: >> I've implemented the Makefile change (libstdc++) as you said, and reran >> my RPM build for both cegcc and mingw32ce. Both succeeded. > > Excellent, this fixes the cegcc build for me on OSX, previously I could > only build mingw32ce. > > Since I ha

Re: [Cegcc-devel] Version numbers etc

2007-06-02 Thread Danny Backx
On Sat, 2007-06-02 at 17:45 +0100, Pedro Alves wrote: > And a serious question. Am I right in saying that you use more of > cegcc than mingw32ce? I would like to know why - what feature from > cegcc do you use the most, that doesn't exist in mingw32ce, because of > its native aspect. I'll answer

[Cegcc-devel] UserKInfo?

2007-06-02 Thread Kevin O'Connor
In the wince docs a couple of pages refer to a UserKInfo array. For example, see the docs for UserKInfo[KINX_PFN_SHIFT] in the remarks section of the following page: http://msdn2.microsoft.com/en-us/library/bb202781.aspx Any idea how this works and if it can be implemented in cegcc? -Kevin ---

[Cegcc-devel] Catching exceptions with mingw32ce

2007-06-02 Thread Kevin O'Connor
Hi, I recently ported the haret application (http://www.handhelds.org/moin/moin.cgi/HaRET) to mingwce32. In the process, I used the c++ compiler, mainly because there were a few places in the existing msvc code that would catch bad pointer accesses and handle them gracefully. In the old code you

Re: [Cegcc-devel] Catching exceptions with mingw32ce

2007-06-02 Thread Pedro Alves
Hi Kevin, glad to see you're still around :) Kevin O'Connor wrote: > > I recently ported the haret application > (http://www.handhelds.org/moin/moin.cgi/HaRET) to mingwce32. In the > process, I used the c++ compiler, mainly because there were a few > places in the existing msvc code that would

Re: [Cegcc-devel] UserKInfo?

2007-06-02 Thread Pedro Alves
Kevin O'Connor wrote: > In the wince docs a couple of pages refer to a UserKInfo array. For > example, see the docs for UserKInfo[KINX_PFN_SHIFT] in the remarks > section of the following page: > > http://msdn2.microsoft.com/en-us/library/bb202781.aspx > > Any idea how this works and if it can b

Re: [Cegcc-devel] Catching exceptions with mingw32ce

2007-06-02 Thread Pedro Alves
Pedro Alves wrote: > Hi Kevin, > > glad to see you're still around :) > > Kevin O'Connor wrote: >> I recently ported the haret application >> (http://www.handhelds.org/moin/moin.cgi/HaRET) to mingwce32. In the >> process, I used the c++ compiler, mainly because there were a few >> places in the