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 Message-ID: <001901c2c794$4e0bd240$e33922c7@ericnt> From: "Eric de Jong" To: Subject: gdb-20030128-1 build problem for --target=arm-unknown-elf Date: Wed, 29 Jan 2003 13:45:20 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Hello, 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... Regards, Eric. -- 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/