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: Project resource path variables

Tool/software: Code Composer Studio

Hello,

Under CCS Project Properties --> Resource -> Linker Resources, path variables tab.

I am trying to add a new path variable which is based on another path variable but i am only able to do so if the variable i am basing on is one of the predefined variables by CCS.

If i try to add a new variable which is based (relative) to another one that i have manually added it does not work and CCS complains about no being able to resolve he path.

Is there a way to resolve this?

Thanks

Guy

  • If you add the variables consecutively without clicking OK in between then you may observe the behavior you are reporting. Once you click OK, CCS should process the variables and they should get resolved properly. Let us know if this does not address the issue you are seeing.

  • Hi,
    I am doing what you have written but from some reason it does not always work.
    After some more trials i think,when adding new variable, only after i am accessing the the previous defined one though the "variables" button than it actually gets processed and i am able to use it.