更新后GDB错误

时间:2014-02-15 16:00:42

标签: eclipse gdb arm

我使用带有stellaris启动板的eclipse IDE。它工作正常,但更新来了,我收到错误信息。我使用manjaro linux.arm-none-eabi-gdb 7.7-2已安装。

Error in final launch sequence
Failed to execute MI command:
target extended-remote :3333
Error message from debugger back end:
:3333: Connection timed out. ,Failed to execute MI command:
monitor reset halt
Error message from debugger back end:
"monitor" command not supported by this target.
Failed to execute MI command:
target extended-remote :3333
Error message from debugger back end:
:3333: Connection timed out.
:3333: Connection timed out.
Failed to execute MI command:
monitor reset halt
Error message from debugger back end:
"monitor" command not supported by this target.
"monitor" command not supported by this target.

控制台说:

Python Exception <class 'ImportError'> No module named 'gdb': 

warning: 
Could not load the Python gdb module from `/usr/share/gdb/python'.
Limited Python support is available from the _gdb module.
Suggest passing --data-directory=/path/to/gdb/data-directory.

1 个答案:

答案 0 :(得分:1)

Python异常意味着您的gdb安装不正确。如消息中所述,这不一定是致命的。但是,值得修复,因为这意味着某些gdb功能无法正常工作。

“连接超时”的东西意味着连接到远程目标失败。那里肯定有问题,但是我们无法知道是什么。