From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2486 invoked by alias); 21 Sep 2009 07:43:11 -0000 Received: (qmail 2477 invoked by uid 22791); 21 Sep 2009 07:43:10 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from nwd2mail11.analog.com (HELO nwd2mail11.analog.com) (137.71.25.57) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 21 Sep 2009 07:43:04 +0000 Received: from nwd2hubcas1.ad.analog.com ([10.64.73.29]) by nwd2mail11.analog.com with ESMTP; 21 Sep 2009 03:43:03 -0400 Received: from nwd2exm5.ad.analog.com (10.64.51.20) by NWD2HUBCAS1.ad.analog.com (10.64.73.29) with Microsoft SMTP Server id 8.1.358.0; Mon, 21 Sep 2009 03:43:02 -0400 Received: from chinexm1.ad.analog.com ([10.99.27.42]) by nwd2exm5.ad.analog.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 21 Sep 2009 03:43:02 -0400 Received: from [10.99.29.103] ([10.99.29.103]) by chinexm1.ad.analog.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 21 Sep 2009 15:42:59 +0800 Message-ID: <4AB72E82.1040708@analog.com> Date: Mon, 21 Sep 2009 07:43:00 -0000 From: Jie Zhang User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701) MIME-Version: 1.0 To: Hui Zhu CC: gdb@sourceware.org, Joel Brobecker Subject: Re: 7.0 branch build error without "--disable-gdbtk" References: In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit 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: 2009-09/txt/msg00259.txt.bz2 Hui Zhu wrote: > gcc -g -O2 -I. -I../../src/gdb -I../../src/gdb/common > -I../../src/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" > -DHAVE_CONFIG_H -I../../src/gdb/../include/opcode > -I../../src/gdb/../readline/.. -I../bfd -I../../src/gdb/../bfd > -I../../src/gdb/../include -I../libdecnumber > -I../../src/gdb/../libdecnumber -I../../src/gdb/gnulib -Ignulib > -DMI_OUT=1 -DTUI=1 -DGDBTK -Wall -Wdeclaration-after-statement > -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused > -Wno-switch -Wno-char-subscripts -Werror -c -o posix-hdep.o -MT > posix-hdep.o -MMD -MP -MF .deps/posix-hdep.Tpo > ../../src/gdb/posix-hdep.c > make[2]: *** No rule to make target > `../../src/gdb/gdbtk/generic/gdbtk.c', needed by `gdbtk.o'. Stop. > make[2]: Leaving directory `/home/teawater/gdb/7/bgdb/gdb' > make[1]: *** [all-gdb] Error 2 > make[1]: Leaving directory `/home/teawater/gdb/7/bgdb' > make: *** [all] Error 2 > > My configure is: > ../src/configure --disable-sid --disable-rda --disable-binutils > --disable-gas --disable-ld --disable-gprof --enable-targets=all > --enable-64-bits-bfd > > My os is ubuntu x86 32. > > Did I miss something? > I does not see this error on my native build for Debian AMD64. My configure ../src/configure --enable-targets=all Jie