From: Сергей С. <555...@ma...> - 2011-03-10 21:28:56
|
Hello. Does anybody have any experience of working with simulavr and avr-gdb (6.8) under Eclipse Helious? I'm using Eclipse with AVREclipsePlugin (2.3.4) and it works with the official C versions of simulavr (such as 0.1.2.6) with using avr-gdb from winavr. But I decided to try newer C++ version of simulavr from repository and compiled it. Unfortunately I have some problems when using this new simulavr version with Eclipse. I can see the next Eclipse error log: 35-target-select remote localhost:1212 warning: unrecognized item "timeout" in "qSupported" response ~"Ignoring packet error, continuing...\n "Ignoring packet error, continuing...&amp; "warning: unrecognized item \"timeout\" in \"qSupported\" response\n" ~"Ignoring packet error, continuing...\n "Ignoring packet error, continuing... 36-gdb-exit I can debug a C-program in avr-insight using new simulavr, but i can't debug in eclipse. Eclipse uses avr-gdb for debugging which is connected to simulavr via TCP protocol, so the message "qSupport" is sent to simulavr by avr-gdb. And I guess the newly compiled simulavr (C++) answers to avr-gdb in a different way rather than previous C-version so that avr-gdb sends something another to Eclipse as it was while simulating with old simulavr. Could you tell me, what can be the problem connected with? |