This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: at91sam7 GDB : strange warning


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)
> ...
> <followed by the sane messages from .gdbinit commands>
> 
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]