Probléme debug

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Lorsque j'essaye de lancer le debug en cliquant sur l'icone, un méssage apparait.

<<Error with command:

tools\ARM_GNU\bin\Win32\arm-none-eabi-gdb.exe --version

Cannot run program

"tools\ARM_GNU\bin\Win32\arm-none-eabi-gdb.exe": Launching failed>>

Merci d'avance

0 Likes
2 Replies
VikramR_26
Employee
Employee
25 sign-ins 10 sign-ins 10 comments on KBA

Make sure you followed the instructions as per this blog:Creating and/or Editing Debug Configurations

SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Make sure the path is used for arm-none-eabi-gdb.exe, eg.: C:\...\WICED-SDK\Tools\ARM_GNU\bin\Win32\arm-none-eabi-gdb.exe

Also remove the stepi from "Debug Configuration" -> "Setup" tab -> "Run Commands" section.

Seyhan