Other Parts Discussed in Thread: CCSTUDIO
I'm trying to get the pip_audio.pjt example that comes with the DSKC6713 (available at http://c6000.spectrumdigital.com/dsk6713/) to work with CCS3.3, but I get the following compilation error The conversion of the .cdb file to .tcf has worked ok as far as I can see. We are using CCS version 3.3.38.2 and BIOS version 5.31.02.
Is seems as no pip_audiocfg files are generated. Do I have to change the build options, and in that case how?
--------------------------- pip_audio.pjt - Debug ---------------------------
[pip_audio.tcf] "C:\CCStudio_v3.3\bios_5_31_02\xdctools\tconf" -b -Dconfig.importPath="C:/CCStudio_v3.3/bios_5_31_02/packages" -v67 pip_audio.tcf
C:\CCStudio_v3.3\bios_5_31_02\xdctools\tconf: usage: tconf [-b] [-g[=<opts>]] [-p <dir>] [-D<name>=<value>] [-js <js options ...>] [script [args ...]]
Options:
-D<name>=<val> define the symbol <name> with the string value <val>
-g[=<opts>] use graphical debugger to run script, and
optionally pass <opts> to debugger
-h display this message
-js pass all subsequent options to Configuration Shell
-p <dir> add <dir> to tconf search path
Configuration Shell Options:
-f <file> execute <file> prior to executing script
-w enable warning messages
Graphical Debugger Options:
-i break at the first line of the startup script
[dsk6713_codec_devParams.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -q -eoo67 -fr"./Debug" -i"." -d"CHIP_6713" -mv6710 -@"Debug.lkf" "dsk6713_codec_devParams.c"
[pip_audio.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -q -eoo67 -fr"./Debug" -i"." -d"CHIP_6713" -mv6710 -@"Debug.lkf" "pip_audio.c"
[pip_audiocfg.s62] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -q -eoo67 -fr"./Debug" -i"." -d"CHIP_6713" -mv6710 -@"Debug.lkf" "pip_audiocfg.s62"
"pip_audiocfg.s62", ERROR! : [E1000] Cannot open source file pip_audiocfg.s62:
No such file or directory
>> Compilation failure
[pip_audiocfg_c.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -q -eoo67 -fr"./Debug" -i"." -d"CHIP_6713" -mv6710 -@"Debug.lkf" "pip_audiocfg_c.c"
Fatal error: could not open source file "pip_audiocfg_c.c"
1 fatal error detected in the compilation of "pip_audiocfg_c.c".
Compilation terminated.
>> Compilation failure
Build Complete,
2 Errors, 0 Warnings, 0 Remarks.