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 4.0, MSP430 free edition, failed to match a default include file

Other Parts Discussed in Thread: MSP430F247, MSP430F2274

I am a newcomer to CCS/CCE. Today I just installed the free edition to have a try. I created a new project, set the target as MSP430F247, add a main.c file which contains:

#include <msp430.h>

void main(void){}

 

I cannot compile the project, getting an error : failed to match a default include file. If i change the <msp430.h> to <msp430x2xx.h> then everything is OK. What could I do?