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.