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.

[参考译文] CC2745R10-Q1:在 CCS Theia 中通过命令行创建 CCS 工程时、未找到 TIClang。

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

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1578421/cc2745r10-q1-ticlang-is-not-found-when-creating-ccs-project-by-command-line-in-ccs-theia

器件型号:CC2745R10-Q1


您好、

我正在为一个希望将其代码发布为静态库的客户提供支持。 我曾尝试按照 CCS 用户指南所示、输入 Belo 命令并返回未找到 TI Arm 编译器的错误。

c:\Users\A0503807\Island-CC2745>C:\ti\ccs2031\ccs\eclipse\ccs-server-cli.bat -noSplash -workspace "C:\Users\A0503807\Island-self" -application com.ti.ccs.apps.createProject -ccs.name TTE_test -ccs.device CC2745R10 -ccs.outputType staticLibrary

# --------------------------------------------------------------------------------
# Creating project 'TTE_test'...

  !ERROR: No TI Arm compilers, supporting device 'CC2745R10', are currently installed

Done

但我已经检查了 CCS 设置、并在这里设置了正确的设置。

您能解释一下为什么我无法创建它吗?

image.png

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

    您好:

    CLI 命令默认使用较旧的 TI Arm 专有编译器、而不是较新的 TI Arm Clang 编译器。 由于未安装/发现该编译器、因此会收到该错误。

    要显式指定 TI Arm Clang 编译器、请添加以下选项:

    -ccs.toolchain TICLANG

    谢谢

    Ki