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.

TMDSCNCD28379D: Errors during compilation

Part Number: TMDSCNCD28379D
Other Parts Discussed in Thread: C2000WARE

I am getting 2 errors during compilation. Could u pls let me know where the flaw is.

**** Build of configuration Debug for project TotalAlgo ****

"C:\\ti\\ccs1040\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../F2837xD_GlobalVariableDefs.c"
Invoking: C2000 Compiler
"C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-c2000_20.2.5.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/Users/rnair/workspace_v10/TotalAlgo" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-c2000_20.2.5.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="F2837xD_GlobalVariableDefs.d_raw" "../F2837xD_GlobalVariableDefs.c"

>> Compilation failure
subdir_rules.mk:9: recipe for target 'F2837xD_GlobalVariableDefs.obj' failed
"../F2837xD_GlobalVariableDefs.c", line 280: error #237: variable "DcsmZ1Otp" was declared with a never-completed type
"../F2837xD_GlobalVariableDefs.c", line 288: error #237: variable "DcsmZ2Otp" was declared with a never-completed type
2 errors detected in the compilation of "../F2837xD_GlobalVariableDefs.c".
gmake: *** [F2837xD_GlobalVariableDefs.obj] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****