From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13279 invoked by alias); 19 Sep 2002 02:02:16 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 13267 invoked from network); 19 Sep 2002 02:02:15 -0000 Received: from unknown (HELO sanmx03.sanyo.co.jp) (134.180.230.88) by sources.redhat.com with SMTP; 19 Sep 2002 02:02:15 -0000 Received: from sanmx03.sanyo.co.jp (localhost [127.0.0.1]) by localhost (Postfix) with ESMTP id 5947CA8437; Thu, 19 Sep 2002 11:02:14 +0900 (JST) Received: from postgw.idc.lsi.sanyo.co.jp (unknown [134.180.177.20]) by sanmx03.sanyo.co.jp (Postfix) with ESMTP id 361DEA8403; Thu, 19 Sep 2002 11:02:13 +0900 (JST) Received: from seed13.td.idc.lsi.sanyo.co.jp (seed13 [134.180.182.13]) by postgw.idc.lsi.sanyo.co.jp (8.9.3/3.4W3-05/13/97) with SMTP id KAA05577; Thu, 19 Sep 2002 10:53:53 +0900 (JST) Received: from sltisatish by seed13.td.idc.lsi.sanyo.co.jp (SMI-8.6/6.4J.6) id LAA02243; Thu, 19 Sep 2002 11:03:10 +0900 Message-ID: <000b01c26006$c0ec5820$19b6b486@sltisatish> From: "T Satish Kumar" To: "Keith Seitz" Cc: , , "Frank Ch. Eigler" References: Subject: Re: Fw: [ECOS] how to build an eCos library for ARM7tdmi simulator Date: Wed, 18 Sep 2002 19:02:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SW-Source: 2002-q3/txt/msg00066.txt.bz2 well, i m attaching the default configrun-sid file: i have some doubts in the configrun-sid file: why is the gloss_comptype for arm-elf is "angel" %gloss_comptype = ( "arm" => "sw-gloss-arm/angel" ) is it becoz of which i m not able to connect to the target properly.. if yes, what should i replace it with..? well, any other links or suggestions.. satish ----- Original Message ----- From: "Keith Seitz" To: "T Satish Kumar" Sent: Wednesday, September 18, 2002 9:15 AM Subject: Re: Fw: [ECOS] how to build an eCos library for ARM7tdmi simulator > On Wed, 18 Sep 2002, T Satish Kumar wrote: > > > > I did the changes manually as per ur mail. and later when i try > > to > > > run arm-elf-gdb twothreads.x i get the following error: > > > localhost:2000 Attempt toconnect timed out with out establishing a > > > connection. > > > GDB cannot connect to the target board using localhost:2000. > > > verify that the board is securly connected and, if necessary, > > > modify the port setting with debugger preferences. > > Ok, I have to admit, I'm a little behind on this discussion (which I > missed entirely). Correct me if I've gotten something wrong: you had some > sort of problem with insight, Frank got you started, and now you cannot > connect to your target using Insight, right? > > So let's start with the simplest test... Can you run "arm-elf-gdb -nw" > (which will disable insight and run comman-line gdb) and try connecting to > your target? > > Keith > > >