Compilation Issue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-01-09 4:32 AM
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 discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-01-11 3:14 PM
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