From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 417 invoked by alias); 18 Sep 2002 00:02:26 -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 403 invoked from network); 18 Sep 2002 00:02:25 -0000 Received: from unknown (HELO sanmx03.sanyo.co.jp) (134.180.230.88) by sources.redhat.com with SMTP; 18 Sep 2002 00:02:25 -0000 Received: from sanmx03.sanyo.co.jp (localhost [127.0.0.1]) by localhost (Postfix) with ESMTP id DD66BA83F5; Wed, 18 Sep 2002 09:02:24 +0900 (JST) Received: from postgw.idc.lsi.sanyo.co.jp (unknown [134.180.177.20]) by sanmx03.sanyo.co.jp (Postfix) with ESMTP id 117EAA83E0; Wed, 18 Sep 2002 09:02:23 +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 IAA01202; Wed, 18 Sep 2002 08:54:02 +0900 (JST) Received: from sltisatish by seed13.td.idc.lsi.sanyo.co.jp (SMI-8.6/6.4J.6) id JAA18972; Wed, 18 Sep 2002 09:03:19 +0900 Message-ID: <001301c25f2c$eb8559e0$19b6b486@sltisatish> From: "T Satish Kumar" To: "Frank Ch. Eigler" Cc: , References: <6DF87017DA95D611AC6000606730DE9B11D76B@BLREXSR> <1031920350.2945.54.camel@hermes.chez-thomas.org> <3D81E5CD.4000507@siliconmotorsports.com> <20020916154941.B27834@redhat.com> <004a01c25e67$002e4530$19b6b486@sltisatish> <20020916203605.A8303@redhat.com> <006201c25e73$83af50f0$19b6b486@sltisatish> <20020917060937.A9643@redhat.com> Subject: Re: [ECOS] how to build an eCos library for ARM7tdmi simulator Date: Tue, 17 Sep 2002 17: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/msg00062.txt.bz2 Hi, 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. how shall i get this error solved. plz some one reply. satish ----- Original Message ----- From: "Frank Ch. Eigler" To: "T Satish Kumar" Cc: ; Sent: Tuesday, September 17, 2002 3:09 AM Subject: Re: [ECOS] how to build an eCos library for ARM7tdmi simulator > Hi - > > On Tue, Sep 17, 2002 at 10:56:13AM -0700, T Satish Kumar wrote: > > well, i even tried installin a new version insight-5.2.. > > and did the same check..but still i m not able to connect to the target. > > what could be the problem..? > > This problem lies exclusively with gdb/insight. It has nothing to do with > how you built the simulator or your twothreads.x arm-elf program. There > was a bug in gdb/insight that was likely fixed by this gdb/gdbtk change: > > 2002-07-31 Keith Seitz > > * library/browserwin.itb (_full_funcs_combo): Remove "-modal" > option from tk_messageBox call. It was redhat-local in tk8.0, > but is no longer in tk8.3. > * library/download.itb (download_it): Likewise. > * library/interface.tcl (gdbtk_tcl_query): Likewise. > (show_warning): Likewise. > (set_exe): Likewise. > (set_target): Likewise. > * library/memwin.itb (error_dialog): Likewise. > * library/srcwin.itb (fillFuncCB): Likewise. > * library/util.tcl (tfind_cmd): Likewise. > > You can either hand-edit the affected gdbtk files to remove this "-modal" > flag, or build a new copy of insight from a more recent gdb snapshot. > > > - FChE >