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]

eCosCentric PPP stack memory needs


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 :

make[1]: Entering directory `/opt/net/hal/common/current'
arm-elf-gcc -c  -I/ecos-c/cygwin/opt/net/install/include -I/ecos-c/cygwin/op
t/ec
os/cvs/ecos/packages/hal/common/current -I/ecos-c/cygwin/opt/ecos/cvs/ecos/p
acka
ges/hal/common/current/src -I/ecos-c/cygwin/opt/ecos/cvs/ecos/packages/hal/c
ommo
n/current/tests -I. -I/ecos-c/cygwin/opt/ecos/cvs/ecos/packages/hal/common/c
urre
nt/tests/ -finline-limit=7000 -mcpu=arm7tdmi -mno-short-load-words -Wall -Wp
oint
er-arith -Wstrict-prototypes -Winline -Wundef  -g -O2 -ffunction-sections -f
data
-sections  -fno-exceptions   -Wp,-MD,tests/context.tmp -o tests/context.o
/ecos-
c/cygwin/opt/ecos/cvs/ecos/packages/hal/common/current/tests/context.c
arm-elf-gcc -L/ecos-c/cygwin/opt/net/install/lib -Ttarget.ld -o
/ecos-c/cygwin/o
pt/net/install/tests/hal/common/current/tests/context
tests/context.o -mcpu=arm7
tdmi -mno-short-load-words -Wl,--gc-sections -Wl,-static -g -nostdlib
/opt/ecos/gnutools/arm-elf/bin/../lib/gcc-lib/arm-elf/3.2.1/../../../../arm-
elf/
bin/ld: address 0x8d1f8 of
/ecos-c/cygwin/opt/net/install/tests/hal/common/curre
nt/tests/context section .bss is not within region ram
collect2: ld returned 1 exit status
make[1]: ***
[/ecos-c/cygwin/opt/net/install/tests/hal/common/current/tests/cont
ext] Error 1
make[1]: Leaving directory `/opt/net/hal/common/current'
make: *** [tests] Error 2

And my guess is that my target don't have enough ram?

Thanks
Felix


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