Other Parts Discussed in Thread: CCSTUDIO
Hello
I am working Speech recognition with C6713 ,I have generated CCS code ,form matlab simulink model ,but when I run this code in CCS 3.1 it gives following error's .could any 1 help me on this .
[test7_main.c] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -g -q -fr"./Debug" -i"." -i"C:/CCStudio_v3.1/c6000/dsk6713/include" -d"_DEBUG" -d"CHIP_6713" -ml3 -mv6710 -@"C:/CCStudio_v3.1/MyProjects/rec_spc/Debug.lkf" "test7_main.c"
"C:\CCStudio_v3.1\c6000\dsk6713\include\dsp_rt.h", line 47: warning: incompatible redefinition of macro "FRAME_SIZE" (declared at line 28 of "test7_private.h")
"test7_main.c", line 85: error: identifier "startSEM" is undefined
"test7_main.c", line 90: error: identifier "rtClockSEM" is undefined
"test7_main.c", line 102: error: identifier "stopSEM" is undefined
"test7_main.c", line 150: error: identifier "rtClockSEM" is undefined
"test7_main.c", line 151: error: identifier "startSEM" is undefined
"test7_main.c", line 159: error: identifier "stopSEM" is undefined
"test7_main.c", line 165: error: identifier "tBaseRateTSK" is undefined
7 errors detected in the compilation of "test7_main.c".
>> Compilation failure
Compile Complete,
7 Errors, 1 Warnings, 0 Remarks.