Generation of .abs file

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

Generation of .abs file

ソリューションへジャンプ
1,637件の閲覧回数
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,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 件の賞賛
返信
1 返信
1,332件の閲覧回数
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 件の賞賛
返信