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.

EZ430-RF2500 Warning Messages using Code Composer Studio 5.2

I'm using Code Composer Studio 5.2 to build the example code provided by TI in slac139f.zip.  Everything builds and runs ok, but I keep getting the below 3 warnings.  I'd like to get rid of these warnings, to make sure they are not causing problems as I modify the example code for my own application.  Any suggestions for how I can get rid of the warnings?

Invalid project path: Include path not found (C:\ti\ccsv5\msp430\include).

This project contains unresolved buildable linked resources. It might not build as expected.

This project was created using a version of compiler that is not currently installed: 3.3.0 [MSP430]. Another version of the compiler will be used during build: 4.1.0. Please install the compiler of the required version, or migrate the project to one of the available compiler versions by adjusting project properties.

  • Earth2et said:
    Any suggestions for how I can get rid of the warnings?

    Earth2et said:
    This project was created using a version of compiler that is not currently installed: 3.3.0 [MSP430]. Another version of the compiler will be used during build: 4.1.0. Please install the compiler of the required version, or migrate the project to one of the available compiler versions by adjusting project properties.

    Isn't the compiler giving you instructions already? Install the compiler version that was used to create the project, or migrate the project. 
    I don't know which project properties have to be changed for a migration, btu I bet the include path is one of them :)

    You can create  anew project and look in its project properties how the include paths have to be set (and other things).
    Or you create a new project and copy over the code files, addign them to the new project.

**Attention** This is a public forum