Codewarrior Linker for DSP M56800E (v8.3.1)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Codewarrior Linker for DSP M56800E (v8.3.1)

748 Views
jjt
Contributor I

I am trying to NOLOAD a section using the mwld56800e.exe linker.

# This links. (but zero initializes the variables.

 .ProgramWriteable :
{
* (.NODE_ID_SECTION)
. = ALIGN(0x000100); # NODE_ID was specified as length 0x100 in previous application???
* (.IDENTITY_SECTION)
* (.BOOT_DATA_SECTION)
} > FLASH_LAST_SECTOR

# This will give me a syntax error?

.ProgramWriteable (NOLOAD) :

 

The only documentation I could find doesn't list a NOLOAD or type=NOLOAD, or any other way to not load a section?

0 Kudos
Reply
1 Reply

722 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

Can you tell us the tools and part number you are using?

BTW, the words is "NODE_ID_SECTION" instead of "NOLOAD".

BR

XiangJun Rong

 

0 Kudos
Reply