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.

CCS/TMS320F28379D: Need code generation tool version for CCS 9.2

Part Number: TMS320F28379D

Tool/software: Code Composer Studio

Hi, I have been using CCS 3.3 with F28335. But now i shifted to F28379D with CCS 9.2. Are there any code generation tools for ccs 9.2 similar to CCS 3.3 ?

I am not able to find the stdio.h in the CCS 9.2 installation suite.

While compiling i am getting this error:

fatal error: cannot open source file "stdio.h"

1 catastrophic error detected in the compilation .

Compilation terminated.

 

In F28335 is found it in code generation tools folder  .. \C2000 Code Generation Tools 5.1.1\include\stdio.h.

But i did not find such in CCS9.2.

  • Golivi,

    Did you want to use the 5.1.1 compiler or the one that ships in CCSv9.3.0.

    CCSv9.3.0 includes the 18.12.4.LTS C2000 compiler.  The compile is located in:

    <ccs install dir>/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS

    stdio.h is located in the /include folder under that.

    <ccs install dir>/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include

    This path should be part of the search path options by default.  You can set the options here:

    In my case the include path for this file is ${CG_TOOL_ROOT}/include . The variable ${CG_TOOL_ROOT} gets replaced by CCS at build time to the location where the compiler is installed.

    Regards,

    John