From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2846 invoked by alias); 13 Nov 2007 09:57:57 -0000 Received: (qmail 2836 invoked by uid 22791); 13 Nov 2007 09:57:56 -0000 X-Spam-Check-By: sourceware.org Received: from rv-out-0910.google.com (HELO rv-out-0910.google.com) (209.85.198.187) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 13 Nov 2007 09:57:54 +0000 Received: by rv-out-0910.google.com with SMTP id l15so1228674rvb for ; Tue, 13 Nov 2007 01:57:53 -0800 (PST) Received: by 10.115.76.1 with SMTP id d1mr79693wal.1194947873000; Tue, 13 Nov 2007 01:57:53 -0800 (PST) Received: by 10.114.95.9 with HTTP; Tue, 13 Nov 2007 01:57:52 -0800 (PST) Message-ID: Date: Tue, 13 Nov 2007 09:57:00 -0000 From: "Rob Quill" To: "H.J. Lu" Subject: Re: No rule to make include/elf/vxworks.h Cc: gdb@sourceware.org In-Reply-To: <20071110012915.GA16646@lucon.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071109222924.GA15236@lucon.org> <20071110012915.GA16646@lucon.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-11/txt/msg00096.txt.bz2 On 10/11/2007, H.J. Lu wrote: > On Sat, Nov 10, 2007 at 01:13:48AM +0000, Rob Quill wrote: > > On 09/11/2007, H.J. Lu wrote: > > > On Fri, Nov 09, 2007 at 10:23:47PM +0000, Rob Quill wrote: > > > > Hi, > > > > > > > > When trying to compile from the current CVS I get the following error: > > > > > > > > > > Use "cvs co binutils" to update from CVS. > > > > I have checked out binutils into the same directory, so i have > > ./src/gdb and also now ./src/binutils. If I do a configure and build > > You need to use > > # cvs co binutils > > in the parent diretory of src. Thanks for the help everyone. In the end I solved this by just checking out a fresh copy and building in, then patching the changes I had made previously to it. Rob