This is the mail archive of the ecos-discuss@sourceware.org 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: Cannot go to cyg_start of application


On Sat, Jan 09, 2010 at 09:49:25AM +0900, m mariga wrote:
> Hello,
> Since I am urged to find the cause,I beseech you to answer what it
> seems easier for you to answer.  I would like you to teach me what
> that error "$T0a10:8c010000;0f:8cfecf98;#22" means.  For instance
> does it mean my program really accessed 8cfecf98 ?  Also I would
> like to know what other things "$T0a10:8c010000;0f:8cfecf98;#22"
> implies.  I would like to know what "$T0a10" and "#22" means.
> Please enlighten me.

Hello,

It looks like the GDB stop-reply-packet, i.e. program received signal
0Ah. I'm sorry I have not experince with SH arch, so refer to the GDB
sources for the target (include/gdb/signals.h) to know the signal's
name; two CPU register's values are followed by: register 10h (PC?) =
0x8c010000 and register 0Fh (SP?) = 0x8cfecf98 and 22h is checksum as
well.

HTH

Sergei

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


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