From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24692 invoked by alias); 30 Mar 2007 12:23:07 -0000 Received: (qmail 24677 invoked by uid 22791); 30 Mar 2007 12:23:06 -0000 X-Spam-Check-By: sourceware.org Received: from wx-out-0506.google.com (HELO wx-out-0506.google.com) (66.249.82.235) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 30 Mar 2007 13:23:02 +0100 Received: by wx-out-0506.google.com with SMTP id t13so478234wxc for ; Fri, 30 Mar 2007 05:23:00 -0700 (PDT) Received: by 10.70.59.17 with SMTP id h17mr3499878wxa.1175257380319; Fri, 30 Mar 2007 05:23:00 -0700 (PDT) Received: by 10.70.34.19 with HTTP; Fri, 30 Mar 2007 05:23:00 -0700 (PDT) Message-ID: <4053daab0703300523r24f6d246qa037133e78939eda@mail.gmail.com> Date: Fri, 30 Mar 2007 12:23:00 -0000 From: "pedro alves" To: "Pierre Muller" Subject: Re: [New WinCE support] [patch 4/4] The bulk of the code. Cc: "Eli Zaretskii" , gdb-patches@sourceware.org In-Reply-To: <000a01c772c2$68207d10$38617730$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070315235008.243411000@portugalmail.pt> <45F9FC33.9020106@portugalmail.pt> <4053daab0703160803s3edf1294sfcdf4f8319787ab7@mail.gmail.com> <45FDE45F.2000309@portugalmail.pt> <20070327192032.GJ28164@caradoc.them.org> <460B1A06.1090606@portugalmail.pt> <000a01c772c2$68207d10$38617730$@u-strasbg.fr> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00351.txt.bz2 On 3/30/07, Pierre Muller wrote: > I get an error when I try to compile > gdbserver on cygwin. > > gcc -Wall -g -O2 -I. -I../../../src/gdb/gdbserver > -I../../../src/gdb/gdbserve > r/../regformats -I../../../src/gdb/gdbserver/../../include -I../../bfd > -I../../. > ./src/gdb/gdbserver/../../bfd -o gdbserver.exe inferiors.o regcache.o > remote-u > tils.o server.o signals.o target.o utils.o version.o mem-break.o reg-i386.o > win > 32-low.o win32-i386-low.o \ > > win32-i386-low.o: In function `do_fetch_inferior_registers': > /usr/local/src/cvs/build/gdb/gdbserver/../../../src/gdb/gdbserver/win32-i386 > -low > .c:63: undefined reference to `_regptr' > collect2: ld returned 1 exit status > make[3]: *** [gdbserver.exe] Error 1 > > It seems like you forgot to > commit some change in win32-low.c > because I guess you are right. Looking at CVSweb I see that I didn't commit the changes to win32-low.c. I will only have access to cvs later when I get home (no less than 8 hours), and I'll fix it then, unless someone takes that hunk from the patch, and commits it before me. Sorry for all the breakage... Cheers, Pedro Alves