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: CCS - MSP430Ware compile error

Other Parts Discussed in Thread: MSP430F5359, MSP430WARE

Tool/software: Code Composer Studio

Hello,

I have an issue compiling an empty project with CCS5 and MSP430Ware driver lib version 2.80.00.01 with an MSP430F5359 selected.

The empty project is created via CCS -> View -> Ti resource explorer -> MSP430Ware -> Libraries -> Driver Library -> MSP430F5xx_6xx -> empty project. click on:  Step 1: Import the example project into CCS.

When I compile this newly created project, no errors are reported, however when I change the msp part to via the projecty properties to an MSP430F5359, and I complile the project, 2 errors are reported:

 Description Resource Path Location Type

#20 identifier "LDOOEN_H" is undefined ldopwr.c /emptyProject/driverlib/MSP430F5xx_6xx line 152 C/C++ Problem

#20 identifier "LDOOEN_H" is undefined ldopwr.c /emptyProject/driverlib/MSP430F5xx_6xx line 157 C/C++ Problem

A lillte help would be welcome 

Step 1:  Import the example project into CCS