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.

Change TI RTOS/SYSBIOS, XDC_TOOLS and C2000 compiler path

Other Parts Discussed in Thread: SYSBIOS

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.

  • Thanks for your answer.
    I found out these informations manually, so, next time, I will spend more time to search for helpful document on your website.

    I still need one input.
    I would like to get two different workspaces :
    1) The first one using the default installation directory,
    2) The second one using tools located in my specific installation directory.
    My main problem is that these tools might have THE SAME version...

    For example, the same version of XDC_TOOLS is installed in:
    - D:\...\xdctools_3_32_00_06_core
    - C:\ti\ccsv6\tools\xdctools_3_32_00_06_core
    Until now, when I am going to "Window->Preferences->Code Composer Studio->RTSC Products", I see only xdctools_3_32_00_06_core with the path "C:\ti\...".

    I find out in your document that these paths are saved in "C:\ti\ccsv6\eclipse\configuration\ccs.properties"...
    Any ideas to have one workspace that has XDC _TOOLS in C:\ti\..." and another in "D:\..." ?

    Thank you in advance for your time.
    Fab.
  • 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.

  • Ok. Thank you for your time.
    I am going to discuss these ideas with my team work.