On Mon, Jun 22, 2009 at 06:32:13PM +0200, Danny Backx wrote:
> On Fri, 2009-06-19 at 09:03 -0700, Eric House wrote:
> > The patch that follows was generated against
> > https://cegcc.svn.sourceforge.net/svnroot/cegcc/tags/cegcc-0.55.
> > Unfortunately, WinMo .exes produced from this tree don't work for me,
> 
> Why ?

Here's the message the WinMo 6 (not 6.1) Professional emulator prints.
"The file 'xwords4_2463' cannot be opened.  Either it is not signed
with a trusted certificate, or one of its components cannot be found.
If the problem persists, try reinstalling or restoring this file."
The Standard emulator says "Can't find 'xwords4_2463' (or one of its
components.)  Make sure the path and filename are correct and that all
the required libraries are available."

Modulo wording changes it's the same on WinMo 6.1 emulators.

The same code built with my other toolchain (compiled perhaps from the
trunk a month or so ago?  I'm not sure.  Can I query a version that'll
mean something helpful?  gcc says it's 4.1.0, same as from cegcc
0.55.) works perfectly.  It's a good deal larger.

eeho...@debian:~/personal/sf/WINCE_42_BRANCH/xwords4/wince$ 
~/opt3/bin/arm-mingw32ce-objdump -h bad.exe 
bad.exe:     file format pei-arm-wince-little
Sections:
Idx Name          Size      VMA       LMA       File off  Algn
  0 .text         00040940  00011000  00011000  00000400  2**2
                  CONTENTS, ALLOC, LOAD, READONLY, CODE
  1 .data         0000001c  00052000  00052000  00040e00  2**2
                  CONTENTS, ALLOC, LOAD, DATA
  2 .rdata        000033f0  00053000  00053000  00041000  2**4
                  CONTENTS, ALLOC, LOAD, READONLY, DATA
  3 .bss          000009a0  00057000  00057000  00000000  2**4
                  ALLOC
  4 .idata        00001590  00058000  00058000  00044400  2**2
                  CONTENTS, ALLOC, LOAD, DATA
  5 .rsrc         00003cf8  0005a000  0005a000  00045a00  2**2
                  CONTENTS, ALLOC, LOAD, DATA

eeho...@debian:~/personal/sf/WINCE_42_BRANCH/xwords4/wince$ 
~/opt2/bin/arm-mingw32ce-objdump -h good.exe 
good.exe:     file format pei-arm-wince-little
Sections:
Idx Name          Size      VMA       LMA       File off  Algn
  0 .text         00042148  00011000  00011000  00000400  2**2
                  CONTENTS, ALLOC, LOAD, READONLY, CODE
  1 .data         0000001c  00054000  00054000  00042600  2**2
                  CONTENTS, ALLOC, LOAD, DATA
  2 .rdata        000034f0  00055000  00055000  00042800  2**4
                  CONTENTS, ALLOC, LOAD, READONLY, DATA
  3 .bss          000009a0  00059000  00059000  00000000  2**4
                  ALLOC
  4 .idata        00001394  0005a000  0005a000  00045e00  2**2
                  CONTENTS, ALLOC, LOAD, DATA
  5 .rsrc         00003cf8  0005c000  0005c000  00047200  2**2
                  CONTENTS, ALLOC, LOAD, DATA

Thanks,

--Eric
-- 
******************************************************************************
* From the desktop of: Eric House, xwo...@eehouse.org                        *
*       Crosswords 4.2 for MS Smartphone and PocketPC is OUT: xwords.sf.net  *
******************************************************************************

------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to