Cannot debug projects after SW4STM32 upgrade to Version 2.3
It make no sense to me why choosing "Makefile Project with Existing Code" does not also create an SW4STM32 project, after all I am use SW4STM32. Why else would I be using it.
We have existing code base with manually generated Makefile, (so we have full control over the build process from outside of eclipse).
My primary reason for using eclipse is to use the debugger, not to have it manage the code base.
As it turns out the solutions is quite simple. Add the following 2 line to the "" section of the project file.
fr.ac6.mcu.ide.core.MCUProjectNature
fr.ac6.mcu.ide.core.MCUSingleCoreProjectNature
I haven't had a chance to run a debug session yet (no hardware available at present) but the errors have gone I have a target set and it attempts to talk to the ST-link.
I hope this is of benefit to others.
Andrew.