Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 30 Jan 2003 10:18:39 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Cc: ericdejong AT gmx DOT net Subject: Re: gdb-20030128-1 build problem for --target=arm-unknown-elf Message-ID: <20030130151839.GD1907@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com, ericdejong AT gmx DOT net References: <001901c2c794$4e0bd240$e33922c7 AT ericnt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001901c2c794$4e0bd240$e33922c7@ericnt> User-Agent: Mutt/1.5.1i On Wed, Jan 29, 2003 at 01:45:20PM +0100, Eric de Jong wrote: >I tried to compile the gdb-20030128-1 sources from cygwin for the >arm-unknown-elf target: > >mkdir /usr/src/build/gdb-20030128 >cd /usr/src/build/gdb-20030128 >../../gdb-20030128-1/configure --target=arm-unknown-elf >make > >Make fails when linking gdb.exe, the linker gives "undefined reference >to `_default_callback' ". I can find a function named >'default_callback' in the sourcefiles for insight-5.2.1 >(insight-5.2.1/sim/common/callback.c). In the gdb-20030128-1 tree, no >directory named 'sim' is present (if needed?). > >Who can help me compile gdb/insight for cygwin? I (think I) need this >version as it supports the 'restore' command... If you want to build gdb for something besides native cygwin, you should use either one of the gdb releases or gdb from the sources.redhat.com cvs repository. It is extremely unlikely that you are going to find much gdb expertise here for dealing with something like building an arm target. The gdb mailing list is gdb at sources dot redhat dot com. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/