Dear Sir:
My WinCE V5.0 platform got some problem :
My NK.bin size is about 31.75MB !

1.Run "Power Point Viewer"
we got below messag :

Data Abort: Thread=875cd9dc Proc=820c6f50 'gwes.exe'
AKY=00000089 PC=018d88a8(ddi_powervr.dll+0x000288a8)
RA=00000002(???+0x00000002) BVA=08000042 FSR=00000007
Data Abort: Thread=875cd9dc Proc=820c6f50 'gwes.exe'
AKY=00000089 PC=018d88a8(ddi_powervr.dll+0x000288a8)
RA=00000002(???+0x00000002) BVA=08000042 FSR=00000007
Data Abort: Thread=875cd9dc Proc=820c6f50 'gwes.exe'
AKY=00000089 PC=018d88a8(ddi_powervr.dll+0x000288a8)
RA=00000002(???+0x00000002) BVA=08000042 FSR=00000007

2.The other application Test
Media Player Part -
When we run the Media Player we got the error message form
HyperTerminal

RaiseException: Thread=8719e448 Proc=820c7310 'ceplayer.exe'
AKY=00000081 PC=03f88c20(coredll.dll+0x00018c20)
RA=80107068(NK.EXE+0x00007068)
BVA=00000000 FSR=00000000
RaiseException: Thread=8719e448 Proc=820c7310 'ceplayer.exe'
AKY=00000081 PC=03f88c20(coredll.dll+0x00018c20)
RA=80107068(NK.EXE+0x00007068)
BVA=00000000 FSR=00000000


Does it affects form image size ( NK.BIN is about 32MB ) ?
or some component ?

I have no idea about those issues !



Best Regards
Jacky Chen
2006/06/19

Re: CE image size v.s. Data Abort /RaiseException Issue ! by Tom

Tom
Tue Jun 20 17:50:45 CDT 2006

Your NK.bin may be too big. Try turning on size optimizations and
recompile the whole thing
1. Platform -> Settings -> Build Options:
Turn off KITL and KERNEL Debugger.
2. then Sysgen with Clean option, Build and Sysgen Current BSP with
Clean option.

Or, turn on the "greater than 32MB" image size at
1. Platform -> Settings -> Build Options:
Turn on "Run-time image greater that 32MB"

Or, make your image more than 32MB. Then see if you get an error about
it's size being too big. This may give you a clue your current image
size (a little less 32MB) is causing problems.

See this link for more information about those exception messages:
http://blogs.msdn.com/hopperx/archive/2005/06/29/433842.aspx

-J Tom Moon


Re: CE image size v.s. Data Abort /RaiseException Issue ! by Tom

Tom
Tue Jun 20 17:54:00 CDT 2006

> Your NK.bin may be too big. Try turning on size optimizations and
> recompile the whole thing
> 1. Platform -> Settings -> Build Options:
> Turn off KITL and KERNEL Debugger.

Oops. Those are not code optimizations. But those changes should
reduce the size of your image.

-J Tom Moon