From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4242 invoked by alias); 18 Sep 2002 08:29:01 -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 4220 invoked from network); 18 Sep 2002 08:28:59 -0000 Received: from unknown (HELO sanmx03.sanyo.co.jp) (134.180.230.88) by sources.redhat.com with SMTP; 18 Sep 2002 08:28:59 -0000 Received: from sanmx03.sanyo.co.jp (localhost [127.0.0.1]) by localhost (Postfix) with ESMTP id B1EDBA845A; Wed, 18 Sep 2002 17:28:58 +0900 (JST) Received: from postgw.idc.lsi.sanyo.co.jp (unknown [134.180.177.20]) by sanmx03.sanyo.co.jp (Postfix) with ESMTP id BF1CEA8447; Wed, 18 Sep 2002 17:28:54 +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 RAA03298; Wed, 18 Sep 2002 17:20:34 +0900 (JST) Received: from sltisatish by seed13.td.idc.lsi.sanyo.co.jp (SMI-8.6/6.4J.6) id RAA26600; Wed, 18 Sep 2002 17:29:51 +0900 Message-ID: <001201c25f73$9ab13e20$19b6b486@sltisatish> From: "T Satish Kumar" To: "Frank Ch. Eigler" Cc: , Subject: Re: [ECOS] how to build an eCos library for ARM7tdmi simulator Date: Wed, 18 Sep 2002 01:29: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/msg00063.txt.bz2 i m gettin a stackdump while running the command: arm-elf-sid --board=pid7t-normalmap --gdb=2000 --tksm -EL & the followig is the contents of the stack dump(sid.exe.stackdump) Exception: STATUS_ACCESS_VIOLATION at eip=610949B9 eax=6C62696C ebx=6564616F ecx=00000428 edx=6C62696C esi=10059138 edi=10058D20 ebp=0022ED34 esp=0022ED0C program=D:\cygwin\tools\H-i686-pc-cygwin\sid\bin\sid. xe cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023 Stack trace: Frame Function Args 0022ED34 610949B9 (610A0020, 10059130, 1005290C, 0048D042) 0022ED54 6102E205 (10059130, 00000001, 1005290C, 00000000) 0022EDE4 0048D085 (10051888, 10051188, 0022F274, 004735A5) 0022F274 004735D3 (10051028, 0022F4F4, 0022F4D4, 00000004) 0022F524 0045B829 (10051028, 0022FBE4, 0022F574, 0045E41A) 0022F574 0045E435 (10051028, 0022FBE4, 0022F6B4, 00000000) 0022FC34 00461E69 (10051028, 10050C14, 0000000C, 0098F7F3) 0022FC74 0095D0CF (10051910, 10050C14, 00000000, FFFFFFFF) 0022FD24 00996520 (10051048, 0022FE34, 10050C14, 004030ED) 0022FEB4 004031C7 (00000002, 61564D28, 10050278, 00000000) 0022FF10 61003F42 (00000000, 00000000, 00000000, 00000001) 0022FF40 61004236 (00402A24, 00000000, 82E78620, 00000000) 0022FF60 61004275 (00000000, 00000000, 82E787B0, 00000005) 0022FF90 0086E003 (00402A24, FFFFFFFF, 80430D77, 00000000) 0022FFC0 0040103D (00000000, 00000000, 7FFDF000, 00000000) 0022FFF0 77E97D08 (00401000, 00000000, 000000C8, 00000100) End of stack trace (more stack frames may be present) whatz goin wrong..? plz someone help. satish ----- Original Message ----- From: "T Satish Kumar" To: "Frank Ch. Eigler" Cc: ; Sent: Wednesday, September 18, 2002 9:03 AM Subject: Re: [ECOS] how to build an eCos library for ARM7tdmi simulator > 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 > > >