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 problem with MSP430

Other Parts Discussed in Thread: MSP430F2617

Hi, 

I am using MSP430F2617 device in my project. Using CCE full version. 

I am facing the below problem - 

"fatal error: #error map430x26x.h file for use with ICC430/A430 only"

Please advice why this error and how to remove this? 

Thanks

Suman G. 

 

  • it sounds like this is coded in the C source file with a #error preprocessor directive. The #error causes the specific diagnostic message to be written out. You would need to check the source code to see why it is printing this error, usually it is used with conditional compilation performed with #if, #endif etc.

**Attention** This is a public forum