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/LAUNCHXL-F28379D: PROJECT_ROOT and PROJECT_LOC

Part Number: LAUNCHXL-F28379D

Tool/software: Code Composer Studio

Hi there 

just wandering if there is any difference in using PROJECT_LOC or PROJECT_ROOT in a project include options?

Thank you

  • Hello,

    They both typically point to the same path. I believe that PROJECT_LOC was typically used as a linked resource path variable while PROJECT_ROOT was used as a build variable. But both are typically available as a build variable, and (assuming that both point to the same location) can be used interchangeably.

    Thanks

    ki