LCF symbol naming conventions

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LCF symbol naming conventions

1,714件の閲覧回数
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 返信

692件の閲覧回数
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 件の賞賛
返信