Error while launching command:

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

Error while launching command:

586 次查看
jerryrig
Contributor III

Error while launching command: C:\NXP\S32DS.3.4\eclipse\../S32DS/tools/gdb-arm/arm32-eabi/bin/arm-none-eabi-gdb --version

 

Design studio 3.4 Issue Please help

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

561 次查看
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @jerryrig,

Normally, this error means that the GDB has not been found and cannot be launched.

There are two main reasons:

  1. You are trying to debug as an x86 application. Please make sure to select GDB PEMicro Interface Debugger:

    Julin_AragnM_0-1749667276072.png

  2. When creating the project, "C/C++ project" was selected instead of "S32DS Application Project".

    Julin_AragnM_1-1749667295200.png

     

If this still does not work, try to specify the path for the GDB executable inside the debug configurations:

Julin_AragnM_2-1749667310638.png

You can try "C:\NXP\S32DS.3.4\S32DS\tools\gdb-arm\arm32-eabi\bin\arm-none-eabi-gdb.exe", it was discussed in these community posts: Solved: Segger - Error while launching command: arm-none-eabi-gdb --version - NXP Community & Troubleshooting Tips: Failed Debugging with GDB | MCU on Eclipse.

Also, there is also this MCUonEclipse post for troubleshooting this issue: Troubleshooting Tips: Failed Debugging with GDB | MCU on Eclipse.

Best regards,
Julián

0 项奖励
回复