LCF symbol naming conventions

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

LCF symbol naming conventions

1,722 次查看
EdW
Contributor I
Does anyone to what extent of trouble I will run into if I rename some of the symbols generated in LCFs from codewarrior stationary?
 
ie: ___DATA_RAM to ___Something_Else
 
This is done with the understanding that all source files in the projects using the original symbol name get updated to the new symbol name.
 
I'm more concerned with symbol name usage in codewarrior libraries and 3rd party libs where I don't have the source to rebuild with the new symbol names.
 
Thanks.
-Ed.
标签 (1)
标记 (1)
0 项奖励
回复
1 回复

700 次查看
sjmelnikoff
Contributor III
These labels are only used in the startup code which copies data (and possibly code) into RAM. So as you say, if you change the names in the linker file, you only need to change the names in the startup code. Libraries are not affected.
 
Steve.
0 项奖励
回复