From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2178 invoked by alias); 7 Feb 2002 01:21:41 -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 1951 invoked from network); 7 Feb 2002 01:21:34 -0000 Received: from unknown (HELO tomts8-srv.bellnexxia.net) (209.226.175.52) by sources.redhat.com with SMTP; 7 Feb 2002 01:21:34 -0000 Received: from amdk62400 ([65.92.132.230]) by tomts8-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with SMTP id <20020207012133.JSWO9381.tomts8-srv.bellnexxia.net@amdk62400> for ; Wed, 6 Feb 2002 20:21:33 -0500 Message-ID: <002b01c1af75$b72404b0$0300a8c0@sympatico.ca> Reply-To: "H Girard" From: "H Girard" To: Subject: crosscompiler for mips32 Date: Wed, 06 Feb 2002 17:21:00 -0000 Organization: Bnd Radiocom MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-SW-Source: 2002-02/txt/msg00062.txt.bz2 Hi all I am having some difficulty building the crosscompiler for the --target=mipsisa32 the configure is: ... m:/cygwin/gnutools/build-gcc $ ../gcc/configure --target=mipsisa32-elf --prefix=/bintools -v the binutils are the latest from the cvs : binutils-020206.tar dated 6 feb (today) yesterday's version produced a linker error but this one worked without error the make stops with the following message: ... mkdir soft-float/el/mips64 mkdir libgcc/soft-float/el/mips64 xgcc: installation problem, cannot exec `mips-tfile': No such file or directory make[2]: *** [libgcc/./_m16addsf3.o] Error 1 make[1]: *** [stmp-multilib] Error 2 make: *** [all-gcc] Error 2 the error seems to be mips related , can someone help please???? thank you Henri Girard