From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6398 invoked by alias); 24 Jun 2005 16:49:18 -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 6332 invoked by uid 22791); 24 Jun 2005 16:49:13 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 24 Jun 2005 16:49:13 +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 j5OGnBkC009952 for ; Fri, 24 Jun 2005 12:49:11 -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 j5OGnBu13473; Fri, 24 Jun 2005 12:49:11 -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 j5OGnAi9001147; Fri, 24 Jun 2005 12:49:11 -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> <1119544867.4525.15.camel@lindt.uglyboxes.com> Content-Type: text/plain; charset=UTF-8 Date: Fri, 24 Jun 2005 16:49:00 -0000 Message-Id: <1119631750.4528.8.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-SW-Source: 2005-q2/txt/msg00132.txt.bz2 [back on list] On Fri, 2005-06-24 at 11:31 +0800, song wrote: > Hi Keith, > In fact I use BDI2000 to debug a MPC8540 board.I compile a small test > programme in CYGWIN™ (2.0.0) and load it into the MPC8540 board by > BDI2000.Next open insight,connect to target success,but when open > test.elf and run it,it jump the message "no shared library support > for this OS/ABI" . Open a console window and enter "show version". Cut and paste the output into your email. Where did you get Insight? I don't know if this is already what you are doing, but from your email, things are a little out-of-order. After starting insight, the first thing to do is load your executable (File->Open... or one of the shortcuts at the bottom of the File menu). Then configure the target connection (File->Target Settings...). Finally click the Run button on the toolbar. You do not need to manually connect, download, etc. The run button will do whatever it takes to get the app running on your target. Keith