[ECOS] LPC2124/ MCB2100
Andrew Lunn
andrew@lunn.ch
Thu Jan 20 09:19:00 GMT 2005
On Thu, Jan 20, 2005 at 09:48:50AM +0100, ecos@forumakad.pl wrote:
> Hello,
> I'm trying to use mcb2100 port from ecos cvs, and what I get is:
>
> /opt/ecos/gnutools/arm-elf/bin/../lib/gcc-lib/arm-elf/3.2.1/../../../../arm-elf/bin/ld:
> address 0x40004bf4 of hello section .bss is not within region ram
> collect2: ld returned 1 exit status
Take a look at the linker script. The linker is trying to put a symbol
where there is no RAM. This usually means that either your linker
script is broken, or your application is too big. Since i guess this
is a hello world program i guess its the first problem.
Andrew
--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
More information about the Ecos-discuss
mailing list