Thank you for the detailed answer!
I tried to follow the steps you described, but unfortunately the error is
still the same: when I try to debug, the gdbProxy running on the client
host gets connected and download seems to start. But then Eclipse reports
an error (see below).
I do have some question about your description:
1) Because there is no cygwin setup.exe in my eclipse folder (as you wtore
in step 2) I installed all about Cygwin from redhat. I thought "all should
include everything I need" or did I miss something?
2) I dont understand "you should see %CygwinGDBDebugger.name in the form
Debugger."
There is no GDBDebugger in the Cygwin installation path, so I still use
the gdbdebugger from msp430-installation (living in /mspgcc/bin). For the
setup of Eclipse, I can build the project and the *.elf is rebiuld
everytime, it looks working to me. The only thing not working is the
download/debug, so I guess there is some mistake about the gdb-debugger,
but I still not catching what is wrong.
PLUS: after all my trying to reinstell msp-toolchain I lost the
Insight-Installation. Can anybody tell me where I can find it (its not
included in the install-exe as before).
THANKS TO EVERYBODY LOOKING INTO THIS. At the moment I am getting a little
bit confused about this, so please dont get angr if I missed some basics...
Best regards
hbieler
## ERROR MESSAGE: ###################################################
Launching (Error: Failed Launching CDI Debugger)
Failed Launching CDI Debugger
org.eclipse.cdt.debug.core.cdi.CDIException: Error initializing:
192.168.100.3:3333: Connection refused.
org.eclipse.cdt.debug.mi.core.GDBServerDebugger.createLaunchSession(GDBServerDebugger.java:102)
org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.launch(LocalCLaunchConfigurationDelegate.java:90)
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:569)
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:788)
org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:955)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
Error initializing: 192.168.100.3:3333: Connection refused.
org.eclipse.cdt.debug.core.cdi.CDIException: Error initializing:
192.168.100.3:3333: Connection refused.
org.eclipse.cdt.debug.mi.core.GDBServerDebugger.createLaunchSession(GDBServerDebugger.java:102)
org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.launch(LocalCLaunchConfigurationDelegate.java:90)
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:569)
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:788)
org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:955)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
## END OF ERROR MESSAGE:
###################################################
(may be some one get an idea from this :-)