Is it possible to disable arm-none-eabi-gdb.exe --version checking, when it start debug?
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?
