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.

dm6437 - Symbol refrencing error

Other Parts Discussed in Thread: CCSTUDIO

-----------------------------  voice.pjt - Debug  -----------------------------
[basop32.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -fr"C:/CCStudio_v3.3/MyProjects/voice/Debug" -d"_DEBUG" -mv6400 -@"../Debug.lkf" "basop32.c"

[MP3Decoder.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -fr"C:/CCStudio_v3.3/MyProjects/voice/Debug" -d"_DEBUG" -mv6400 -@"../Debug.lkf" "MP3Decoder.c"

[MP3Decoder_Main.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -fr"C:/CCStudio_v3.3/MyProjects/voice/Debug" -d"_DEBUG" -mv6400 -@"../Debug.lkf" "MP3Decoder_Main.c"

[ProcessAudio.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -fr"C:/CCStudio_v3.3/MyProjects/voice/Debug" -d"_DEBUG" -mv6400 -@"../Debug.lkf" "ProcessAudio.c"

[ProcessDct.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -fr"C:/CCStudio_v3.3/MyProjects/voice/Debug" -d"_DEBUG" -mv6400 -@"../Debug.lkf" "ProcessDct.c"

[ProcessHeader.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -fr"C:/CCStudio_v3.3/MyProjects/voice/Debug" -d"_DEBUG" -mv6400 -@"../Debug.lkf" "ProcessHeader.c"

[ProcessHufmann.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -fr"C:/CCStudio_v3.3/MyProjects/voice/Debug" -d"_DEBUG" -mv6400 -@"../Debug.lkf" "ProcessHufmann.c"

[ProcessJointStereo.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -fr"C:/CCStudio_v3.3/MyProjects/voice/Debug" -d"_DEBUG" -mv6400 -@"../Debug.lkf" "ProcessJointStereo.c"

[ProcessSubBand.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -fr"C:/CCStudio_v3.3/MyProjects/voice/Debug" -d"_DEBUG" -mv6400 -@"../Debug.lkf" "ProcessSubBand.c"

[Tables.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -fr"C:/CCStudio_v3.3/MyProjects/voice/Debug" -d"_DEBUG" -mv6400 -@"../Debug.lkf" "Tables.c"

[Tables_Dct.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -fr"C:/CCStudio_v3.3/MyProjects/voice/Debug" -d"_DEBUG" -mv6400 -@"../Debug.lkf" "Tables_Dct.c"

[Tables_Huffmann.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -fr"C:/CCStudio_v3.3/MyProjects/voice/Debug" -d"_DEBUG" -mv6400 -@"../Debug.lkf" "Tables_Huffmann.c"

[Linking...] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -@"Debug.lkf"
<Linking>

undefined                        first referenced
 symbol                              in file
---------                        ----------------
_HuffDequantReordLong            C:\\CCStudio_v3.3\\MyProjects\\voice\\Debug\\ProcessAudio.obj
_Antialias                       C:\\CCStudio_v3.3\\MyProjects\\voice\\Debug\\ProcessAudio.obj
_SubBandProcessing               C:\\CCStudio_v3.3\\MyProjects\\voice\\Debug\\ProcessAudio.obj
_Dct12                           C:\\CCStudio_v3.3\\MyProjects\\voice\\Debug\\ProcessDct.obj
_Dct36                           C:\\CCStudio_v3.3\\MyProjects\\voice\\Debug\\ProcessDct.obj
_HuffDecodeStep                  C:\\CCStudio_v3.3\\MyProjects\\voice\\Debug\\ProcessHufmann.obj
_HuffDecodeQ                     C:\\CCStudio_v3.3\\MyProjects\\voice\\Debug\\ProcessHufmann.obj
>>   error: symbol referencing errors - './Debug/voice.out' not built

>> Compilation failure

Build Complete,
  2 Errors, 0 Warnings, 0 Remarks.

I'm getting the above error ?

Any idea please suggest me?

-VS