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

Reply via email to