This is the mail archive of the ecos-discuss@sourceware.org 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: Ecos size



Make sure you measure the executable with the 'size' utility (e.g. sparc-elf-size app.exe), and not just looking at the file size. Most of the file size is debugging symbols, which are not loaded into the prom.

Jiri.

Huguenin Frédéric wrote:
Hello,

I want to use ecos with 500kbytes of ROM. I just want to use a 150kbytes C
program. But when I compile, the size of my executable is 900kbytes.
I would want to know how can I reduce the size of eCos. What don't I need ?
thanks


-- 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]