Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 321082

Summary: embedded system debug no working
Product: [Tools] CDT Reporter: liubo2010
Component: cdt-debugAssignee: cdt-debug-inbox <cdt-debug-inbox>
Status: NEW --- QA Contact: Jonah Graham <jonah>
Severity: critical    
Priority: P3 CC: mober.at+eclipse, pawel.1.piech
Version: 0 DD 0.9   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

Description liubo2010 CLA 2010-07-27 20:40:27 EDT
Build Identifier: M20070921-1145

I'm designing programs for TS7800 single board computer which is an ARM9 based embedded system.GNU toolchain is used. The program can be compiled, linked correctly and downloaded to TS7800 target board, and also can be run in target board correctly.But the debugger does not work.When I use debugger, the error is reported: 
Target selection failed.
192.168.0.50:10000: Unknown error.
  192.168.0.50:10000: Unknown error.
  192.168.0.50:10000: Unknown error.


Reproducible: Always

Steps to Reproduce:
1.build binary file.
2.power on target board.
3.run eclipse in PC
4.select terminal tab,the tab is configured connecting with telnet,type in the target ip address and hit connect;the target is connected successfully
5.type in exit command,embedded linux started.
6.login as eclipse/eclipse.
7.transfer binary file to target board(home/eclipse)
8.chmod +x binary file
9.type in command in telnet terminal:gdbserver localhost:10000 /home/eclipse/helloworld
10:hit debug button in tool bar
11:hit F11 key,the error is reported
Comment 1 Martin Oberhuber CLA 2010-09-22 10:16:45 EDT
Cleaning up DSDP bugs. This seems to belong to remotecdt.