C GDB";目标请求失败:";

C GDB";目标请求失败:";,c,gdb,openocd,C,Gdb,Openocd,目标请求失败:不知道如何运行。试试“帮助目标”。 我在ubuntu上运行eclipse, 我将eclipse配置为使用openocd进行调试。 Eclipse上的c项目 我尝试以root权限运行eclipse “帮助目标”命令输出在此处 检查gdb命令是否正确运行。也许gdb找不到正确的目标。很难说,因为我不知道您的eclipse设置。您使用的是正确的gdb版本吗?您是否安装了“gdb硬件调试”插件?(可能有用:) (gdb) help target: List of target subco

目标请求失败:不知道如何运行。试试“帮助目标”。 我在ubuntu上运行eclipse, 我将eclipse配置为使用openocd进行调试。 Eclipse上的c项目 我尝试以root权限运行eclipse

“帮助目标”命令输出在此处




检查gdb命令是否正确运行。也许gdb找不到正确的目标。很难说,因为我不知道您的eclipse设置。您使用的是正确的gdb版本吗?您是否安装了“gdb硬件调试”插件?(可能有用:)
(gdb) help target:
List of target subcommands:
target child -- Unix child process (started by the "run" command)
target core -- Use a core file as a target
target exec -- Use an executable file as a target
target extended-remote -- Use a remote computer via a serial line
target record -- Log program while executing and replay execution from log
target record-btrace -- Collect control-flow trace and provide the execution history
target record-core -- Log program while executing and replay execution from log
target record-full -- Log program while executing and replay execution from log
target remote -- Use a remote computer via a serial line
target tfile -- Use a trace file as a target
Type "help target" followed by target subcommand name for full documentation.
Type "apropos word" to search for commands related to "word".
Command name abbreviations are allowed if unambiguous.