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.

Compiler/MSP430FG6626: I am trying to compiler drivers fro TIRTOS and find compilation error due to missing msp430.h file

Part Number: MSP430FG6626

Tool/software: TI C/C++ Compiler

Following the instructions given in:

http://processors.wiki.ti.com/index.php/Creating_TI-RTOS_Projects_for_Other_MSP430_Devices

I am trying to compile the TI RTOS drivers for MSP430FG6626. The drivers fail to compiler as the compiler fails to open msp430.h as directed by an "include <msp430.h>". I could not locate it anywhere in my C:ti/ folder by hand either even though I just performed a clean install of CCSv7.

It looks as though all the device specific header files are there C:\ti\ccsv7\ccs_base\msp430\include. I only appear to be missing the msp430.h file. Where should this file be located? How can I install this file to allow me to complete the TI driver compile? Was it supposed to have been installed by CCS automatically along with the TI compiler for MSP?

-B