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 v4 environmental variables for dosrun.bat

Hello, I'm posting this on behalf of my customer:

I am running Code Composer Studio v4.1.3 for a C2000.

When I I execute the dosrun batch file, it does not include environment variables for the C2000 and cl2000.exe

Can you provide me with the proper environment variables to add to the dosrun.bat file?

  • Hi Tom,

    dosrun.bat was something we provided for command line builds using CCSv3 (and earlier). What are they interested in doing with v4 that would require dosrun.bat type environment setup? command-line builds that call the compiler directly?

    thanks

    ki

  • Yes, I want to build files independently from the command line without using timake. I want to activate the compiler directly.

    Do you know what the environment variables are for cl2000.exe?

    As a part of this task, I will be running the Coverity Static Analyzer on the code.

  • Kevin Matkoski said:
    Do you know what the environment variables are for cl2000.exe?

    The environment variables for C2000 are:

    C2000_C_DIR

    C2000_A_DIR

    Thanks

    ki