I have heard of this problem with Eclipse + CDT before, in the context of ARM gdb, where people have met the same problem. A guy I know (he held a workshop on Eclipse, CDT, ARM, eCos, gcc and friends) has made a similar patch for the CDT. Perhaps it would be worth looking at his patch too - a single patch that enables cross-platform debugging on a range of chips would be very useful, and more likely to be included by the CDT team.
You can find the information at http://www.zylin.com/embeddedcdt.html If you contact the author, Øyvind Harboe, say "hello" from me. David Brown Norway. > Hi, > > I am currently working on this. I assume the problem is that the > Binary ELF Parser did not recognise the MSP430 ELF-CPU-Type. (Please > correct me if I am wrong) > > So I changed the org.eclipse.cdt.core plugin and added the Magic > Number for MSP430. (0x69 ????) > > And today I have been able to debug an application with eclipse using > gdb remote protocol to connect to the gdbproxy. > > But I am still playing around and didn't provide a patch to the > eclipse/cdt team. > > If you are interested I can send you the modified plugin. > > Bye > > -- > > Dirk Dörr > >