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
I'm working with PEmicro and a MCU freescale K20. The KDS does not program the debugger.
Thank you all.
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