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.

不能编译cla文件

Other Parts Discussed in Thread: C2000WARE

我编译官方例程,会看到

Building file: "D:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/examples/cpu1/cla_sqrt/cpu01/sqrt.cla"
Invoking: C2000 Compiler
"D:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --cla_support=cla1 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="D:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --include_path="D:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="D:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="D:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/examples/cpu1/cla_sqrt/cpu01/" -g --define=CPU1 --display_error_number --diag_suppress=10068 --diag_warning=225 --preproc_with_compile --preproc_dependency="sqrt.d_raw" --cla_support=cla1 "D:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/examples/cpu1/cla_sqrt/cpu01/sqrt.cla"
Finished building: "D:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/examples/cpu1/cla_sqrt/cpu01/sqrt.cla"

这样的信息,但是我编译自己的工程,没有看到编译.cla文件的信息

反倒提示

 _Cla1Task1 ./Cla.obj 

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

这样的错误

我不知道是哪里没有设置对?

谢谢