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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

4,471件の閲覧回数
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,421件の閲覧回数
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 件の賞賛
返信