Solved
Hello, I have updated my STM32CubeIDE from V1.7.0 to V1.9.0. After that my project fails to link with > 40 000 "multiple definition of" errors. Before the project was compiling for years without such problems.
I chaecked the following:
There are no variable definitions in my headers. I use #ifndef/#define/#endif in all headers.
After 2 days of trying I don't know what to do anymore. What might have changed in V1.9.0?
