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.

pip_audio in CCS3.3

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.

  • The project file seems to have some errors in it. I had to do the following to get it to build:

    -Open up the project build options (right click on pjt file and select "Build Options"). Then go to the "DspBiosBuilder" tab and remove the "-v67" in the edit box

    -Add C:\CCStudio_v3.3\C6000\csl\lib\csl6713.lib to your project

    I was able to successfully build after doing the above two steps.

    Thanks

    ki

  • hi i am working with ccs version 3.1 and i am working with TMS320C6713 DSK, and i am trying to execute pip_audio project and i am getting an error as follows:

    "C:/ti/C600/bios/includes/csl_chiphal.h", line 206 : fatal error # error NO CHIP DEFINED ( use _dCHIP_XXXX where XXXX is chip number i.e., 6201)

    1 fatal error detected in the compilation of "dsk6713_codec_devParams.c". Compilation is terminated.
    can anyone please help me how to tackle this problem.. I even tried the two steps which are discussed in this forum.  i. e.,

    -Open up the project build options (right click on pjt file and select "Build Options"). Then go to the "DspBiosBuilder" tab and remove the "-v67" in the edit box

    -Add C:\CCStudio_v3.3\C6000\csl\lib\csl6713.lib to your project.

    But still i dint get the output.. please help me.. thanks in advance..