This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28035: 通过命令行的方式编译项目文件不生成debug文件

Part Number: TMS320F28035
Other Parts Discussed in Thread: CCSTUDIO

我是在配置gitlab的CI时需要用到命令行的方式来编译ccs项目,runner配置自windows10服务器上,我在服务器上测试代码的时候使用的指令是:

eclispec -noSplash -data .\workspace_path -application com.ti.ccstudio.apps.projectBuild -ccs.projects ./project_path -ccs.configuration Debug

编译后日志会报错显示:

!MESSAGE FrameworkEvent ERROR

!  stack 0

org.osgi.framework.BundleException: Exception in com.ti.ccstudio.debug.CCSDebugPlugin.stop() of bundle com.ti.ccstudio.debug

看起来似乎是插件的原因,但我不知道该如何解决