Skip to main content
Visitor II
January 9, 2014
Question

Compilation Issue

  • January 9, 2014
  • 1 reply
  • 588 views
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?

    This topic has been closed for replies.

    1 reply

    Visitor II
    January 11, 2014
    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