Re: [Cegcc-devel] [Fwd: GCC 4.3.2 Released]

2008-09-06 Thread Danny Backx
On Sun, 2008-09-07 at 03:53 +0100, Pedro Alves wrote: > On Saturday 30 August 2008 10:12:26, Danny Backx wrote: > > Pedro did that for gdb. > > Yep. > > > I've started playing with the new gdb release > > since I got my new PDA but I've not sorted out the problems yet. > > Glad to hear that!

Re: [Cegcc-devel] gdb 6.8 success

2008-09-06 Thread Danny Backx
On Sun, 2008-09-07 at 04:14 +0100, Pedro Alves wrote: > On Saturday 06 September 2008 08:52:24, Danny Backx wrote: > > 1. rcp prog.exe ipaq:/temp > > 2. rsh ipaq /temp/gdbserver.exe : /temp/prog.exe > > 3. gdb prog.exe > >target remote ipaq: > > Try this instead: > > gdbserver.exe --m

Re: [Cegcc-devel] gdb 6.8 success

2008-09-06 Thread Danny Backx
On Sun, 2008-09-07 at 04:11 +0100, Pedro Alves wrote: > On Thursday 04 September 2008 19:47:09, Danny Backx wrote: > > > After that, I'd like opinions about removing the gdb source tree from > > our svn (but keeping gdb in binary distributions). > > Yay! Please do remove it. > > I've contribute

Re: [Cegcc-devel] Missing header files, missing defines, incorrect define

2008-09-06 Thread John Wharington
Well, that's pretty much what I had to do --- edit the header file. I *do* have _WIN32_WCE defined as well as _WIN32_IE. Are you suggesting that _WIN32_IE should *not* be defined? So it's OK, I can compile OK once I've edited the header file. I've reported this just so the public releases of ceg

Re: [Cegcc-devel] mingw32ce and errno

2008-09-06 Thread Pedro Alves
On Wednesday 09 July 2008 07:32:35, [EMAIL PROTECTED] wrote: > but is there another option ? Yes, search the archives. > So why it can find windows.h and not errno.h Look closer to the error gcc is outputting, and notice which file and line the error is comming from. -- Pedro Alves

Re: [Cegcc-devel] gdb 6.8 success

2008-09-06 Thread Pedro Alves
On Saturday 06 September 2008 08:52:24, Danny Backx wrote: > 1. rcp prog.exe ipaq:/temp > 2. rsh ipaq /temp/gdbserver.exe : /temp/prog.exe > 3. gdb prog.exe >    target remote ipaq: Try this instead: gdbserver.exe --multi : gdb prog.exe (gdb) set remote exec-file /temp/prog.exe (gdb

Re: [Cegcc-devel] gdb 6.8 success

2008-09-06 Thread Pedro Alves
On Thursday 04 September 2008 19:47:09, Danny Backx wrote: > After that, I'd like opinions about removing the gdb source tree from > our svn (but keeping gdb in binary distributions). Yay! Please do remove it. I've contributed the proper gdb and gdbserver ports upstream for well over a year no

Re: [Cegcc-devel] [Fwd: GCC 4.3.2 Released]

2008-09-06 Thread Pedro Alves
On Sunday 31 August 2008 11:32:47, Hywel B. Richards wrote: > I can compile with the mingw32ce version, but it just runs too slow, and > I have not as yet managed to fix this by using the allocator directly or > by using special allocators. Boo, sorry to hear that. :-(. Well, this is not really

Re: [Cegcc-devel] [Fwd: GCC 4.3.2 Released]

2008-09-06 Thread Pedro Alves
On Saturday 30 August 2008 10:12:26, Danny Backx wrote: > Pedro did that for gdb. Yep. > I've started playing with the new gdb release > since I got my new PDA but I've not sorted out the problems yet. Glad to hear that! You're on CE 6 now, IIUC? I've never tried gdbserver on CE 6, and I was

Re: [Cegcc-devel] [Fwd: GCC 4.3.2 Released]

2008-09-06 Thread Pedro Alves
On Saturday 30 August 2008 09:21:44, Vincent Torri wrote: > cegcc rely on newlib 1.14.0 if I'm not mistaken. Since then 2 version have > been released (and i think that a new one will be released end of december > i think, like the previous ones) Newlib doesn't really have what is usually called

Re: [Cegcc-devel] [Fwd: GCC 4.3.2 Released]

2008-09-06 Thread Pedro Alves
On Saturday 30 August 2008 09:21:44, Vincent Torri wrote: > btw, wouldn't it be better to include windows ce code into newlib main > tree, instead of having a kind of fork in the cegcc branch ? Not really. What we should do is investigate splitting the sys/wince dir out of newlib into libgloss,

Re: [Cegcc-devel] Missing header files, missing defi nes, incorrect define

2008-09-06 Thread Pedro Alves
On Friday 29 August 2008 19:18:55, Danny Backx wrote: > - The _WIN32_IE condition may be wrong. MSDN says this function exists > since Windows CE 2.12. Do you have a clue how to better code the > condition ? Just wrap it in _WIN32_WCE >= xxx. _WIN32_IE is a macro used in desktop versions of W

Re: [Cegcc-devel] gdb 6.8 success

2008-09-06 Thread Danny Backx
I've uploaded it. https://sourceforge.net/project/showfiles.php?group_id=173455&package_id=198682&release_id=624479 This contains the stuff generated by the gdb build, and includes the gdbserver.exe which needs to be put on your PDA. Use like this : 1. rcp prog.exe ipaq:/temp 2. rsh ipaq /temp/