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:

> Hi
> 
> Great to hear that the PPP stack has been released :)
> 
> Have a quick question though, how much memory does the package needs?
> 
> I have a ARM EB40 board with 2MB ram and 2MB flash - tried the default CVS
> target EB40 - 512kb RAM and get this error when compiling tests :


Getting the TCP/IP stack plus the PPP add-on into the default RAM
configuration is a bit of a squeeze. Of the 512k, only 384k is
actually available for applications, this isn't quite enough for
TCP/IP+PPP code+data.

Since you actually have more RAM, you need to modify the
mlt_arm_at91_eb40_ram.ldi and mlt_arm_at91_eb40_ram.h files to be
aware of the extra RAM, then it will link.

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