From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10269 invoked by alias); 17 Feb 2003 20:52:01 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 10262 invoked from network); 17 Feb 2003 20:52:01 -0000 Received: from unknown (HELO protactinium.btinternet.com) (194.73.73.176) by 172.16.49.205 with SMTP; 17 Feb 2003 20:52:01 -0000 Received: from host213-122-224-23.in-addr.btopenworld.com ([213.122.224.23] helo=btinternet.com) by protactinium.btinternet.com with esmtp (Exim 3.22 #23) id 18ksF3-0004Hv-00; Mon, 17 Feb 2003 20:51:58 +0000 Message-ID: <3E514BA5.4050805@btinternet.com> Date: Mon, 17 Feb 2003 20:52:00 -0000 From: Graham Stott User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz CC: gdb@sources.redhat.com, ac131313@redhat.com Subject: Re: Todays CVS checkout fails on frv, ppceabi, mips, ... References: <3E513BBF.2080403@btinternet.com> <20030217195040.GA22727@nevyn.them.org> <3E513DF9.90303@btinternet.com> <20030217195807.GA23031@nevyn.them.org> <3E514718.1040307@btinternet.com> <20030217203922.GA24207@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00286.txt.bz2 Daniel Jacobowitz wrote: > On Mon, Feb 17, 2003 at 08:33:28PM +0000, Graham Stott wrote: > >>Daniel Jacobowitz wrote: >> >>>On Mon, Feb 17, 2003 at 07:54:33PM +0000, Graham Stott wrote: >>> >>> >>>>Daniel Jacobowitz wrote: >>>> >>>> >>>>>On Mon, Feb 17, 2003 at 07:45:03PM +0000, Graham Stott wrote: >>>>> >>>>> >>>>> >>>>>>Hi >>>>>> >>>>>>Anyone know what's changed since the 16th to cause this : >>>>>> >>>>>>--------------------------------------------- >>>>>>/usr/local/src/uberbaum/gdb/gregset.h:32: error: parse error before >>>>>>"gdb_gregset_t" >>>>> >>>>> >>>>>Where's it getting included from? >>>>> >>>>> >>>> >>>>gdb/linux-proc.c >>> >>> >>>Is the target != host block at the end of configure.in triggering? >>>Andrew changed that today but I can't see any problem with his change. >>> >> >>I think I can see what's wrong ${host} and ${target} need to ${gdb_host_cpu} >>and ${gdb_target_cpu} respect. > > > Really? What are $host and $target? And how did you configure? > Both are empty. A bog standard "/usr/local/src/uberbaum/configure --target=mips-elf" If you look a few line up in gdb's configure script you'll see gdb_host_cpu=$gdb_hogdb_host_cpu=$gdb_host_cpu gdb_target_cpu=$gdb_target_cpu nativefile=$nativefile and after configuring gdb/config.status contains gdb_host_cpu=i386 gdb_target_cpu=mips nativefile= Making my suggested change in my local tree configuring now triggers the host != target block and my builds are now working. Graham