S32DS function sections data sections

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

S32DS function sections data sections

715 次查看
longfeiwang
Contributor III

longfeiwang_0-1672818045144.png

when i enable the function sections and data sections,i compile for the first time to generate a bin file A, then clean recompiles all bin files to generate bin file B。There are many differences between bin files A and B, what is the reason?

 

0 项奖励
回复
1 回复

561 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

based on gcc documentation - the options moves data and functions into different memory sections: 

jiri_kral_0-1692707924270.png

 

0 项奖励
回复