From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20186 invoked by alias); 23 Jun 2005 16:41:14 -0000 Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org Received: (qmail 20172 invoked by uid 22791); 23 Jun 2005 16:41:10 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 23 Jun 2005 16:41:10 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j5NGf8P8011438 for ; Thu, 23 Jun 2005 12:41:08 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j5NGf8u14222; Thu, 23 Jun 2005 12:41:08 -0400 Received: from localhost.localdomain (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j5NGf7i9010246; Thu, 23 Jun 2005 12:41:07 -0400 Subject: Re: What what does the massage mean ? From: Keith Seitz To: song Cc: "insight@sources.redhat.com" In-Reply-To: References: <200505120453.j4C4rQ418860@scripts1.app.phx.redhat.com> Content-Type: text/plain Date: Thu, 23 Jun 2005 16:41:00 -0000 Message-Id: <1119544867.4525.15.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-q2/txt/msg00131.txt.bz2 On Thu, 2005-06-23 at 10:06 +0800, song wrote: > When I use insight of powerpc to debug in Windows,it jump a message > as follow"no shared library support for this OS/ABI" . > What what does the massage mean and how to kill it ? Can you give me more context? What are you doing when the mesasge appears? The message is definitely from gdb (remember: "insight" is the GUI and a bunch of glue code on top of gdb). Normally the message appears when the user attempts to use shared-library commands on a debugger built for a target with no shared library support, like any development board. Keith