program cannot Debug / arm-none-eabi-gdb.exe --version

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

cross mob
Anonymous
Not applicable

Hi Everyone!

I Really want to debug my program.

I Push the green bug Icon.  I can see the Next message

pastedImage_0.png

I use WICED-SDK 3.5.4

I Also Update all program (Check for update at help menu)

and Setting is below   like  create debugg process

pastedImage_2.png

pastedImage_3.png

pastedImage_1.png

pastedImage_4.png

pastedImage_5.png

0 Likes
1 Solution

Hi unirobotics,

Please don't use default gdb command("tools/ARM_GNU/bin/Win32/arm-none-eabi-gdb.exe") in "Debugger" tab. Instead, press "Browse.." and then select gdb debugger in tools folder like as "./WICED-SDK/tools/ARM_GNU/bin/Win32/arm-none-eabi-gdb.exe".

When I tested this, it worked fine.

Thanks,

Sung-Mok

View solution in original post

4 Replies
SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Hi,

What is your host OS that you are running the WICED SDK in?

Depending on the host OS you need to change to the correct gdb executable.

pastedImage_0.png

Pick one of the following that matches to your host development OS.

pastedImage_1.png

Seyhan

Anonymous
Not applicable

Thank you! seyhan

I understand that it depending on OS.

But I use the windows 64 bit.  but there are no win64 directory. so. How to do it?

most people maybe use windows 64 bit.

Thank you!

0 Likes
Anonymous
Not applicable

The win32 binaries should run on win64

We don't provide native 64-bit tools since they aren't essential

the GDB should run correctly on win64

Are you able to run it from a windows command line?

0 Likes

Hi unirobotics,

Please don't use default gdb command("tools/ARM_GNU/bin/Win32/arm-none-eabi-gdb.exe") in "Debugger" tab. Instead, press "Browse.." and then select gdb debugger in tools folder like as "./WICED-SDK/tools/ARM_GNU/bin/Win32/arm-none-eabi-gdb.exe".

When I tested this, it worked fine.

Thanks,

Sung-Mok