This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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-gcc : change default data alignement depending on ARM/THUMB


Dan et al:


Aah, good point. Use the 'size' utility, i.e. arm-elf-size, for apples-to-apples comparisons. Debugging info is huge in an ELF file, but contributes exactly zero bytes to the runtime footprint.



b.g.



Dan Kegel wrote:


Vincent Rubiolo wrote:

I am still investigating and trying to find ways to reduce the footprint.


Be sure to try strip on your binaries; on sh4, at least,
it makes a huge difference in binary size (though not in
code size).
- Dan


-- Bill Gatliff Embedded Linux development and training services. bgat@billgatliff.com



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