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.
Hi,
I am using CCSv4 version 4.0.0.16000 with code gen toools 6.1.9.
I have one project created with these tools and now I want to build the same project with cgt v6.1.13 from the same ccs version.
Is there a way to specify code gen tool version tool to be used to build a project other than than the one used for creating the project?
Or is the only option is to modify the project itself?
Meena
Hi Meena,
You can right-click on your project and select "Build Properties" and select "CCS Build Settings" to specify the CGT version to use. That is the standard way but I suppose this is modifying the project as you mentioned something you don't want to do. I suppose you can play around with paths and such so you don't have to modify your project, but I don't recommend that. Is there any particular reason why you do not want to modify the project?
Thanks
ki
Hi,
I could change the CGT version to use from CCS build Settings after adding path to Extended Tool discovery path as described in http://tiexpressdsp.com/index.php/Compiler_Installation_and_Selection . But it doesn't seem to change the project itself, but builds with new CGT.
Meena
One line in the .ccsproject file will change.
<codegenToolVersion value="4.3.5"/> i.e. it will reflect the version the project is set to build with