Generation of .abs file

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Generation of .abs file

Jump to solution
1,135 Views
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

Labels (1)
0 Kudos
Reply
1 Solution
829 Views
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

View solution in original post

0 Kudos
Reply
1 Reply
830 Views
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 Kudos
Reply