From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20955 invoked by alias); 2 Jun 2008 18:23:58 -0000 Received: (qmail 20935 invoked by uid 22791); 2 Jun 2008 18:23:58 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 02 Jun 2008 18:23:40 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id 2EAB03C412; Mon, 2 Jun 2008 11:23:39 -0700 (PDT) Subject: Re: at91sam7 GDB : strange warning From: Michael Snyder To: Roman Mashak Cc: gdb@sourceware.org In-Reply-To: <40a670230806012259t35ed6238yafe779f1cf190af9@mail.gmail.com> References: <40a670230806012259t35ed6238yafe779f1cf190af9@mail.gmail.com> Content-Type: text/plain Date: Mon, 02 Jun 2008 18:23:00 -0000 Message-Id: <1212431018.3601.247.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-7.fc7) Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00003.txt.bz2 On Sun, 2008-06-01 at 22:59 -0700, Roman Mashak wrote: > I'm working on a firmware built for AT91SAM7 linked to run from SRAM. > When loading the image in GDB, I get this warning: > > _startup () at Cstartup.S:62 > 62 B InitReset /* 0x00 Reset handler */ > Current language: auto; currently asm > Expected an decimal digit (0-9) Curious -- I did some grepping, couldn't find the origin of that message in gdb sources.