Is there any way to script the Component Manager?
The CCStudio Component Manager can be used to switch between different installations of the Code Generation Tools or DSP/BIOS that is used by CCStudio when building a project. Unfortunately the Component Manager cannot be automated by CCScripting. However, you can automate what the Component Manager basically does: modify the registry to point a CCStudio version to the version of cgtools/bios that you wish to use. Example for automating switching between two different installations of the codegen tools for C64x (C6000 6.1.0A3 and C6000 6.0.8): Open up the registry and browse to: My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Texas Instruments And select an installation of CCStudio (ex. CCS_C:|CCStudio_v3.3|). Under the CCStudio entry, select a Device (ex. TMS320C64xx) and export the registry key for ‘Build Tools’. Save it to a *.reg file (ex. C6000cgtools610A3.reg). Next use Component Manager to select the other cgtools installation to be used with C64x. Once this is done, repeat the steps ab