hi all,
when i try to build the NK.BIN and NK.NB0, through
commnad line build for a HLBASE system.
i am getting an error like this...after completing the MODULES section
MODULES Section
Module Section Start Length psize vsize Filler
---------------------- -------- --------- ------- ------- ------- ------
nk.exe FileName 00032ff8 7 FILLER
kd.dll FileName 00011f7c 7 FILLER
coredll.dll FileName 00011f84 12 FILLER
ceconfig.h FileName 00011f90 11 FILLER

Unfilled ROM holes (address, length):
00002008 4088 00001184 3708 00033304 3324 00011f9c
100

00012fa8 88
total space 11308 in 5 ranges

Writing E:\WINCE420\release\NK.bin
Table of contents 00033358 0000007c ( 124)
Error: Found NULL or missing TOC pointer for nk.exe
makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).

my config.bib file is like this,

MEMORY
NK 00000000 00900000 RAMIMAGE
RAM 00900000 00024576 RAM

any idea what went wrong, i am just trying to build both serial boot loader
and OAL for an ARM9 processor, minimal kernal.

Regards
Sujith

Re: NK.BIN build error Embedded Guru's Please answer by Sujith

Sujith
Mon Jul 26 23:14:37 CDT 2004

hi all,
is it is of because, i haven't implemented the OEMAddresstable?
i tried to do that, but it shows some errors.

Regards
sujith

"Sujith" <sujithss@hotmail.com> wrote in message
news:e9fksctcEHA.3480@TK2MSFTNGP11.phx.gbl...
> hi all,
> when i try to build the NK.BIN and NK.NB0, through
> commnad line build for a HLBASE system.
> i am getting an error like this...after completing the MODULES section
> MODULES Section
> Module Section Start Length psize vsize Filler
> ---------------------- -------- --------- ------- ------- ------- ------
> nk.exe FileName 00032ff8 7 FILLER
> kd.dll FileName 00011f7c 7 FILLER
> coredll.dll FileName 00011f84 12 FILLER
> ceconfig.h FileName 00011f90 11 FILLER
>
> Unfilled ROM holes (address, length):
> 00002008 4088 00001184 3708 00033304 3324 00011f9c
> 100
>
> 00012fa8 88
> total space 11308 in 5 ranges
>
> Writing E:\WINCE420\release\NK.bin
> Table of contents 00033358 0000007c ( 124)
> Error: Found NULL or missing TOC pointer for nk.exe
> makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
> makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
>
> my config.bib file is like this,
>
> MEMORY
> NK 00000000 00900000 RAMIMAGE
> RAM 00900000 00024576 RAM
>
> any idea what went wrong, i am just trying to build both serial boot
loader
> and OAL for an ARM9 processor, minimal kernal.
>
> Regards
> Sujith
>
>



Re: NK.BIN build error Embedded Guru's Please answer by Embedded

Embedded
Tue Jul 27 09:00:09 CDT 2004


It got nothing to do with OEMAddressTable in this particular problem.
Try not using 00000000 to start nk region, try something else like
804c0000, etc


On Tue, 27 Jul 2004 09:44:37 +0530, "Sujith" <sujithss@hotmail.com>
wrote:

>hi all,
>is it is of because, i haven't implemented the OEMAddresstable?
>i tried to do that, but it shows some errors.
>
>Regards
>sujith
>
>"Sujith" <sujithss@hotmail.com> wrote in message
>news:e9fksctcEHA.3480@TK2MSFTNGP11.phx.gbl...
>> hi all,
>> when i try to build the NK.BIN and NK.NB0, through
>> commnad line build for a HLBASE system.
>> i am getting an error like this...after completing the MODULES section
>> MODULES Section
>> Module Section Start Length psize vsize Filler
>> ---------------------- -------- --------- ------- ------- ------- ------
>> nk.exe FileName 00032ff8 7 FILLER
>> kd.dll FileName 00011f7c 7 FILLER
>> coredll.dll FileName 00011f84 12 FILLER
>> ceconfig.h FileName 00011f90 11 FILLER
>>
>> Unfilled ROM holes (address, length):
>> 00002008 4088 00001184 3708 00033304 3324 00011f9c
>> 100
>>
>> 00012fa8 88
>> total space 11308 in 5 ranges
>>
>> Writing E:\WINCE420\release\NK.bin
>> Table of contents 00033358 0000007c ( 124)
>> Error: Found NULL or missing TOC pointer for nk.exe
>> makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
>> makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
>>
>> my config.bib file is like this,
>>
>> MEMORY
>> NK 00000000 00900000 RAMIMAGE
>> RAM 00900000 00024576 RAM
>>
>> any idea what went wrong, i am just trying to build both serial boot
>loader
>> and OAL for an ARM9 processor, minimal kernal.
>>
>> Regards
>> Sujith
>>
>>
>