小弟按照米尔科技的教程用DS-5编译一个简单的HELLO程序,然后链接到RTSM,但是出错。
下面的米尔的教程网址:1、创建hello并编译w/w/w.myir-tech.com/resource/497.asp
2、链接到RTSM上w/w/w.myir-tech.com/resource/499.asp
(没权限发链接,所以www加了/)
结果出现如下错误: ------------------------------------------------------------
Unable to connect to hello-application
Reason:
Failed target configuration:
Configuration the target for debug-See the App Console for further
information
-------------------------------------------------------------
上面的hello_application是的设置的Debugger configuration文件的名字。
下面是App Console里面显示的具体错误信息:
-------------------------------------------------------------
Error launching gdbserver
gdbserver /dev/ttyAMA3 /root//home
Process /root//home created; pid = 1152
Cannot exec /root//home: No such file or directory.
Child exited with status 127
No program to debug. GDBserver exiting.
-------------------------------------------------------------
请高手帮解决问题啊 |