I am having trouble bringing up a Windows CE image in our test bed. The test
bed comes from PhyTec and uses a PXA270 processor. I can build the image in
Platform Builder, but I recieve the following warning:
makeimg: Warning Localization FAILED: Could not find
C:\WINCE500\PBWorkspaces\Phytec_Tutorial\RelDir\phyCore-PXA270-DK_ARMV4I_Release\tsvc_dst.DLL|EXE|CPL
I researched this on MSDN and the topic indicated that this is a component
of the timesvc module that is part of the Simple Network Time Protocol
(SNTP). I searched for timesvc in the Catalog and it highlighted the SNTP
Automatic Updates and Server Sychronization Catalog item so I added this to
my OS design, but I'm still getting the error. Does anyone know why?
Another problem I am having is that when I download the NK.bin file it seems
to download fine but when the image begins loading I recieve three messages
and the system locks up:
OEMIoControl: Unsupported Code 0x101008c â?? device 0x0101 func 35
OEMIoControl: Unsupported Code 0x10100d0 â?? device 0x0101 func 52
OEMIoControl: Unsupported Code 0x10100f8 â?? device 0x0101 func 62
I know that these ioctl codes are defined in
$(_WINCEROOT)\PUBLIC\COMMON\OAÂK\INC but I'm not sure why I'm getting them or
if they are the reason I cannot load an image. Can anyone help?
Thanks.