[ECOS] Including TCP/IP stack in an eCos application.

David Ho davidkwho@gmail.com
Tue Aug 8 19:47:00 GMT 2006


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



More information about the Ecos-discuss mailing list