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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

4,467 Views
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.

Labels (1)
0 Kudos
Reply
1 Reply

2,417 Views
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 Kudos
Reply