IAR Error[Li006] 'duplicate definitions' - but not on CubeIDE
I'm trying to move my project from CubeIDE to IAR 9.20.4
For some reason I'm gettin Linker Error[Li006] duplicate definitions.
With CubeIDE I'm able to compile and debug/download with no issue.
I know the error is due to the fact I'm having variables on the .h files included in various .c files that are not set as external.
The question is why CubeIDE ignore this issue and the IAR do not?
