Tool/software: Code Composer Studio
I am trying to create a script to set up a development environment for my team, but am running into a problem where I can't figure out how to get CCS 10.1.0 to recognize products I've already installed on Windows. I have TivaC 2.16.01.14 installed at C:\ti\tirtos_tivac_2_16_01_14 and XDC Tools 3.32.00.06 installed at C:\ti\xdctools_3_32_00_06_core. When I try to build the project I have already imported into my workspace I get the following error:
PS C:\src\MyProject> .\Scripts\Cmd\EclipseBuild.bat
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
CCS headless build starting... [Thu Jul 09 08:34:48 CDT 2020]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
================================================================================
Pre processing...
================================================================================
Building...
**** Build Finished ****
Buildfile generation error occurred..
Product com.ti.rtsc.TIRTOStivac v2.16.1.14 is not currently installed and no compatible version is available. Please install this product or a compatible version.
Build stopped..
================================================================================
CCS headless build complete! 1 out of 1 projects have errors.
The only way I know how to resolve this is by manually opening the project in the CCS GUI, opening Window > Preferences, navigating to Code Composer Studio > Products, clicking on the Refresh button, and selecting the two products it discovers in the locations I mentioned above.
How can I get CCS to recognize these installed products without requiring a human to open the CCS GUI?