主题中讨论的其他器件:CCStudio
我尝试使用 Windows 11上的命令行来构建 CCS v12.6.0.00008工程。
我尝试遵循本指南但没有成功 https://software-dl.ti.com/ccs/esd/documents/ccs_projects-command-line.html#build-a-ccs-project
下面是我的命令和输出:
$ eclipsec -noSplash -data "C:\Users\gabriel\workspace_v12" -application com.ti.ccstudio.apps.projectBuild -ccs.projects BMSM -ccs.configuration Debug -ccs.listProblems -ccs.listErrors SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See www.slf4j.org/codes.html for further details. Usage: eclipsec -noSplash -data "<workspace_dir>" -application com.ti.ccstudio.apps.buildProject (-ccs.projects <name1>[ <name2>]* | -ccs.workspace) [<options>] where options include: -ccs.projects <name1>[ <name2>]* Space-separated list of projects to build. -ccs.workspace Build entire workspace. -ccs.configuration <name> The build-configuration to build (optional). Defaults to active build-configuration. -ccs.buildType (incremental | full | clean) The type of build to perform (optional). Defaults to 'incremental'. -ccs.listErrors List all errors after build completes (optional). -ccs.listProblems List all errors and warnings after build completes (optional). -ccs.autoOpen Automatically open any closed projects (optional). -ccs.args <file> File containing any extra arguments (optional). -ccs.help Print this help message.
我观察到以下情况:
-由于某种原因出现了 Java 日志库错误
-我没有看到任何错误消息 来帮助我诊断问题
- 退出代码为1
-错误消息认为我正在使用`buildProject`命令,但我正在使用`projectBuild`。
工作区似乎正确
工程名称和配置似乎正确
有什么建议吗?
此致!
加布里埃尔