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.

Code Composer tconf



I am building a project using Code Composer V6 and I am getting the following:

Invoking: TConf
"/opt/ti/xdctools_3_30_03_47_core/tconf" -b -Dconfig.importPath="/opt/ti/bios_5_41_10_36/packages;/packages;" "../VC5505_CSL_BIOS_cfg.tcf"
/bin/sh: 1: /opt/ti/xdctools_3_30_03_47_core/tconf: not found
gmake: *** [VC5505_CSL_BIOS_cfg.cmd] Error 127
gmake: Target `all' not remade because of errors.

What the heck is going here?

  • Hi Michael,

    The newer versions of xdctools (v3.25 and later) does not support tconf tool anymore. But you still can use DSP/BIOS with CCSv6 if you install latest version of DSP/BIOS. The latest version of DSP/BIOS includes tconf tool support within its release and so does not depend on xdctools.

    You can find the latest DSP/BIOS download page here

    Hope this helps.

    Vikram