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/UCD3138: Problems with the firmware

Part Number: UCD3138

Tool/software: Code Composer Studio

I tried to build the Firmware for the Evalation Board UCD3138EVM-026 with the Code Composer Studio  version 6.1.3. I used the compiler version TI v5.2.5, but it doesn't works.

I get several error Messages:

"Driver/Pmbus/pmbus_command_indexes.asm" "Driver/Pmbus/pmbus_common.asm" "Driver/Pmbus/pmbus_driver.asm"
makefile:185: recipe for target 'clean' failed
Das System kann den angegebenen Pfad nicht finden.
gmake: [clean] Error 3 (ignored)
'Finished clean'

undefined                     first referenced       
  symbol                           in file            
 ---------                     ----------------       
 clear_program_flash_start     ./software_interrupt.obj
 zero_out_integrity_word_start ./software_interrupt.obj

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "PWR026_PFC_UCD3138.out" not
   built

I used the following Settings for the compiler

What could be the cause for this error Messages?