Skip to main content
Associate
February 18, 2025
Question

Is it possible to disable arm-none-eabi-gdb.exe --version checking, when it start debug?

  • February 18, 2025
  • 3 replies
  • 707 views

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?

 

 

3 replies

Christian N
ST Employee
February 18, 2025

This post has been escalated to the ST Online Support Team for additional assistance. We'll contact you directly.

ST Employee
February 24, 2025

What is CubeIDE version?

 

Associate
February 24, 2025

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.

ST Employee
February 28, 2025

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.