From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21123 invoked by alias); 17 Sep 2002 10:09:42 -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 21108 invoked from network); 17 Sep 2002 10:09:38 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 17 Sep 2002 10:09:38 -0000 Received: from tooth.toronto.redhat.com (tooth.toronto.redhat.com [172.16.14.29]) by touchme.toronto.redhat.com (Postfix) with ESMTP id C5506B8831; Tue, 17 Sep 2002 06:09:37 -0400 (EDT) Received: (from fche@localhost) by tooth.toronto.redhat.com (8.11.6/8.11.6) id g8HA9bv22828; Tue, 17 Sep 2002 06:09:37 -0400 Date: Tue, 17 Sep 2002 03:09:00 -0000 From: "Frank Ch. Eigler" To: T Satish Kumar Cc: ecos-discuss@sources.redhat.com, sid@sources.redhat.com Subject: Re: [ECOS] how to build an eCos library for ARM7tdmi simulator Message-ID: <20020917060937.A9643@redhat.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <006201c25e73$83af50f0$19b6b486@sltisatish>; from satish@td.idc.lsi.sanyo.co.jp on Tue, Sep 17, 2002 at 10:56:13AM -0700 X-SW-Source: 2002-q3/txt/msg00061.txt.bz2 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