Generation of .abs file

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

Generation of .abs file

跳至解决方案
1,636 次查看
riteshunde
Contributor I

Hi,

I am new to CDW, I have generted .abs file required for boot loader but size of .abs is 5Mb it is not as I mentioned in build options of controller which is 4Kb (i.e. m_text region) How can I get exact .abs file which should include only my boot code?

 

Note: I do not know much about .abs

标签 (1)
0 项奖励
回复
1 解答
1,330 次查看
BlackNight
NXP Employee
NXP Employee

The .abs file is the same as the .elf file (just different extension). That file contans the code *plus* debug and symbol information, so is much larger than the code itself. If you want to see just the code, then create a S19 file, see S-Record, Intel Hex and Binary Files | MCU on Eclipse

I hope this helps,

Erich

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,331 次查看
BlackNight
NXP Employee
NXP Employee

The .abs file is the same as the .elf file (just different extension). That file contans the code *plus* debug and symbol information, so is much larger than the code itself. If you want to see just the code, then create a S19 file, see S-Record, Intel Hex and Binary Files | MCU on Eclipse

I hope this helps,

Erich

0 项奖励
回复