This is the mail archive of the ecos-discuss@sourceware.cygnus.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]

RE: insight/gdb/linux


Thanks!
--version says 20000314.
When I connect to target, the source file displayed
in the source window vanishes, and I get a 'connected OK'
message. Shouldn't the source stay on the screen?

I tried the 'cont', but I get an illegal instruction.
I have a feeling that it's because the DECR_PC_AFTER_BREAK
is 0 and should be 4 for arm. I changed it in:
	insight-20000314/gdb/config/arm/tm-arm.h
But when I try to build:
	./configure --host=i386 --target arm-linux-elf

I get:
   "Could not find a term library"
It's checking for 'tgetent' in a bunch of places and not
finding it, but I can't figure out what's missing.
-PaulK

-----Original Message-----
From: Alex Schuilenburg [mailto:alexs@redhat.com]
Sent: Tuesday, June 20, 2000 1:00 AM
To: Paul Kinzelman
Cc: ecos-discuss@sourceware.cygnus.com
Subject: RE: [ECOS] insight/gdb/linux


[deleted]
> Is there some way to get insight to just start/continue
> what's already down there?

Once you have loaded the code on the target, use the gdb console command
"cont".  The problem w/ insight is that it uses "run" which is incompatible
with the way eCos stubs works.

-- Alex


> TIA!
> -Paul Kinzelman
>
>

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