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]

Re: compile error when using newer version ecos configuration tool


> /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.


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