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: RedBoot FLASH config suggestion


>>>>> "Sebastien" == Sebastien ANDRE <sebastien.andre@sxb.bsf.alcatel.fr> writes:

Sebastien> Hello, so i port redboot for a personnal board, and for
Sebastien> this board the ram begin to 0x10 000 000 adress so all
Sebastien> sections of the binary start after 0x10 000 000 except 3
Sebastien> sections

Sebastien>    o shstrtab o symtab o strtab

Sebastien> so i don't find anithing for move these.  What can i must
Sebastien> do ?

You probably need to add expression matches for those sections in the
sh.ld script.   If you do sh-elf-ld --version you should be able to
see where those sections are usually located - add them in the same
place in the eCos linker script.

Jesper


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