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.

Terminal command to update CGTOOL for an existing CCS project?

Hi,

We have an existing CCS project, for which we would like to do benchmarks with different versions of CGTOOL. Is there a terminal command to change the version of cgtool? From wiki link: http://processors.wiki.ti.com/index.php/Projects_-_Command_Line_Build/Create#Create_a_Managed_Make_Project, there are commands for creating, importing, and building CCS projects. Do we have a similar one for updating cgtool?

We are using CCSv5.2.1.00018.

Thanks,

Hongmei

  • This issue is being handled off-line. Final resolution will be posted here.

    Thanks

    ki

  • This issue has been resolved:

    I would install v7.4 and v7.5 compiler in CCS and make sure that I can select those versions in GUI. Then I would have a single project with two different build configuration (e.g. Release_cgt7_4 and Release_cgt7_5). CCS project build configurations can use different compiler versions. Then I would setup a batch or a script file that updates CGT 7.4 and 7.5(just delete contents of directory where compiler is and unzip new version) with latest available nightly and then invoke two project builds for two different build configurations. Project build accepts build configuration as one of its parameters. You can also setup a few more configurations to benchmark slightly different set of compiler optimization options.

    -MartinS