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 L6218E Undefined symbol

I am working on a project with the EVK-LM3S811.

All test programs work (blinky, Hello e.d) but when I (re-)build my project i get an error.
I do not know what the problem is, Maybe you guys can help?

This is the error:

Build target Target1
..
Linking...
Cortex=project.axf: Error: L6218E: Undefined symbol I2CMasterInitExpClk (reffer from osram96x16.o)
Target not created


The osram file is for the oLED display on my board.
I saw a older post on this topic but it wasn not solved (and it was a different board).

Does anybody know of this problem?

Parents
  • Hello,

    Thanks for all the help!

    it is working now!!

    I needed the latest driverlib.
    When I installed these and changed the directory (in uVision) it worked!

    So now i need to study the code and find out how i can let the project speak dutch! and inprove the quality of the voice.

    Thanks for the help i gave me a lot of new ideas.

Reply
  • Hello,

    Thanks for all the help!

    it is working now!!

    I needed the latest driverlib.
    When I installed these and changed the directory (in uVision) it worked!

    So now i need to study the code and find out how i can let the project speak dutch! and inprove the quality of the voice.

    Thanks for the help i gave me a lot of new ideas.

Children