From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20550 invoked by alias); 1 Aug 2005 11:31:18 -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 20531 invoked by uid 22791); 1 Aug 2005 11:31:14 -0000 Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.199) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 01 Aug 2005 11:31:14 +0000 Received: by wproxy.gmail.com with SMTP id i27so1072412wra for ; Mon, 01 Aug 2005 04:31:12 -0700 (PDT) Received: by 10.54.36.50 with SMTP id j50mr1591664wrj; Mon, 01 Aug 2005 04:31:12 -0700 (PDT) Received: by 10.54.127.17 with HTTP; Mon, 1 Aug 2005 04:31:12 -0700 (PDT) Message-ID: Date: Mon, 01 Aug 2005 11:31:00 -0000 From: Ousama Rawas Reply-To: Ousama Rawas To: gcc-help@gcc.gnu.org Subject: Trying to compile for mips-r4000-linux-gnu target machine Failing.... Please Help... Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-SW-Source: 2005-08/txt/msg00008.txt.bz2 Hello... I've been trying to compile gcc4.0.0 to cross compile for the mips-r4000-linux-gnu target machine. The machine that I am working on is cygwin running on windows XP. Simply compiling gcc to produce binaries for cygwin works fine, but when trying to compile gcc with the afformentioned mips target machine set as target, I get the following errors: as: unrecognized option '-EB' make[2]: *** [ctrbegin.o] Error 1 make[2]: Leaving directory '/home/sticks/gcc-4.0.0/gccbuild2/gcc' make[1]: *** [stage1_build] Error 2 make[1]: Leaving directory '/home/sticks/gcc-4.0.0/gccbuild2/gcc' make: *** [bootstrap] Error2 The configuration was the following:=20 ../gcc-4.0.0/configure --prefix=3D/usr/local/gcc400mips --srcdir=3D../gcc-4.0.0 --bindir=3D/usr/local/gcc400mipsBin --target=3Dmips-r4000-linux-gnu I also tried to compile for mips64-linux and mips-linux with the exact same results.... Please help... Thank you, Ousama Rawas.