From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6496 invoked by alias); 18 Sep 2007 10:51:20 -0000 Received: (qmail 6474 invoked by uid 22791); 18 Sep 2007 10:51:19 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 18 Sep 2007 10:51:09 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 4E39398152; Tue, 18 Sep 2007 10:51:04 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 2D2EB9810B; Tue, 18 Sep 2007 10:51:03 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1IXafW-0007cq-SF; Tue, 18 Sep 2007 06:51:02 -0400 Date: Tue, 18 Sep 2007 19:22:00 -0000 From: Daniel Jacobowitz To: Peter Skvarka Cc: gdb@sourceware.org Subject: Re: A handler for the OS ABI "GNU/Linux"... Message-ID: <20070918105102.GA29296@caradoc.them.org> Mail-Followup-To: Peter Skvarka , gdb@sourceware.org References: <20070918082406.6F77C1973AD@debian.softinengines.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070918082406.6F77C1973AD@debian.softinengines.com> User-Agent: Mutt/1.5.15 (2007-04-09) 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: 2007-09/txt/msg00143.txt.bz2 On Tue, Sep 18, 2007 at 10:25:39AM +0200, Peter Skvarka wrote: > I have gdb connected to server at localhost:3333, > server is OpenOCD debugger connected through JTAG into target ARM9 board. > > I have two questions: > 1. Is possible to load symbols and do source-level debug with current gdb > version and code running on ARM9 > with embedded kernel 2.4.19 and application compiled with gcc 2.95.3 ? Is > not older compiler hurdle for contemporary gdb ? No, it should be fine. You can't use GDB to do Linux application level debug over JTAG, though. Use JTAG for the kernel and gdbserver for the application. > 2. When I trying to run my application from insight GUI, I meet this > warning: > "A handler for the OS ABI "GNU/Linux" is not built into this configuration > of GDB. > Attempting to continue with the default settings." > > What does it mean this error and how can Ito correct it ? You're debugging a Linux target. Configure GDB for Linux when you build it. -- Daniel Jacobowitz CodeSourcery