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: Including TCP/IP stack in an eCos application.


On 8/8/06, Andrew Lunn <andrew@lunn.ch> wrote:
This is probably not a good comparison. I expect the linker has been
able to throw away a lot of lwip and not much of FreeBSD. So when you
start writing an application, the lwip size will increase much faster
than the FreeBSD size.

These numbers may reflect better when LWIP is actually linked into the app.


David

---
   *  bare eCos:
$ arm-elf-size twothreads
  text    data     bss     dec     hex filename
 45992     800   25784   72576   11b80 twothreads

   *  eCos with NET LWIP :
$ arm-elf-size httpd
  text    data     bss     dec     hex filename
 71260    1536  112968  185764   2d5a4 httpd

   *  eCos with NET FreeBSD :
  text    data     bss     dec     hex filename
213712    3592  322176  539480   83b58 twothreads

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