From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesper Skov To: Bryan Mok Cc: ecos-discuss@sources.redhat.com Subject: Re: [ECOS] AT91EB40 networking problem Date: Fri, 21 Sep 2001 01:44:00 -0000 Message-id: References: <20010921073147.60201.qmail@web20801.mail.yahoo.com> X-SW-Source: 2001-09/msg00557.html >>>>> "Bryan" == Bryan Mok writes: Bryan> make: Entering directory Bryan> `/opt/ecos/ecos-1.3.1/eb40-net/net/tcpip/current' arm-elf-gcc Bryan> -mcpu=arm7tdmi -mno-short-load-words -Wl,--gc-sections Bryan> -Wl,-static -g -nostdlib Bryan> -L/opt/ecos/ecos-1.3.1/eb40-net/install/lib -Ttarget.ld -o Bryan> /opt/ecos/ecos-1.3.1/eb40-net/install/tests/net/tcpip/current/tests/ping_lo_test Bryan> tests/ping_lo_test.o /tools/H-i686-pc-linux-gnu/arm-elf/bin/ld: Bryan> address 0x20a113c of Bryan> /opt/ecos/ecos-1.3.1/eb40-net/install/tests/net/tcpip/current/tests/ping_lo_test Bryan> section .bss is not within region ram collect2: ld returned 1 Bryan> exit status make: *** Bryan> [/opt/ecos/ecos-1.3.1/eb40-net/install/tests/net/tcpip/current/tests/ping_lo_test] Bryan> Error 1 make: Leaving directory Bryan> `/opt/ecos/ecos-1.3.1/eb40-net/net/tcpip/current' Bryan> What should I do? Should I modify the memory layout so that Bryan> section .bss become within region ram? If yes, which file Bryan> should I modify? Problem appears to be that the test is too big for the available memory. Look for the RAM startup .ldi file and make sure the memory size is correct. If it is, there's little you can do, other than try to reduce the size of the test. Jesper