Question
Compilation Issue
Posted on January 09, 2014 at 13:32
There's an error which occurs quite commonly:
proj_name.lkf
symbol_f_NonHandled_Interrupt multiply defined in stm8l15x_it.o
While searching for the above string, there ain't any multiple definition for the same, as well the header file incluing NonHandledInterrupt is just included once in the main file (#include ''stm8l15x_it.h'').
Can any one help resolving this?
