2009-09-14 11:45 PM
gdb7 doesn t have MI Interface (doesn t work with Eclipse CDT)
#eclipse-debug-with2011-05-17 06:04 AM
Hi,
Your gdb7.exe (revision 4.17) comes regrettably without Machine Interface support. Do you have a newer gdb (at least revision 5.1) for STM8 devices, in order that I can use it together with Eclipse CDT? Thank you in advance, Antonio.2011-05-17 06:04 AM
Hello Antonio,
do you know how to implement Machine Interface support. The latest version of GDB Source (gdb 4.17, ST7 v3.9.16) can be downloaded from http://www.st.com/stonline/products/support/micro/files/gdb7.zip Thanks Stefan2011-09-14 06:57 AM
Hello Antonio,
I have tried to debug my STM8S source inside Eclipse IDE (Indigo) but I've encountered a problem. When I build and compile it (with Cosmic compiler launched by Eclipse), all is OK. But, when I try to debug (gdb7.exe), Eclipse say ''Program file does not exist...'' after compile and link actions. If I use STVD (ver 4.2.1 patch 2) in order to debug my code, all is OK. Do you have any suggestions about this problem ? Thank you in advance Monte2011-10-28 06:53 AM
Do you still have the source available for the ST implementation of GDB. I am assuming it includes the ST-link protocol implementation. In which case I may look at it and see how difficult it is to port to the newer interface. I am currently running under and visual develop which is why I am interested.
the link given below no longer works. http://www.st.com/stonline/products/support/micro/files/gdb7.zip Thanks Andrew