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]

Re: a.out size


>>>>> "Sebastien" == Sebastien ANDRE <sebastien.andre@sxb.bsf.alcatel.fr> writes:

Sebastien> Hello, For reduce his size use STRIP programm for suppress
Sebastien> all informations debug !!

Sebastien> for an arm platform the name likes "arm-elf-strip"

That's not quite the way. Instead use arm-elf-size to see the actual
size of the executable. Strip only removes some debug info - it does
not take away the ELF metadata.

Jesper


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