The Linker throws the following error with different variable names around 86 times:
(by medkit_io_1.o and medkit_io.o).
invertercubemx\invertercubemx.axf: Error: L6200E: Symbol Motor_front multiply defined (by medkit_io_1.o and medkit_io.o).
There is not Medkit_IO_1.h, only a Medkit_IO.h so there should be no file with redundant definitions.
The two .o files are the same size as if the compiler was copying it...
Did anyone else encounter such a problem?