Re: [Cegcc-devel] gdb 6.8 success

2008-09-04 Thread Danny Backx
Would someone be interested in a separate binary distribution of this stuff to play with ? I'd like confirmation that it works. After that, I'd like opinions about removing the gdb source tree from our svn (but keeping gdb in binary distributions). Danny On Wed, 2008-09-03 at 20:29 +020

Re: [Cegcc-devel] turn on tracing?

2008-09-04 Thread Danny Backx
Just looked at the source, it appears to do just what you said. Danny On Wed, 2008-09-03 at 12:41 -0700, Pawel Veselov wrote: > I assume they call WCETRACEGETENV() as a first call in the main() function. > I gave up and called WCETRACESET(WCE_ALL) in my program. But it seems > to me that

Re: [Cegcc-devel] building mingw32ce: non consistent target names

2008-09-04 Thread Danny Backx
I never made it through the change from arm-wince-mingw32ce to arm-mingw32ce . If you detect such omissions, can you send a quick fix ? Thanks, Danny On Thu, 2008-09-04 at 07:26 +0200, Vincent Torri wrote: > Hey, > > I have an ubuntu 64 bits, so I have to compile myself cegcc (the cegcc

Re: [Cegcc-devel] SetSystemPowerState prototype

2008-09-04 Thread Danny Backx
Fixed, thanks. Danny On Thu, 2008-09-04 at 11:56 +0200, Klaus Rechert wrote: > Hi, > > in w32api/winbase.h the prototype looks like > WINBASEAPI BOOL WINAPI SetSystemPowerState(BOOL,BOOL); > > for mobile / ce it should be > DWORD SetSystemPowerState(LPCWSTR psState, DWORD StateFlags, DW

[Cegcc-devel] SetSystemPowerState prototype

2008-09-04 Thread Klaus Rechert
Hi, in w32api/winbase.h the prototype looks like WINBASEAPI BOOL WINAPI SetSystemPowerState(BOOL,BOOL); for mobile / ce it should be DWORD SetSystemPowerState(LPCWSTR psState, DWORD StateFlags, DWORD Options); see http://msdn.microsoft.com/en-us/library/aa929708.aspx Cheers Klaus -