From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25188 invoked by alias); 2 Jun 2008 12:17:23 -0000 Received: (qmail 25179 invoked by uid 22791); 2 Jun 2008 12:17:22 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 02 Jun 2008 12:17:02 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id C43FB9805C; Mon, 2 Jun 2008 12:17:00 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id AFC2F98011; Mon, 2 Jun 2008 12:17:00 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1K38yB-0005Zj-MR; Mon, 02 Jun 2008 08:16:59 -0400 Date: Mon, 02 Jun 2008 12:17:00 -0000 From: Daniel Jacobowitz To: Roman Mashak Cc: gdb@sourceware.org Subject: Re: at91sam7 GDB : strange warning Message-ID: <20080602121659.GA21090@caradoc.them.org> Mail-Followup-To: Roman Mashak , gdb@sourceware.org References: <40a670230806012259t35ed6238yafe779f1cf190af9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40a670230806012259t35ed6238yafe779f1cf190af9@mail.gmail.com> User-Agent: Mutt/1.5.17 (2008-05-11) 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/msg00002.txt.bz2 On Sun, Jun 01, 2008 at 10:59:41PM -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) > ... > > > Application is being debugged and run perfectly, without significant > issues. I only wonder the root of that warning. I googled for it, but > with no luck. Hope someone here will give a hint. It is probably produced by some command in your .gdbinit file. You should figure out which one; then it will probably be clear what the problem is. -- Daniel Jacobowitz CodeSourcery