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: Problem building RedBoot for Assabet


Eric BENARD / FREE wrote:
> except when creating redboot.elf file, I get the following warnings :
> arm-elf-gcc -Wl,--gc-sections -Wl,-static -g -O2 -nostdlib
> -L/tmp/redboot3/install/lib -Ttarget.ld -o /tmp/redboot3/install/bin/redboot.elf
> /tmp/redboot3/install/lib/version.o
> /skiff/local/arm-linux/bin/ld: warning: no memory region specified for section
> `.got.plt'
> /skiff/local/arm-linux/bin/ld: warning: no memory region specified for section
> `.got'

Even though you are using an arm-elf gcc, you are using an arm-linux ld.
Instead use an arm-elf ld.

Everything else you did was fine!

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


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