-
Please check out the fix I just checked in, it worked for me.
2010-01-02 06:05:32 UTC in CeGCC - Cross development for Pocket PC
-
dannybackx committed revision 1424 to the CeGCC - Cross development for Pocket PC SVN repository, changing 2 files.
2010-01-01 09:49:12 UTC in CeGCC - Cross development for Pocket PC
-
dannybackx committed revision 1423 to the CeGCC - Cross development for Pocket PC SVN repository, changing 2 files.
2010-01-01 09:39:34 UTC in CeGCC - Cross development for Pocket PC
-
dannybackx committed revision 1422 to the CeGCC - Cross development for Pocket PC SVN repository, changing 2 files.
2010-01-01 09:32:47 UTC in CeGCC - Cross development for Pocket PC
-
dannybackx committed revision 1418 to the CeGCC - Cross development for Pocket PC SVN repository, changing 6 files.
2009-12-28 08:56:42 UTC in CeGCC - Cross development for Pocket PC
-
dannybackx committed revision 1417 to the CeGCC - Cross development for Pocket PC SVN repository, changing 2 files.
2009-12-15 16:12:18 UTC in CeGCC - Cross development for Pocket PC
-
A trick I've seen used to figure out the locale is
int xx = setlocale("C", LC_ALL);
(void) setlocale(xx, LC_ALL);
The first call sets locale to "C" but also tells you what it was, the second call restores.
You can do this to figure out the locale in XCEFixPathA, and use xx instead of CP_ACP.
Would that fix your problem ?.
2009-12-12 06:35:31 UTC in CeGCC - Cross development for Pocket PC
-
Please contact adrian.skilling@novauris.com for further info. The report got posted before I could add all my attachments.
Here is the trace log for the unpatched compiler though. Look how the filename gets messed up by fixpath().
2009-12-12 06:15:45 UTC in CeGCC - Cross development for Pocket PC
-
dannybackx committed revision 1402 to the CeGCC - Cross development for Pocket PC SVN repository, changing 9 files.
2009-12-06 09:44:35 UTC in CeGCC - Cross development for Pocket PC
-
Please provide more information : where does it crash, which instructions are there, how were these instructions in the version compiled with 0.51 ?
Between 0.51 and 0.59 we changed gcc versions (from 4.1 to 4.4).
2009-11-28 14:36:25 UTC in CeGCC - Cross development for Pocket PC