Not applicable
May 01, 2018
03:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 01, 2018
03:02 AM
While trying to debug my project - simple project of toggling LEDs - i encounter problem with GDB. I can't connect to it:
Error in services launch sequence
Starting J-Link GDB Server timed out.
I have manually downloaded gnb.exe and put it into eclipse/ARM-GCC-49/arm-none-eabi/bin folder
I have been searching for hours and everything I did put an error.
Here is my filled 'Debugger' - with default settings it get other error

Error while defaults on:
Error in services launch sequence
Launching command [/JLinkGDBServerCL.exe -if swd -device XMC4500-F100x1024 -endian little -speed 1000 -port 2331 -swoport 2332 -telnetport 2333 -vd -ir -localhostonly 1 -singlerun -strict -timeout 0] failed.
Launching command [/JLinkGDBServerCL.exe -if swd -device XMC4500-F100x1024 -endian little -speed 1000 -port 2331 -swoport 2332 -telnetport 2333 -vd -ir -localhostonly 1 -singlerun -strict -timeout 0] failed.
Cannot run program "/JLinkGDBServerCL.exe": Launching failed
Thanks for answers,
Szymon K
Error in services launch sequence
Starting J-Link GDB Server timed out.
I have manually downloaded gnb.exe and put it into eclipse/ARM-GCC-49/arm-none-eabi/bin folder
I have been searching for hours and everything I did put an error.
Here is my filled 'Debugger' - with default settings it get other error
Error while defaults on:
Error in services launch sequence
Launching command [/JLinkGDBServerCL.exe -if swd -device XMC4500-F100x1024 -endian little -speed 1000 -port 2331 -swoport 2332 -telnetport 2333 -vd -ir -localhostonly 1 -singlerun -strict -timeout 0] failed.
Launching command [/JLinkGDBServerCL.exe -if swd -device XMC4500-F100x1024 -endian little -speed 1000 -port 2331 -swoport 2332 -telnetport 2333 -vd -ir -localhostonly 1 -singlerun -strict -timeout 0] failed.
Cannot run program "/JLinkGDBServerCL.exe": Launching failed
Thanks for answers,
Szymon K
Solved! Go to Solution.
- Tags:
- IFX
1 Solution
May 01, 2018
11:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 01, 2018
11:28 PM
In the executable path you must select "JLinkGDBServerCL.exe", not JLinkGDBServer,exe. It is located in your segger Jlink install folder, I had the same problem
4 Replies
May 01, 2018
11:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 01, 2018
11:28 PM
In the executable path you must select "JLinkGDBServerCL.exe", not JLinkGDBServer,exe. It is located in your segger Jlink install folder, I had the same problem
Feb 07, 2022
05:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Feb 07, 2022
05:41 AM
Thanks for your answer, worked for me too.
Not applicable
May 02, 2018
10:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 02, 2018
10:38 AM
Works. Thanks for help!
Oct 13, 2020
02:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 13, 2020
02:22 AM
claudiofi wrote:
In the executable path you must select "JLinkGDBServerCL.exe", not JLinkGDBServer,exe. It is located in your segger Jlink install folder, I had the same problem
Very helpful, thanks