This is the mail archive of the ecos-discuss@sourceware.cygnus.com 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]

size sanity-check


I'm trying to evaluate the size of various components of ecos (on an
ARM board). Does the following make sense...

I compiled the hello.c example but with no stdio and printf, downloaded
it to the eval board, and gdb said the .text size was ~18K.
Could I assume this is the size of the basic kernel (in the standard
configuration) for gross approximation?

I tried compiling a few different clib calls and it looks like it links in
only the functions it needs. Any way to find out how big the clib is
approximately without compiling with all the function calls?

Also, any idea how big the tcpip stack is?
TIA!
-PaulK



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