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