From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12457 invoked by alias); 18 Sep 2007 08:26:02 -0000 Received: (qmail 12448 invoked by uid 22791); 18 Sep 2007 08:26:01 -0000 X-Spam-Check-By: sourceware.org Received: from 37.210.forpsi.net (HELO debian.softinengines.com) (81.2.210.37) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 18 Sep 2007 08:25:52 +0000 Received: from lyzard (unknown [195.91.79.247]) by debian.softinengines.com (Postfix) with ESMTP id 6F77C1973AD for ; Tue, 18 Sep 2007 10:24:05 +0200 (CEST) Reply-To: From: "Peter Skvarka" To: Subject: A handler for the OS ABI "GNU/Linux"... Date: Tue, 18 Sep 2007 08:32:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Message-Id: <20070918082406.6F77C1973AD@debian.softinengines.com> 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/msg00139.txt.bz2 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 ? 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 ? Regards ! Peter