Hello.
I downloaded the example sources from www.ti.com.cn/.../msp-exp432p401r (MSP-EXP432P401R Software Examples (ZIP 51232 KB) ).
And I installed the CCSv6.1.
I imported the CCS project to the CCSv6.1. I chose the BlinkLED_MSP432P401R from the Sortware_Examples.
When finishing import , the CCSv6.1 said :
See details below.
Warning: Resource 'driverlib' already exists! Ignoring...
Warning: Resource 'main.c' already exists! Ignoring...
And, when I just want to build the project without any modify, the Console said:
#10010 errors encountered during linking; "BlinkLED_MSP432P401R.out" not built BlinkLED_MSP432P401R C/C++ Problem
#10056 symbol "interruptVectors" redefined: first defined in "./msp432_startup_ccs.obj"; redefined in "./CCS/msp432_startup_ccs.obj" BlinkLED_MSP432P401R C/C++ Problem
Compilation was failed...
What should I do to repair this?