This is the mail archive of the ecos-discuss@sources.redhat.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]

Re: Error loading package template 'elix':


Chris Garry wrote:
> 
> Just out of interest, does this all mean that including the net package
> pushes the size of a simple 'hello world' application over 512K?

In the default configuratino yes. Remember that an eighth of that is
reserved for the ROM monitor, and perhaps most importantly for a "RAM"
startup application, the RAM footprint will include code as well as data.
The complete TCP/IP stack is a lot of code. The POSIX layer isn't that
small either.

None of those factors would apply in a final production build where you
would execute your application from Flash/ROM directly.

And there's lots of configuration that could be used too anyway.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


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