Error while launching command: gdb --version

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

cross mob
Anonymous
Not applicable

i'm trying to use the Eclipse to "debug?" the example USBBulkSourceSink but get "gdb --version" error.  i had compiled and the img was loaded to the RAM and ControlCenter enumerated as USB3.0 driver successfully. Does anybody have the same problem?  What does that trying to tell us?  Thanks. 

0 Likes
4 Replies
Anonymous
Not applicable

After some more works alone the DebugConfiguration, now it get "java.lang.NullPointerException" instead.  Appreciate!

0 Likes
Anonymous
Not applicable

Never mind, i forgot to run the J-Link GDB...

0 Likes
Anonymous
Not applicable

 Thanks for the sharing the same. 

0 Likes

Just sharing my settings in case of anyone has the same issue.

1. Browse and select JLinkGDBServer.exe.

pastedImage_0.png

2. Swap ${cross_fix} with arm-none-eabi-

pastedImage_4.png

EZ-USB Suite User Guide, Version 1.3.4, Page 19, Figure 3-4 is misleading. In the figure, it choosed GDB Server CL instead of GDB Server.

pastedImage_3.png

0 Likes