This is the mail archive of the
ecos-discuss@sources.redhat.com
mailing list for the eCos project.
Re: compile error when using newer version ecos configuration tool
- To: HuangQiang <jameshq at liverpool dot ac dot uk>
- Subject: Re: [ECOS] compile error when using newer version ecos configuration tool
- From: Andrew Lunn <andrew dot lunn at ascom dot ch>
- Date: Mon, 12 Nov 2001 17:23:19 +0100
- Cc: eCos <ecos-discuss at sources dot redhat dot com>
- References: <KIEBICHBADHFCLGCKOPDIECCCJAA.jameshq@liv.ac.uk>
> /tools/H-i686-pc-cygwin/arm-elf/bin/ld: address 0x9817c of a.out section
> .bss is
> not within region ram
> collect2: ld returned 1 exit status
Either something has gone wrong with the memory map, or you have a
very large image. The linker is saying it cannot put the bss segment
into RAM. Check your definitions of where the RAM starts and how long
it is.
Andrew
PS. What does BSS stand for anyway? Answers on a post card please.