Thread 中讨论的其他器件:CCStudio
工具与软件:
您好!
在 Docker 映像(在 Ubuntu 20.04中)中以无外设模式运行 CCS 10.0.0时遇到问题。
我通过下一个 shell 命令成功导入项目:
/opt/ti/ccs1000/ccs/eclipse/eclipse -noSplash -data -application com.ti.ccstudio.apps.projectImport -ccs.location
现在、我将尝试使用下一个命令来清理工程:
/opt/ti/ccs1000/ccs/eclipse/eclipse -noSplash -data -application com.ti.CCStudio.apps.buildProject -ccs.projects -ccs.clean -ccs.listProblems
但我得到下一个错误:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 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.
现在、我正在尝试查找什么是${INHERITED}环境变量。
您能帮我找出这个问题吗?