This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: arm-elf-objcopy


On Tue, 2004-07-20 at 05:18, Aravind B wrote:
> hi,
> i am trying to convert .elf to .hex file using the command
> arm-elf-objcopy -O ihex receive.elf receive.hex.
> My .elf file is 4.2Mb. But my .hex file size is 9 Mb which is beyound my
> flash capacity.
> So is there any way to reduce the size of .hex file

How big is the actual data?  Use "arm-elf-size" to see this.
Maybe look at the headers to see if there is some reason for this
huge size.  Can you send the output of "arm-elf-objdump -h"?

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]