[ECOS] Application build
Andrew Lunn
andrew.lunn@ascom.ch
Tue Aug 20 00:24:00 GMT 2002
Hi Lin.
The application includes the parts of eCos its needs, not the whole
OS. The linker is clever enough to leave out functions that are not
references.
The configuration of eCos can have some effect on code size. If you
disable a package, you know for sure its not going to get linked
in. This particularly applies to device drivers.
One thing to be aware of. The size of the elf image is very different
from the size of the binary. The elf may be huge, but once you have
turned it into a binary, it will be much smaller.
Andrew
On Tue, Aug 20, 2002 at 11:09:55AM +0800, Lin Ming wrote:
> Hi All,
>
>
> If I make a simple application, will the binary code include all the OS?
>
> Is that (I mean the included OS code size) related to the template I
> built in ecos configuration tool or the applicaiton I make?
>
> Anybody can make me clear to this? Thanks!!
>
>
>
> Best Regards,
> Lin Ming
> 2002-08-20
>
>
>
>
>
> --
> Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> and search the list archive: http://sources.redhat.com/ml/ecos-discuss
>
--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss
More information about the Ecos-discuss
mailing list