From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26438 invoked by alias); 27 Jul 2005 10:37:02 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 26375 invoked by uid 22791); 27 Jul 2005 10:36:54 -0000 Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.196) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 27 Jul 2005 10:36:54 +0000 Received: by wproxy.gmail.com with SMTP id i36so140969wra for ; Wed, 27 Jul 2005 03:36:53 -0700 (PDT) Received: by 10.54.30.50 with SMTP id d50mr277320wrd; Wed, 27 Jul 2005 03:36:53 -0700 (PDT) Received: by 10.54.127.17 with HTTP; Wed, 27 Jul 2005 03:36:53 -0700 (PDT) Message-ID: Date: Wed, 27 Jul 2005 10:37:00 -0000 From: Ousama Rawas Reply-To: Ousama Rawas To: gcc-help@gcc.gnu.org Subject: Recompiling GCC just won't work .... Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-SW-Source: 2005-07/txt/msg00294.txt.bz2 Hey all... I'm a relatively new gcc user, so bear with me a bit...=20 So I downloaded and compiled GCC 4.0.0 having configured it in the following manner: --prefix=3D/usr/local/gcc40 --bindir=3D/usr/local/gcc40bin=20 So anyway it worked and everything was fine... Now I need to compile GCC again with --target set to mips... For some reason, after I configure GCC (--prefix=3D/usr/local/gcc40mips --bindir=3D/usr/local/gcc40mipsbin --target=3Dmips), I get an error like 1 or 2 minutes into the compilation of GCC, and it aborts. BTW, I'm using fedora core 3. Can anybody help me with this? I'd appreciate it also if someone could refer me to the list of targets that I can compile GCC for... I want to compile GCC for the mips-r4000, and I'm not sure which switch to use to specify this.... Thanks.