From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31886 invoked by alias); 28 Aug 2008 01:39:38 -0000 Received: (qmail 31877 invoked by uid 22791); 28 Aug 2008 01:39:37 -0000 X-Spam-Check-By: sourceware.org Received: from yx-out-1718.google.com (HELO yx-out-1718.google.com) (74.125.44.158) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 28 Aug 2008 01:39:02 +0000 Received: by yx-out-1718.google.com with SMTP id 3so102687yxi.48 for ; Wed, 27 Aug 2008 18:39:00 -0700 (PDT) Received: by 10.151.79.6 with SMTP id g6mr1147611ybl.228.1219887540443; Wed, 27 Aug 2008 18:39:00 -0700 (PDT) Received: by 10.150.92.14 with HTTP; Wed, 27 Aug 2008 18:39:00 -0700 (PDT) Message-ID: <724307610808271839v457f24a6odc8762d945a2e74a@mail.gmail.com> Date: Fri, 12 Sep 2008 14:15:00 -0000 From: "Tommy Lin" To: insight@sourceware.org Subject: Re: How to properly run insight for eCos application? Cc: ariga@link-lab.co.jp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2008-q3/txt/msg00052.txt.bz2 Hi Ariga, According to your download messages, I found you specified the object file and those functions were still in "not-linked" status. For example, you can see ".text.cyg_start" and so on but not a single ".text" section. You may check other directories or eCos manuals to see where the real linked ELF file is. BR, Tommy.