From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4629 invoked by alias); 10 Jan 2011 14:01:36 -0000 Received: (qmail 4620 invoked by uid 22791); 10 Jan 2011 14:01:35 -0000 X-SWARE-Spam-Status: No, hits=0.3 required=5.0 tests=AWL,BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from sam.nabble.com (HELO sam.nabble.com) (216.139.236.26) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 10 Jan 2011 14:01:30 +0000 Received: from isper.nabble.com ([192.168.236.156]) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1PcIJM-0000d8-JC for gcc-help@gcc.gnu.org; Mon, 10 Jan 2011 06:01:28 -0800 Message-ID: <30633979.post@talk.nabble.com> Date: Mon, 10 Jan 2011 14:01:00 -0000 From: alsp To: gcc-help@gcc.gnu.org Subject: Re: Compiling gcc with sparc-elf target In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <30605094.post@talk.nabble.com> X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2011-01/txt/msg00102.txt.bz2 Ian Lance Taylor-3 wrote: > > > I think you need to add --build=mingw32. That should at least get you > to a different problem. > > Thanks Ian, Sorry for the delay in responding. I have now tried adding --build=mingw32 to my configure command. I am indeed getting a different error now: checking for sparc-elf-gcc... /d/Development/gcc/gcc_4_3_0_release_o bj/./gcc/xgcc -B/d/Development/gcc/gcc_4_3_0_release_obj/./gcc/ -B/s parc-gcc/sparc-elf/bin/ -B/sparc-gcc/sparc-elf/lib/ -isystem /sparc-gcc/sparc-el f/include -isystem /sparc-gcc/sparc-elf/sys-include checking for suffix of object files... configure: error: cannot compute suffix o f object files: cannot compile I'm also working through a slightly different process for compiling gcc and noticed that it is compiling binutils with the sparc-elf target. This is not something that I was doing and may or not be an influencing factor (mine was compiled for mingw32)? Alan P.S. In response to Andrew's question. It was failing very late in the compile and I assume that it was building the target libraries. -- View this message in context: http://old.nabble.com/Compiling-gcc-with-sparc-elf-target-tp30605094p30633979.html Sent from the gcc - Help mailing list archive at Nabble.com.