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.

TMS320f28032: variable "XXXX" was declared with a never-completed type

Part Number: TMS320F28032
Other Parts Discussed in Thread: C2000WARE

I am running across a variable error:

"U:/Git_hub/7056_induction_cooker_main/code12.18.5.28/code12.18/code/global_data/source/DSP2803x_GlobalVariableDefs.c", line 250: error #237: variable "LinaRegs" was declared with a never-completed type

This is in the DSP2803x_GlobalVariableDefs.c

Here is the compiler error:

'Building file: U:/Git_hub/7056_induction_cooker_main/code12.18.5.28/code12.18/code/global_data/source/DSP2803x_GlobalVariableDefs.c'
'Invoking: C2000 Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" -v28 -ml --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include"
--include_path="/packages/ti/xdais" --include_path="U:/Git_hub/7056_induction_cooker_main/code12.18.5.28/code12.18/code/global_data/include"
--include_path="U:/Git_hub/7056_induction_cooker_main/code12.18.5.28/code12.18/code/app/include" -g --define=_DEBUG --define=LARGE_MODEL
--diag_warning=225 --display_error_number --issue_remarks --diag_wrap=off --asm_directory="U:/Git_hub/7056_induction_cooker_main/code12.18.5.28/code12.18/code/out_IdCooker"
--obj_directory="U:/Git_hub/7056_induction_cooker_main/code12.18.5.28/code12.18/code/out_IdCooker" --preproc_with_compile
--preproc_dependency="global_data/source/DSP2803x_GlobalVariableDefs.d" "U:/Git_hub/7056_induction_cooker_main/code12.18.5.28/code12.18/code/global_data/source/DSP2803x_GlobalVariableDefs.c"

>> Compilation failure
global_data/source/subdir_rules.mk:44: recipe for target 'U:/Git_hub/7056_induction_cooker_main/code12.18.5.28/code12.18/code/out_IdCooker/DSP2803x_GlobalVariableDefs.obj' failed
"U:/Git_hub/7056_induction_cooker_main/code12.18.5.28/code12.18/code/global_data/source/DSP2803x_GlobalVariableDefs.c", line 250: error #237: variable "LinaRegs" was declared with a never-completed type
1 error detected in the compilation of "U:/Git_hub/7056_induction_cooker_main/code12.18.5.28/code12.18/code/global_data/source/DSP2803x_GlobalVariableDefs.c".
gmake: *** [U:/Git_hub/7056_induction_cooker_main/code12.18.5.28/code12.18/code/out_IdCooker/DSP2803x_GlobalVariableDefs.obj] Error 1
'Building file: U:/Git_hub/7056_induction_cooker_main/code12.18.5.28/code12.18/code/global_data/source/DSP2803x_HRCap.c'
'Invoking: C2000 Compiler'

The lines changed on DSP2803x_GlobalVariableDefs.c are here:

It is complaining about LinaRegs... But LinaRegs is defined in DSP2803x_Lin.h  here Which is included in the build

Does anyone know why this is happening? 

Thanks 

Bill