Error with command: gdb --version Cannot run program "gdb": Launching failed

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Error with command: gdb --version Cannot run program "gdb": Launching failed

4,470 次查看
andreacosta
Contributor I

Salve,

 

I'm porting  codewarrior project v10.6 to KDS v3.0.1. The build process is ok but the debugging has the following problem:

Error with command: gdb --version Cannot run program "gdb": Launching failed

 

70232_70232.pngpastedImage_0.png

I'm working with PEmicro and a MCU freescale K20.  The KDS does not program the debugger.

Thank you all.

标签 (1)
0 项奖励
回复
1 回复

2,420 次查看
BlackNight
NXP Employee
NXP Employee

That's an indication that the GDB executable is not found. What do you have specified in the launch configuration?

For P&E in the debugger tab you should have:

${eclipse_home}/../toolchain/bin/arm-none-eabi-gdb

Erich

0 项奖励
回复