Skip to main content
Associate II
August 4, 2025
Solved

STM32CubeIDE 1.19 Win10, Error running GDB

  • August 4, 2025
  • 1 reply
  • 383 views

Hi all,

I recently updgraded to STM32CUBEIDE 1.19 and GDB stopped working.

The error is

 

Archer_Lawrence_1-1754345994112.png

 

I'm a Linux illiterate, and most to the posts seem to be Linux centrix.

Any help is greatly appreciated!

Thanks, Archer

Best answer by Archer_Lawrence

Hi Andrew,

Thanks for the reply.  I have a work around.

I made the mistake of calling the project the same name as the STM device (i.e STM32F767).

Eclipse got all kinds of lost with that, I renamed the project directory, edited the project file, and erased the workspace.  It all went back to working.

Thanks again

Archer

1 reply

Andrew Neil
Super User
August 5, 2025

What does pressing the 'Details' button reveal?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Archer_LawrenceAuthorBest answer
Associate II
August 7, 2025

Hi Andrew,

Thanks for the reply.  I have a work around.

I made the mistake of calling the project the same name as the STM device (i.e STM32F767).

Eclipse got all kinds of lost with that, I renamed the project directory, edited the project file, and erased the workspace.  It all went back to working.

Thanks again

Archer

Andrew Neil
Super User
August 8, 2025

That's interesting!

Please mark that as the solution - it will be useful to be able to find that!

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.