After a "generate code" on an stable cubeide project, a large number of multiple definition errors appear
I added a pull down on the processor configuration inside cubeide and restarted the code generation (Alt + K), after which the subsequent compilation (Alt + B) led to a large amount of "multiple definition" errors.
The first one is:
D:/Interpreter/06_TFHS_300/Core/Src/system_stm32f0xx.c:136: multiple definition of `SystemInit'; ./Core/Src/system_stm32f0xx.o:D:/Interpreter/06_TFHS_300/Debug/../Core/Src/system_stm32f0xx.c:136: first defined here
Using the same .ioc file (on the same project) with external stm32cubeMX and generating the code for uVision there is no problem !!
Could it be that the code generation overrides some settings I had made to the project?
Anyone have an idea where the error may be?
