cancel
Showing results for 
Search instead for 
Did you mean: 

Compilation Issue

sujitpatil1849
Associate II
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?

1 REPLY 1
Philipp Krause
Senior II
Posted on January 12, 2014 at 00:14

Maybe someone can. However, unless you give more information that is quite unlikely. You're not even saying which compiler/linker/whatever you use, which tool reports this error, or how your inut files look like.

Philipp