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.

[参考译文] CODECOMPOSER:从.hex 生成.bin 输出。 不支持使用--abi=eabi 构建的 C28x 文件

Guru**** 2318830 points
Other Parts Discussed in Thread: TI-CGT
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1509198/codecomposer-generate-bin-output-from-hex-c28x-files-built-with---abi-eabi-are-not-supported

部件号:CODECOMPOSER

工具/软件:

我将执行以下编译后处理步骤以获取.bin 输出格式:

"C:\ti\ccs2011\ccs\\utils\tiobj2bin\tiobj2bin\tiobj2bin.bat""app.out""app.bin""C:\\ti\ccs2011\ccs\tools\\compiler\\ti-cgt_22.6.1.LTS

但我收到了错误:

[27]C28x 不支持使用--abi=eabi 构建的文件。  

如果 不能选择切换到咖啡比、可以做什么?

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

    我假定二进制文件是另一个实用程序的输入。  请查看该实用程序是否还支持十六进制格式文件、例如 Intel hex 作为输入。  如果是、则从二进制文件更改为十六进制文件。

    本文的其余部分假定您要创建一个二进制文件。

    如您所见、C28x 不支持 EABI 文件。  此论坛帖子中介绍了权变措施。  除了其他详细信息、您必须向十六进制实用程序提供一个命令文件。  要了解如何在 CCS 工程中执行此操作、请参阅 CCS 中的十六进制实用程序文章的最后一部分

    谢谢。此致、

    -乔治