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.
Hello.
In CCS6, I would like to have a common development tools for my project. Furthermore, in the future, I will must be able to redeploy these tools. So, three questions (same idea but i think different operations to achieve each of them):
1/ ChangeTI RTOS/ SYSBIOS (tirtos_c2000_2_16_01_14) path
I would like to have SYSBIOS path in another one (not in C:\ti\...).
In CCS, I select the variable path in "Project->Properties->Linked Ressources->Path Variables". I change the path and I click on "OK" button. Then, when I reopen this menu, i see the default path C:\ti\......." instead of my settings.
How I can change this path?
2/ Change XDC_TOOLS (xdctools_3_32_00_06_core) path
Same goal.
3/ Change C2000 compiler (c2000_15.12.3.LTS) path
Same goal.
Thanks.
Fab.
Note: CCS version 6.1.3.00033
Please check this wiki section and the one following it: http://processors.wiki.ti.com/index.php/Projects_and_Build_Handbook_for_CCS#Changing_Compiler_versions
Let us know if this does not answer your question.
Fab said:Any ideas to have one workspace that has XDC _TOOLS in C:\ti\..." and another in "D:\..." ?
I don't believe it is possible to have the same version of XDCtools "discovered" from two different directories. Under Window->Preferences->Code Composer Studio->RTSC Products, you can use "Install New" and provide the desired path, but that will take effect for all instances of CCS. One option may be to install two separate copies of CCS in two different directories, and then set up each one to use a different copy of XDCtools.