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: Help! on building ecosconfigure


"Narayana, Venkat A." wrote:
> 
> Hi,
> I compiled ecosconfig, and tried to build redboot for ROM startup,
> whence i got these errors:
> What is that i am doing wrong?
> 
> _START_LOG__
> xscale-elf-gcc -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef
> -Woverloaded-virtual -g -O2 -fno-rtti -fno-exceptions -fvtable-gc
> -finit-priority -mapcs-frame -nostdlib -Wl,-r,--whole-archive -o
> /home/users/redboot.ROM/install/lib/extras.o
> /home/users/redboot.ROM/install/lib/libextras.a
> /usr/arm/tools/arm-linux/bin/ld: unrecognised emulation mode: elf32arm
> Supported emulations: armelf_linux armelf_linux26 armelf

You are using arm-linux binutils. Instead gcc should be compiled to use 
generic arm-elf or xscale-elf tools. ARM linux tools are uesd to compile
linux programs.

Get binutils sources from http://sources.redhat.com/binutils/

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]