From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1638 invoked by alias); 22 Apr 2005 07:56:28 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1187 invoked from network); 22 Apr 2005 07:56:07 -0000 Received: from unknown (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org with SMTP; 22 Apr 2005 07:56:07 -0000 Received: from zaretski (IGLD-80-230-73-48.inter.net.il [80.230.73.48]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id BBA71131 (AUTH halo1); Fri, 22 Apr 2005 10:54:44 +0300 (IDT) Date: Fri, 22 Apr 2005 07:56:00 -0000 From: "Eli Zaretskii" To: Paul Schlie Message-ID: <01c54710$Blat.v2.4$858a2840@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: mark@codesourcery.com, mark.kettenis@xs4all.nl, gdb-patches@sources.redhat.com In-reply-to: (message from Paul Schlie on Thu, 21 Apr 2005 23:15:32 -0400) Subject: Re: Windows patch status? (broke build) Reply-to: Eli Zaretskii References: X-SW-Source: 2005-04/txt/msg00273.txt.bz2 > Date: Thu, 21 Apr 2005 23:15:32 -0400 > From: Paul Schlie > CC: > > Re: http://sources.redhat.com/ml/gdb-patches/2005-04/msg00249.html > > This patch broke the build of HEAD on ppc-apple-darwin7.9 w/-target=avr: > > gcc -c -g -O2 -I. -I/Applications/avr/avr-src/gdb > -I/Applications/avr/avr-src/gdb/config > -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H > -I/Applications/avr/avr-src/gdb/../include/opcode > -I/Applications/avr/avr-src/gdb/../readline/.. -I../bfd > -I/Applications/avr/avr-src/gdb/../bfd > -I/Applications/avr/avr-src/gdb/../include -I../intl > -I/Applications/avr/avr-src/gdb/../intl -DMI_OUT=1 -DGDBTK -DTUI=1 > -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses > -Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function > -Wuninitialized /Applications/avr/avr-src/gdb/ser-base.c > /Applications/avr/avr-src/gdb/ser-base.c: In function `ser_base_wait_for': > /Applications/avr/avr-src/gdb/ser-base.c:187: error: storage size of `tv' > isn't known > make[1]: *** [ser-base.o] Error 1 > make: *** [all-gdb] Error 2 I think including in ser-base.c will solve this. Could you please try?