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.

CCS/TIDM-SOLAR-DCDC: Build Error : pls help to resolve

Part Number: TIDM-SOLAR-DCDC
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

  • Parvathi,

    This solution was developed in CCS4, and we are currently on CCSv10. Also, note controlSUITE code is no longer being maintained. 

    Hence you are running into issues with differences in how CCSv10 imports the projects and links. 

    I was able to get around these by modifying the project properties as below.

    1. Right-click on project name under project explorer, click Properties, -> Resources -> Linked Resources 

    Make sure all the linked resources are resolved, I had to add an extra ../../ to make them resolve on my machine

    2. Next make sure your include paths are all resolved, I had to do the following changes

    After this, I can get the project to compile successfully. Good Luck!

  • Thank you. This works