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


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

Is the size of the .elf that big? If you are building a ROM application, you can try to "objcopy -O binary" it to a bin file and see the size of that.

Edgar

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