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: Knows anyone a location, where I can download an i386-target crosscompiler for a i686-cygwin host machine?


Hansjörg Petriffer wrote:
> 
> Because I fail allways with building an cross compiler for ECOS
> (i386-target) following to the instruction on the ecos side, now I searc a
> location where I can download the gcc for that. I have no other idea how I
> can solve otherwise the problem.

Perhaps describe exactly what problem you are having? Is it this one:

> I followed the instruction to compiling the cross compiler for i386 on
> http://sources.redhat.com/ecos/tools/win-i386-elf.html but I receive allways
> the message cannot find config.sub when I type the command 
> 
> /src/gcc/gcc-2.95.2/configure --target=i386-elf \
> --prefix=/tools \
> --exec-prefix=/tools/H-i686-pc-cygwin \
> --with-gnu-as --with-gnu-ld --with-newlib \
> -v 2>&1 | tee configure.out 

If so, then did you follow Andrew's suggestion of typing this all on one
line?

Also, check that there really is a file /src/gcc/gcc-2.95.2/config.sub. You
should also be able to run it yourself e.g. as:

/src/gcc/gcc-2.95.2/config.sub i386-elf

which should return:

i386-pc-elf

If it doesn't, we can look closer.

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]