From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32752 invoked by alias); 10 Nov 2007 01:13:52 -0000 Received: (qmail 32744 invoked by uid 22791); 10 Nov 2007 01:13:52 -0000 X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.176) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 10 Nov 2007 01:13:50 +0000 Received: by wa-out-1112.google.com with SMTP id l35so861779waf for ; Fri, 09 Nov 2007 17:13:48 -0800 (PST) Received: by 10.114.134.1 with SMTP id h1mr8771wad.1194657228790; Fri, 09 Nov 2007 17:13:48 -0800 (PST) Received: by 10.114.95.9 with HTTP; Fri, 9 Nov 2007 17:13:48 -0800 (PST) Message-ID: Date: Sat, 10 Nov 2007 01:13: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: <20071109222924.GA15236@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> 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/msg00075.txt.bz2 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 from the top level, i.e. ./src/configure then I get the same error as before. If i try to configure and build binutils on its own I get the error message: make[2]: *** No rule to make target `../bfd/libbfd.la', needed by `size'. Stop. and if I try to build libbfd on it's own then I get the same original error message: make[2]: *** No rule to make target `../../src/bfd/../include/elf/vxworks.h', needed by `elf-vxworks.lo'. Stop. Is this a dependency problem? Or am I just not compiling things in the right order or something? Thanks for your help. Rob Quill