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]
Other format: [Raw text]

Re: eCosCentric PPP stack memory needs


"Felix" <felix@dezign.dk> writes:

> Did the changes to fit my memory layout, and it now compiles :)
> 
> Is there general information about how much the different packages requires?
> 
> When using the "net" and "ppp" package the tests files is around 3.3MB is
> that right? and a little to much for my test board (2mb ram + 2mb flash)

The 3.3Mb also includes lots of debug information. Use "arm-elf-size" on
the executable to find out what the actual sizes are.

If you want to see how much each package uses, go into the build tree
and use "arm-elf-size -t *.o" on the object files in the src
directories. However, note that not everything in these files gets
included in the eventual executable, the linker strips out anything
that is unreferenced.


-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com      The eCos and RedBoot experts


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