public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Sergei Gavrikov <sergei.gavrikov@gmail.com>
To: m mariga <ma_ariga@yahoo.co.jp>
Cc: ecos-discuss@ecos.sourceware.org
Subject: Re: [ECOS] Cannot go to cyg_start of application
Date: Sat, 09 Jan 2010 10:26:00 -0000	[thread overview]
Message-ID: <20100109102628.GA2318@sg-laptop> (raw)
In-Reply-To: <1E3945F7420145CC86FB132CCD2A5BF0@masahiro>

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

  reply	other threads:[~2010-01-09 10:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-08 11:57 m mariga
2010-01-09  0:49 ` m mariga
2010-01-09 10:26   ` Sergei Gavrikov [this message]
2010-01-23  0:25     ` [ECOS] Please clear me about ISR,DSR m mariga

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100109102628.GA2318@sg-laptop \
    --to=sergei.gavrikov@gmail.com \
    --cc=ecos-discuss@ecos.sourceware.org \
    --cc=ma_ariga@yahoo.co.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).