From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16737 invoked by alias); 18 Jan 2008 18:53:02 -0000 Received: (qmail 16727 invoked by uid 22791); 18 Jan 2008 18:53:01 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 18 Jan 2008 18:52:35 +0000 Received: (qmail 21913 invoked from network); 18 Jan 2008 18:52:32 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 18 Jan 2008 18:52:32 -0000 To: gerritvn@gpvno.co.za Cc: gpvno@telkomsa.net, gdb@sourceware.org Subject: Re: Problem building cross-debugger References: <47908F14.31772.5AD24E@gerritvn.gpvno.co.za> <4790EF3A.8104.1D28BDA@gerritvn.gpvno.co.za> From: Jim Blandy Date: Fri, 18 Jan 2008 18:53:00 -0000 In-Reply-To: <4790EF3A.8104.1D28BDA@gerritvn.gpvno.co.za> (Gerrit van Niekerk's message of "Fri, 18 Jan 2008 18:26:02 +0200") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2008-01/txt/msg00176.txt.bz2 "Gerrit van Niekerk" writes: >>> I am trying to use Cygwin to build a Cygwin host, DJGPP target version of GDB: >>> config --target=djgpp All libraries seem to build ok (make does not stop), but >>> the final link gives a number of undefined references > >> There is now only one undefined reference remaining: `_bfd_i386_arch' > > This is turning out to be a very one-sided thread :) > I managed to get the link phase to work by explicitly including > ../bfd/cpu-i386.o in the gcc command doing the final link. Perhaps > the GDB maintainers can have a look at the cause of the problem. I think the reason you haven't gotten much interaction is that you may be the only person on the list who's working with such a configuration. If you could figure out the source of the problem and suggest a patch, that would get things rolling.