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.

CCSv5 setting path

I'm trying to use CCS v5.1.0.06000.

When building my project some errors occured, and the cause seem to be associated with path setting.

In project's properties, there are following definition.

I want to confirm the contents of  "BIOS_CG_ROOT", "IPC_CG_ROOT" and "PSPDRIVER_INSTALL_DIR".

Where can i find the definition ?

  • Hi, in the Properties window, on the bottom of the window, there should be a "Show advanced settings" link, click that.

    Then you should see "C/C++ Build" category

    If you navigate to

    C/C++ Build -> Build Variables

    then click "Show system variables"

    You should see BIOS and IPC among those.  This applies to packages that were "installed" on your system. Other packages can often be found in the "C/C++ General->Paths and Symbols" subwindow, but BIOS and IPC are likely to appear in the 1st method and not the Paths and Symbols window.

  • Thank you for your prompt reply.

    You have helped me.