This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: GCC configuration problems


You give the impression you are trying to combine out of date
versions and make a cross compiler for arm.  Do you have some
kind of linux running on an arm processor for which you are
trying to build a gcc cross compiler?  If so, you should be
finding a support group for that configuration, but that seems
like an outsized task. Even if you insist on trying W98, you
should be keeping your cygwin updated to the current version with
the on-line installation, and your configure should resemble
something which has been found to work for your target. If your
questions pertain to cygwin development, there is a mail list for
that.
----- Original Message -----
From: "Dainius" <vakaras@delfi.lt>
To: <gcc@gcc.gnu.org>
Sent: Wednesday, September 26, 2001 6:39 AM
Subject: GCC configuration problems


> Hello,
>
>   My name is Dainius. I'm from Lithuania.
>   I wanted to install (Configure) GCC 3.0 version in my
computer.
>   Becouse it is Linux system, and I use Windows'98, I used
Cygwin to
>   immitate Linux.
>
>     I followed all instructions. But when I tryed to configure
GCC, I
>   I got such errors:
>
> Configuring for a i586-pc-cygwin host.
> grep: /src/gcc/gcc-3.0/gcc/version.c: No such file or directory
> grep: /src/gcc/gcc-3.0/configure.in: No such file or directory
> *** /src/gcc/gcc-3.0/configure.in has no "per-host:" line.
> grep: /src/gcc/gcc-3.0/configure.in: No such file or directory
>
>   But I'm sure, these files exists.
>
>   My command line was:
>
> /src/gcc/gcc-3.0/configure --target=arm-elf \
>       --prefix=/tools \
>       --exec-prefix=/tools/H-i686-pc-cygwin \
>       --with-gnu-as --with-gnu-ld --with-newlib \
>       -v 2>&1 | tee configure.out
>
> Thanks in advance.
>
> ------------
> Best regards,
>  Dainius
>
>


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