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.

c5500中的锁相环实验例程出现变量no field

**** Build of configuration Debug for project LAB1-4 ****

"D:\\ccs\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: ../PLL.c'
'Invoking: C5500 Compiler'
"D:/ccs/ccsv6/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 -g --include_path="D:/ccs/ccsv6/tools/compiler/c5500_4.4.1/include" --include_path="D:/ccs/ccsv6/c55_lp/c55_csl_3.08/inc" --include_path="D:/ccs/ccsv6/c55_dsplib_3.00/lib" --include_path="D:/ccs/ccsv6/c55_dsplib_3.00/include" --include_path="C:/Users/cjpp/Desktop/c55xx_csl/inc" --diag_warning=225 --ptrdiff_size=16 --memory_model=large --preproc_with_compile --preproc_dependency="PLL.d" "../PLL.c"

>> Compilation failure
subdir_rules.mk:7: recipe for target 'PLL.obj' failed
"../PLL.c", line 122: error: struct "<unnamed>" has no field "PLLCNTL1"
"../PLL.c", line 122: error: struct "<unnamed>" has no field "PLLCNTL1"
"../PLL.c", line 123: error: struct "<unnamed>" has no field "PLLINCNTL"
"../PLL.c", line 123: error: struct "<unnamed>" has no field "PLLINCNTL"
"../PLL.c", line 125: error: struct "<unnamed>" has no field "PLLCNTL2"
"../PLL.c", line 125: error: struct "<unnamed>" has no field "PLLCNTL2"
"../PLL.c", line 126: error: struct "<unnamed>" has no field "PLLOUTCNTL"
"../PLL.c", line 126: error: struct "<unnamed>" has no field "PLLOUTCNTL"
8 errors detected in the compilation of "../PLL.c".
gmake: *** [PLL.obj] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****