From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15080 invoked by alias); 7 Feb 2007 12:11:39 -0000 Received: (qmail 15070 invoked by uid 22791); 7 Feb 2007 12:11:38 -0000 X-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from londo.lunn.ch (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 07 Feb 2007 12:11:30 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1HEle3-0002ph-00; Wed, 07 Feb 2007 13:11:27 +0100 Date: Wed, 07 Feb 2007 12:11:00 -0000 To: Guennadi Liakhovetski Cc: ecos-devel@ecos.sourceware.org Subject: Re: RedBoot built with gcc 3.4.4 Message-ID: <20070207121127.GK19508@lunn.ch> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) From: Andrew Lunn X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2007-02/txt/msg00007.txt.bz2 On Wed, Feb 07, 2007 at 12:52:43PM +0100, Guennadi Liakhovetski wrote: > Hi all > > I've built redboot for an XSCALE PXA270 based board from eCos CVS snapshot > around December 2006. What built with gcc 3.3.2 binutils 2.14.90 redboot > works fine. When built with gcc 3.4.4 binutils 2.15.96 it comes to > > Reset caused by: hardware reset pin > Core voltage will be set to 1.150 Volts. > Clock speed will be changed to 208 MHz > clock speed set to 208 MHz ... > + > > and then comes a string > > $T0a0f:58ab00a0;0d:34d500a0;#0b > > and it keeps repeating on every ENTER. I was told that this string comes > from some debugging mode, which is invoked due to some unrecognised > exception. Correct. Use gdb and find out where it crashed. It can decode the string to give you an address. You might also want to try the old gcc with the new binutils, and the new gcc with the old binutils etc to find out which is the problem. Andrew