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.
Most like that is your issue. Resolve all your build errors. If you do so, your executable should get generated.
Please show the exact error message as reported by the compiler. Screenshots would be helpful.
Thanks
Yes, it cannot find that header file so the build failed. Since that file does not appear to be in the default header file directory, you will need to add the path to it in the project properties
http://processors.wiki.ti.com/index.php/Include_paths_and_options
You are not adding a file. You are adding a search path to where that header file is located. the second panel in the below screenshot:
http://processors.wiki.ti.com/index.php/File:Linkerfilesearch.jpg
i am really bored.How i can't make some easy exercises with my new microcontroller module...
and why this program has some failures
Since you are new to the CCS environment, I suggest you took at some of the basic CCS training material. The CCS for MSP430 workshop is a good place to learn the basics of CCSv5 on MSP430. Even if you don't have the exact device for the labs, just following along the slides is a valuable experience:
http://processors.wiki.ti.com/index.php/CCSv5_Fundamentals_Workshop#MSP430_.C2.A0
Also the general CCS getting started guide is also recommended for beginners:
http://processors.wiki.ti.com/index.php/CCSv5_Getting_Started_Guide
And of course you can try IAR. Many people like IAR for its more simplified and lightweight environment so it is certainly worth taking a look at.
Good luck
ki