avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] Remote reply is too short???


From: Janne Matti Heikkinen
Subject: [avr-gcc-list] Remote reply is too short???
Date: Fri, 9 Aug 2002 00:55:38 +0300

Hello all,

I'm trying to use simulavr 0.0.14 with gdb 5.2.1 and while doing it
I get lots of "Remote reply is too short" warnings.

I started simulavr with command like this:

simulavr -d at90s8515 -g --disp-prog=simulavr-disp

Following is what happens in gdb. Any ideas about what might be broken
with my setup??

address@hidden:~/avr/test> avr-gdb test.out
GNU gdb 5.2.1
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "--host=i686-pc-linux-gnu --target=avr"...
(gdb) target remote localhost:1212
Remote debugging using localhost:1212
0x00000000 in .__start_of_init__ ()
(gdb) load
Loading section .text, size 0xc6a lma 0x0
Loading section .data, size 0x10 lma 0xc6a
Start address 0x0, load size 3194
Transfer rate: 5110 bits/sec, 29 bytes/write.
(gdb) break main
Breakpoint 1 at 0x322: file test.c, line 125.
(gdb) cont
Continuing.
warning: Remote reply is too short: T0520:02;21:4102;22:2203;

Breakpoint 1, main () at test.c:125
125         int i,j=0;
(gdb) s 
warning: Remote reply is too short: T0520:02;21:4102;22:2403;
warning: Remote reply is too short: T0520:02;21:4102;22:2603;
126         float x=9900;
(gdb) 


Janne Heikkinen

avr-gcc-list at http://avr1.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]