cancel
Showing results for 
Search instead for 
Did you mean: 

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

JaehoonKim
Associate

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?

 

 

4 REPLIES 4
Christian N
ST Employee

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

DevZen
ST Employee

What is CubeIDE version?

 

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.

DevZen
ST Employee

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.