From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20559 invoked by alias); 9 Jan 2010 10:26:39 -0000 Received: (qmail 20551 invoked by uid 22791); 9 Jan 2010 10:26:38 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from qw-out-1920.google.com (HELO qw-out-1920.google.com) (74.125.92.147) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 09 Jan 2010 10:26:34 +0000 Received: by qw-out-1920.google.com with SMTP id 5so3956552qwc.24 for ; Sat, 09 Jan 2010 02:26:33 -0800 (PST) Received: by 10.224.117.8 with SMTP id o8mr15189642qaq.227.1263032793067; Sat, 09 Jan 2010 02:26:33 -0800 (PST) Received: from localhost ([93.85.203.175]) by mx.google.com with ESMTPS id 7sm26819882qwb.2.2010.01.09.02.26.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 09 Jan 2010 02:26:31 -0800 (PST) Date: Sat, 09 Jan 2010 10:26:00 -0000 From: Sergei Gavrikov To: m mariga Cc: ecos-discuss@ecos.sourceware.org Message-ID: <20100109102628.GA2318@sg-laptop> Mail-Followup-To: m mariga , ecos-discuss@ecos.sourceware.org References: <1E3945F7420145CC86FB132CCD2A5BF0@masahiro> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1E3945F7420145CC86FB132CCD2A5BF0@masahiro> User-Agent: Mutt/1.5.20 (2009-06-14) X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: Re: [ECOS] Cannot go to cyg_start of application X-SW-Source: 2010-01/txt/msg00023.txt.bz2 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