This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Error: L6200E: Symbol SystemInit multiply defined (by system_tm4c123.o and mazinterrupt.o).

Trying to Build some simple code, for the TI Tiva Launchpad, to teach me Interrupts and it keeps throwing up "Error: L6200E: Symbol SystemInit multiply defined (by system_tm4c123.o and mazinterrupt.o)."

I would as is my habit not have a clue what this means.

Thank you.

Parents
  • OK.. Finally seeing what you are talking about. It's otherwise all gibberish to me. I've never quite understood why people in the business don't write more intuitive or to-the-point error messages. So I just commented that function in mazinterupt.c out and it built and worked fine. Maybe I should copy those couple of lines into the SystemInit in the startup _tm4c123.c m just to be safe. I'll be hacking this code and combining it with some other code.

Reply
  • OK.. Finally seeing what you are talking about. It's otherwise all gibberish to me. I've never quite understood why people in the business don't write more intuitive or to-the-point error messages. So I just commented that function in mazinterupt.c out and it built and worked fine. Maybe I should copy those couple of lines into the SystemInit in the startup _tm4c123.c m just to be safe. I'll be hacking this code and combining it with some other code.

Children
No data