Community
Participate
Working Groups
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
Cleaning up DSDP bugs. This seems to belong to remotecdt.