simulavr-devel
[Top][All Lists]
Advanced

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

Re[6]: [Simulavr-devel] simulavr + Eclipse


From: Сергей Смирнов
Subject: Re[6]: [Simulavr-devel] simulavr + Eclipse
Date: Sun, 13 Mar 2011 23:24:14 +0300

> This means that simulavr is not responding to gdb at all. The message
> 'warning: unrecognized item "timeout" in "qSupported" response' is
> probably printed by Eclipse trying to parse error messages coming from
> GDB. This indicates a bug in simulavr.
> 
> Is simulavr burning 100% CPU? (It does that before connection is established.)
> 
> Attach your native GDB (not avr-gdb) to simulavr process, type "bt"
> and send me output.
> 
> -- 
> Petr Hluzin

Yes, simulavr burning 100% CPU!

Here are the console logs of simulavr and gdb

C:\>simulavr --gdbserver --device atmega8
Going to gdb...
Waiting on port 1212 for gdb client to connect...
WARNING: file p:\easyavr\simulavr-02eca026d92db01b8030fc0ce045c7927dad5e1c\src\c
md\gdbserver.cpp: line 846: Invalid memory addr

(warning appears after executing bt in gdb console)

C:\>gdb
GNU gdb (GDB) 7.2
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-mingw32".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
This binary was built by Equation Solution <http://www.Equation.com>.
(gdb) target remote :1212
Remote debugging using :1212
warning: while parsing target description (at line 4): Target description specif
ied unknown architecture "avr"
warning: Could not load XML target description; ignoring
0x00000000 in ?? ()
(gdb) bt
#0  0x00000000 in ?? ()
Cannot access memory at address 0xcdcdcdd1

Am I doing anything wrong?



reply via email to

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