From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2427 invoked by alias); 9 Nov 2007 22:23:52 -0000 Received: (qmail 2417 invoked by uid 22791); 9 Nov 2007 22:23:51 -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; Fri, 09 Nov 2007 22:23:49 +0000 Received: by rv-out-0910.google.com with SMTP id l15so540466rvb for ; Fri, 09 Nov 2007 14:23:47 -0800 (PST) Received: by 10.114.26.1 with SMTP id 1mr1390233waz.1194647027817; Fri, 09 Nov 2007 14:23:47 -0800 (PST) Received: by 10.114.95.9 with HTTP; Fri, 9 Nov 2007 14:23:47 -0800 (PST) Message-ID: Date: Fri, 09 Nov 2007 22:23:00 -0000 From: "Rob Quill" To: gdb@sourceware.org Subject: No rule to make include/elf/vxworks.h MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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/msg00073.txt.bz2 Hi, When trying to compile from the current CVS I get the following error: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src/bfd -I. -I. -I../../src/bfd -I../../src/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c ../../src/bfd/dwarf1.c -o dwarf1.o rm -f elf32-target.h sed -e s/NN/32/g < ../../src/bfd/elfxx-target.h > elf32-target.new mv -f elf32-target.new elf32-target.h /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src/bfd -I. -I. -I../../src/bfd -I../../src/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c -o elf32-i386.lo ../../src/bfd/elf32-i386.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src/bfd -I. -I. -I../../src/bfd -I../../src/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c ../../src/bfd/elf32-i386.c -o elf32-i386.o make[4]: *** No rule to make target `../../src/bfd/../include/elf/vxworks.h', needed by `elf-vxworks.lo'. Stop. I did "make clean", "make distclean", then "../src/configure", then "make". Is anyone else getting this error? Thanks for your help. Rob