This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: how to build an eCos library for ARM7tdmi simulator


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" <satish@td.idc.lsi.sanyo.co.jp>
To: "Frank Ch. Eigler" <fche@redhat.com>
Cc: <ecos-discuss@sources.redhat.com>; <sid@sources.redhat.com>
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" <fche@redhat.com>
> To: "T Satish Kumar" <satish@td.idc.lsi.sanyo.co.jp>
> Cc: <ecos-discuss@sources.redhat.com>; <sid@sources.redhat.com>
> 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  <keiths@redhat.com>
> >
> >         * 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
> >
>


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]