From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16447 invoked by alias); 2 Jun 2008 06:00:03 -0000 Received: (qmail 16425 invoked by uid 22791); 2 Jun 2008 06:00:02 -0000 X-Spam-Check-By: sourceware.org Received: from rv-out-0708.google.com (HELO rv-out-0708.google.com) (209.85.198.244) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 02 Jun 2008 05:59:43 +0000 Received: by rv-out-0708.google.com with SMTP id b17so716142rvf.48 for ; Sun, 01 Jun 2008 22:59:41 -0700 (PDT) Received: by 10.141.211.13 with SMTP id n13mr4693443rvq.184.1212386381472; Sun, 01 Jun 2008 22:59:41 -0700 (PDT) Received: by 10.141.68.6 with HTTP; Sun, 1 Jun 2008 22:59:41 -0700 (PDT) Message-ID: <40a670230806012259t35ed6238yafe779f1cf190af9@mail.gmail.com> Date: Mon, 02 Jun 2008 06:00:00 -0000 From: "Roman Mashak" To: gdb@sourceware.org Subject: at91sam7 GDB : strange warning MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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/msg00000.txt.bz2 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. Thanks. -- Roman