This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

AW: compiling the cross compiler for i-386


Hello,

thank you for your help. I have tested now, what do you say, but I receive
the same error message. For testing purposes I have also included an Path to
my gcc-2.95.2 dirctory, but this doesn't help. The file config.sub is into
the  /src/gcc/gcc-2.95.2/ directory. Do you have another idea what I make
wrong?
The error message is again:

Configuring for a i686-pc-cygwin32 host.
*** cannot find config.sub.

Thanks a lot

Hansjörg

-----Ursprüngliche Nachricht-----
Von: jfaith@lineo.com [mailto:jfaith@lineo.com]
Gesendet: Mittwoch, 14. März 2001 19:16
An: Hansjörg Petriffer
Betreff: Re: compiling the cross compiler for i-386



When I run configure I usually do this:

tar -xf gcc.tar
mkdir buildgcc ; cd buildgcc
../gcc/configure --target=... --prefix=...

I don't use the "--with-gnu", "--exec-prefix", or "--with-newlib" options
when
building under Cygwin (which requires another change so glibc is not
used...).

Is config.sub in your directory /src/gcc/gcc-2.95.2/ ?

,
John



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



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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