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: LPC2124/ MCB2100


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]