eclipse调试不了
本人只有用openocd调试leds程序的时候,可以达到教程描述的控制效果,但使用eclipse软件却提示如下错误。麻烦帮解决一下,谢谢!
控制台提示错误:
target remote localhost : 3333
localhost : unknown host
localhost : 3333: No such file or directory.
monitor arm920t cp15 2 0
"monitor" command not supported by this target.
monitor arm7_9 sw_bkpts enable
"monitor" command not supported by this target.
load
You can't do that when your target is `exec'
break main
Breakpoint 1 at 0x4c: file leds.c, line 24.
continue
The program is not being run.
No registers.