From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5051 invoked by alias); 17 Nov 2004 16:45:14 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 4990 invoked from network); 17 Nov 2004 16:45:08 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.74.133.9) by sourceware.org with SMTP; 17 Nov 2004 16:45:08 -0000 Received: (qmail 20529 invoked from network); 17 Nov 2004 16:45:08 -0000 Received: from localhost (HELO wren.home) (paul@127.0.0.1) by mail.codesourcery.com with SMTP; 17 Nov 2004 16:45:08 -0000 From: Paul Brook Organization: CodeSourcery To: gcc@gcc.gnu.org Subject: Re: cross compiler build error fro arm Date: Wed, 17 Nov 2004 18:18:00 -0000 User-Agent: KMail/1.7.1 Cc: "aram bharathi" References: <20041117135456.413AA23CE9@ws5-3.us4.outblaze.com> In-Reply-To: <20041117135456.413AA23CE9@ws5-3.us4.outblaze.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411171645.06415.paul@codesourcery.com> X-SW-Source: 2004-11/txt/msg00566.txt.bz2 On Wednesday 17 November 2004 13:54, aram bharathi wrote: > hi to all > i configured and build the binutils. after i configure the gcc > using > > ./configure --prefix=/home/obj --target=arm-linux --with-as=/home/obj/bin > --with-ld=/home/obj/bin You should use separate source and build directories for gcc, as described in http://gcc.gnu.org/install/configure.html --with-as and--with-ld need to specify and executable, not a directory. Paul