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.

CODECOMPOSER: CODECOMPOSER

Part Number: CODECOMPOSER

Tool/software:

Hi, 

I have few projects in my ccs workspace. one of the project needed xdctools 3.55.02.22. I am able to build the project locally without any issue. 

I have created a git workflow and in there I have installed the ccs in the project directory. and then trying to do the build process using my build command. 

Other project which do not have dependency on xdctools is compiled OK. but for one project getting error 

Buildfile generation error occurred..
This project was created using a version of XDCtools that is not currently installed: 3.55.2.22_core. Please install the XDCtools of this version, or migrate the project to one of the supported versions.
I copied the xdc tools in the <ProjectDirectory>/ti/ 
I copied the same at ,c:/ti
I set the directory in Project-->properties --> CCS build --> GNU Compiler --> directories to <ProjectDirectory>/ti/<xdctools>
But issue is not resolved. Please suggest
From where the ccs taking xdc tools by default? Do I need to set some path as well?
From where the