Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 321082 - embedded system debug no working
Summary: embedded system debug no working
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 0 DD 0.9   Edit
Hardware: PC Windows Vista
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-27 20:40 EDT by liubo2010 CLA
Modified: 2020-09-04 15:22 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.