Codewarrior Linker for DSP M56800E (v8.3.1)

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Codewarrior Linker for DSP M56800E (v8.3.1)

747 次查看
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 项奖励
回复
1 回复

721 次查看
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 项奖励
回复