Is it possible to disable arm-none-eabi-gdb.exe --version checking, when it start debug?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-17 5:16 PM
Is it possible to disable arm-none-eabi-gdb.exe --version checking, when it start debug on CubeIDE?
Because of security related issue of my company, the excution time take too long (about 1 min)
When it start debug with st-link it was failed with below message:
"Could not determine GDB version using command: arm-none-eabi-gdb --version"
So, I'd like to disable or skip this step (gdb version checking). Can anyone help me?
- Labels:
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-18 8:49 AM
This post has been escalated to the ST Online Support Team for additional assistance. We'll contact you directly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-23 11:28 PM
What is CubeIDE version?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-24 2:35 PM
I use 1.17.0.
FYI, 1.16.0 has the same issue on my env.
I found slow excution of arm-none-eabi-gdb caused by other program, MSYS2.
After remove MSYS2, escution time get back normal.
But if your tool can give the option to skip gdb version checking, it would be very helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-27 9:11 PM
I couldn't find a way to skip the stage of gdb version checking. And I'm not sure if that stage can be optionally skipped in our tool.
