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: copying ccs example project



Tool/software: Code Composer Studio

I'm trying to copy the ccs enet_uip example project, but when I build, following errors come up.

/******************************error message********************************/

undefined first referenced
  symbol       in file    
 --------- ----------------
remark #10371-D: (ULP 1.1) Detected no uses of low power mode state changing instructions
 usprintf  ./enet_uip.obj 

>> Compilation failure
makefile:163: recipe for target 'enetuip.out' failed

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "enetuip.out" not built
gmake: *** [enetuip.out] Error 1
gmake: Target 'all' not remade because of errors.

/********************************error message********************************/

Nothing was changed except the project name.