I am trying to build the MSP-EXP430F5438_User_Experience for CCE and so far this user's experience is less than optimal. I am using a freshly downloaded CCE Version: CCE v3.1 Build: 3.2.4.3.8 and a freshly downloaded slac227c.zip. I am following the directions in slau263a.pdf chapter 4. I right-click on the project and select "Build Project" and the files compile error-free but I get the following error message:
"MSP-EXP430F5438_User_Experience.out"
<Linking>
undefined first referenced
symbol in file
--------- ----------------
TB0CCR0 ./UserExperienceDemo/UserExperience.obj
>> Compilation failure
TB0CCR1 ./UserExperienceDemo/UserExperience.obj
TB0CCR4 ./UserExperienceDemo/UserExperience.obj
TB0CCTL1 ./UserExperienceDemo/UserExperience.obj
TB0CCTL4 ./UserExperienceDemo/UserExperience.obj
TB0CTL ./UserExperienceDemo/UserExperience.obj
TB0IV ./UserExperienceDemo/UserExperience.obj
TB0R ./UserExperienceDemo/UserExperience.obj
UCA1BRW_H ./MSP-EXP430F5438 HAL/hal_usb.obj
UCA1BRW_L ./MSP-EXP430F5438 HAL/hal_usb.obj
UCA1CTLW0_H ./MSP-EXP430F5438 HAL/hal_usb.obj
UCA1CTLW0_L ./MSP-EXP430F5438 HAL/hal_usb.obj
UCA1ICTL_H ./MSP-EXP430F5438 HAL/hal_usb.obj
UCA1ICTL_L ./MSP-EXP430F5438 HAL/hal_usb.obj
UCB2BRW_H ./MSP-EXP430F5438 HAL/hal_lcd.obj
UCB2BRW_L ./MSP-EXP430F5438 HAL/hal_lcd.obj
UCB2CTLW0_H ./MSP-EXP430F5438 HAL/hal_lcd.obj
UCB2CTLW0_L ./MSP-EXP430F5438 HAL/hal_lcd.obj
UCB2ICTL_H ./MSP-EXP430F5438 HAL/hal_lcd.obj
error: unresolved symbols remain
error: errors encountered during linking; "MSP-EXP430F5438_User_Experience.out"
not built
C:\Program Files\Texas Instruments\CC Essentials v3.1\utils\gmake\gmake: *** [MSP-EXP430F5438_User_Experience.out] Error 1
C:\Program Files\Texas Instruments\CC Essentials v3.1\utils\gmake\gmake: Target `all' not remade because of errors.
Build complete for project MSP-EXP430F5438_User_Experience
I have not modified either the compiler or the project. What is the problem? TIA!