string in nb0 file?



i see this in my nb0 file, which is msystem ipl built in platform builder.
and what the ?! 2K is too tight for something like this.
C:\WINCE500\platform\BurberryV\target\ARMV4I\retail\MDOCIPL.pdb

i am making release build, can somebody explain why there is a full path
file name in my nb0 file?
bib file



MEMORY

; Name Start Size Type
; ------- -------- -------- ----
MDOCIPL 00000000 00000800 RAMIMAGE
RAM 00004000 00000800 RAM


CONFIG
BOOTJUMP=NONE
COMPRESSION=OFF
PROFILE=OFF
KERNELFIXUPS=ON
SRE=ON
ROMFLAGS=0
ROMSTART=00001000 ;here is the image start address ,platform
builder will remove the 4KB image header automatically ,
ROMSIZE=800
ROMWIDTH=32

MODULES

; Name Path Memory
Type
; ------ ---------------------------------------------- -----------
nk.exe $(_TARGETPLATROOT)\target\$(_TGTCPU)\$(WINCEDEBUG)\MDOCIPL.exe
MDOCIPL





makefile.inc
Module Name:

makefile.inc

Abstract:

This file tells nmake the correct dependency relationships
for objects created from c files in this directory which are
wrappers for c files in another directory.
!ENDIF

BootImage:
romimage $(ROMIMAGE_FLAGS) MDOCIPL.bib
copy
$(_PLATFORMROOT)\$(_TGTPLAT)\target\$(_TGTCPU)\$(WINCEDEBUG)\MDOCIPL.nb0
$(_FLATRELEASEDIR)
bin2hdr
$(_PLATFORMROOT)\$(_TGTPLAT)\target\$(_TGTCPU)\$(WINCEDEBUG)\MDOCIPL.nb0
"DWORD pIPL[]={" 0x 4 noswap , 8 }; ipl.h
copy
$(_PLATFORMROOT)\$(_TGTPLAT)\target\$(_TGTCPU)\$(WINCEDEBUG)\MDOCIPL.bin
$(_FLATRELEASEDIR)





.



Relevant Pages

  • Whats behind JTAG/ICE break in action
    ... One system fail when boot and free run, while it will work if I ... flash to RAM, instead of setting program counter to starting of the ... Use MSFT platform builder to read register is OK, ...
    (comp.arch.embedded)
  • whats behind JTAG/ICE break-in action
    ... One system fail when boot and free run, while it will work if I ... flash to RAM, instead of setting program counter to starting of the ... Use MSFT platform builder to read register is OK, ...
    (comp.os.linux.embedded)
  • Re: start addr of nb0 file
    ... Depends on whether the MMU is on or not when you are copying the file. ... then RAM is located at 0x80xxx. ... what would be the start address where I have to jump ... Can I jump to the start of the nb0 file ...
    (microsoft.public.windowsce.platbuilder)
  • 128mb RAM detection
    ... i am trying to build a WinCE 5.0 image using platform builder, ... was fine except that it only detects 32MB of RAM. ... Prev by Date: ...
    (microsoft.public.windowsce.platbuilder)