This task is about DTMF signal detection using Correlation, RTDX, and FFT. Code Composer Studio was used in this process. After loading all the files including c file, cmd file etc.
But the following error message keeps recurring
Please help!
*******************************************************************
------------------------------ DTMF.pjt - Debug ------------------------------
[c6713dskinit.c] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -g -q -fr"C:/Documents and Settings/Administrator/Desktop/DTMF/Debug" -d"CHIP_6713" -mv6710 -@"Debug.lkf" "c6713dskinit.c"
[Linking...] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -@"Debug.lkf"
<Linking>
undefined first referenced
symbol in file
--------- ----------------
_inputsource C:\Documents and Settings\Administrator\Desktop\DTMF\Debug\c6713dskinit.obj
_fs C:\Documents and Settings\Administrator\Desktop\DTMF\Debug\c6713dskinit.obj
>> warning: Detected a near (.bss section relative) data reference to the symbol
_DSK6713_AIC23_codecdatahandle defined in section .far. The
reference occurs in C:\Documents and
Settings\Administrator\Desktop\DTMF\Debug\c6713dskinit.obj, section
.text, SPC offset 00000074. Either make the symbol near data by
placing it in the .bss section, or make the references to the
symbol far. For C/C++ code use 'far' or 'near' modifiers on the
type definition of the symbol or compile with the --mem_model:data
switch.
>> error: symbol referencing errors - './Debug/DTMF.out' not built
>> Compilation failure
Build Complete,
2 Errors, 1 Warnings, 0 Remarks.
*******************************************************************