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.

[参考译文] CCS/TM4C123AE6PM:使用命令行编译时出现一些错误

Guru**** 2535750 points
Other Parts Discussed in Thread: TM4C123AE6PM, CCSTUDIO

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/905381/ccs-tm4c123ae6pm-while-building-using-command-line-giving-some-error

器件型号:TM4C123AE6PM
Thread 中讨论的其他器件: CCStudio

工具/软件:Code Composer Studio

您好!

我也在从事一些个人项目。

我尝试使用下面添加的一些 Perl 脚本进行编译和编译、以生成二进制文件。 当我运行到本地时,它运行正常(二进制文件创建)。 将其用于服务器的同一脚本(竹)。 当我触发服务器时、无法生成二进制文件。 同时、如果我打开 CCS 并观察到它在投入与工作空间相关的部分错误、

错误:

在"定期工作区保存"期间发生内部错误。

无法为根设置较低的序列号(之前:103、新:102)。 位置> c:\Projetos\projetosCCSV6\TM4C123AE6PM\.metadata\.plugins\org.exlipse.core.resources\cafetable\org.eclipse.core.resources

命令:

'eclipsec -noSplash -data '.$code_DIR.' -application com.ti.ccstudio.apps.projectImport -ccs.location ".$PRJ_LOC." -ccs.autoImportReferencedProjects >>'.$projects[0]。'_Import_log.txt';

'eclipsec -noSplash -data '.$code_DIR.' -application com.ti.ccstudio.apps.projectBuild -ccs.projects '.$_[0]。' -ccs.buildType 完整-ccs.configuration '.$_[1]。' >'.$_[0]。'_build_log_'.$type_for_config.'.txt';

有人可以对此提供帮助吗?

详细信息:-

微控制器:- TM4C123AE6PM

IDE:- CCS 6.0

最棒的

Ugra