Is C_4i_CF_FPU_Runtime.a and C_4i_CF_FPU_MSL.a required?

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

Is C_4i_CF_FPU_Runtime.a and C_4i_CF_FPU_MSL.a required?

1,251 次查看
christoph_bayer
Contributor I
Hello,
we use the CF 5484 Processor.
We use the C_4i_CF_FPU_MSL.a, but not the C_4i_CF_FPU_Runtime.a.
Does we need the Runtime or is it included in the MSL?
Does we need it for Debugging?
 
Thanks
cba
标签 (1)
0 项奖励
回复
1 回复

713 次查看
CrasyCat
Specialist III
Hello
 
C_4i_CF_FPU_Runtime.a contains run time code for Coldfire CPU.
This runtime code is not included in the MSL library, so you need to add both library files to your project.
 
Run time library includes startup code plus some additional functions for long and long long arithmetic, setjump and others.
 
This library is already required at link time.
Note that as the linker is performing dead stripping, if the library is not needed, there will be no superfluous code linked to the application. So my recommendation is to always add both libraries to a project.
 
CrasyCat
0 项奖励
回复