Other Parts Discussed in Thread: CCSTUDIO
Tool/software:
HI,
I am having an issue using CCS 10.0.0 in headless mode running in docker image (in ubuntu 20.04).
I am successfully importing the project through the next shell command:
/opt/ti/ccs1000/ccs/eclipse/eclipse -noSplash -data <workspace> -application com.ti.ccstudio.apps.projectImport -ccs.location <project_name>
Now I am trying only to clean the project with the next command:
/opt/ti/ccs1000/ccs/eclipse/eclipse -noSplash -data <workspace> -application com.ti.ccstudio.apps.buildProject -ccs.projects <project_name> -ccs.clean -ccs.listProblems
But I get the next error:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
CCS headless build starting... [Mon Jan 20 13:39:46 GMT 2025]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
================================================================================
Pre processing...
================================================================================
Building...
================================================================================
--------------------------------------------------------------------------------
Errors for project 'project_name' (1):
[project_name]: Product ${INHERITED} v0.0 is not currently installed and no compatible version is available. Please install this product or a compatible version.
================================================================================
--------------------------------------------------------------------------------
Warnings for project 'project_name' (0):
================================================================================
CCS headless build complete! 1 out of 1 projects have errors.So now, I am trying to find what is ${INHERITED} environment variable.
Could you help me to find this out, please?