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/CCStudio:CCSv10 MacOS Sierra - MacBook Pro

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

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/924583/ccs-ccstudio-ccsv10-macos-sierra---macbook-pro

器件型号:CCStudio
主题中讨论的其他器件:Energia

工具/软件:Code Composer Studio

错误消息" 指定的目录与 Energia 安装不同。 请选择包含"Energia"可执行文件的目录。" 在安装 MacOS 时、尝试在 CCSv10中注册 Energia 应用程序以获取新的 Energia Sketch 时会显示。 Windows 安装中不会出现问题。 使用包含/hardware 文件夹的 Java 子文件夹代替应用程序也不起作用。

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

    Bevan、

    由于 macOS 上的 Energia 存在错误、CCS 无法识别 Energia 安装。  我在 Energia 21中看到了这一点。  我不确定您使用的是哪个版本、但有权变措施。

    转至 Energia 安装位置、然后转至:

    /Applications/.../Energia.app/Contents/Java/lib

    打开 version.txt  

    它可能包含字符串"${version}"

    将其替换为"1.8.7E21"或将21更改为您正在使用的 Energia 版本。  

    CCS 现在应该能够发现 Energia。

    此致、

    John