This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linking problem with CCS 5.1

Other Parts Discussed in Thread: MSP430F5438

We are using MSP430F5438 in one of our applications. The IDE used is CCS5.1 and debugging tools used is MSPFET430UIF.   The project build works fine as long as we DO NOT use any of the RTC functions. The execution too is alright. The moment we include RTC functions,  the build fails. We have included RTC.h in our source.

We have attached the error screen from the CCS here. What could be the problem and how to solve this?

 

  • Prabhakar,

    The unresolved symbol errors mean that the linker was not able to find definitions for those symbols. I'm not that familiar with how the RTC code is provided for this device, but I imagine these functions would be defined in another source file or library. Make sure you include that source file or library to your project and rebuild.