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.

[参考译文] MSP-EXP432E401Y:Code Composer 看不到支持我的器件的编译器时出现的问题

Guru**** 2468460 points
Other Parts Discussed in Thread: MSP-EXP432E401Y

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1470288/msp-exp432e401y-issues-with-code-composer-not-seeing-a-compiler-that-supports-my-device

器件型号:MSP-EXP432E401Y
主题中讨论的其他器件: MSP432E401Y

工具与软件:

我已重新安装 Code Composer Studio (CCS)版本20.0.2.5__1.6.2。 我将其与 MSP-EXP432E401Y Launch Pad 开发套件配合使用。 我打开 CCS 并且可以检测到电路板、太棒了。 然后、我进入项目向导、使用 hello 模板为我的板创建了一个新项目、而没有 RTOS 只是为了开始工作。

配置如下:
项目名称= hello。
Compiler = CCS - TI 编译器(MSP、C2000、Arm)。
内核=无 RTOS。

当我点击创建按钮时、会出现一个弹出窗口、显示"当前未安装支持器件'351032E401Y'的 TI Arm 编译器"。 我已经检查了 CCS 的安装、在 C:\ti\ccs2002\ccs\tools\compiler 下我看到了5个编译器

2025年02月04日03:07 PM

.
2025年02月04日03:05 PM .
2025年02月04日03:05 PM TI-CGT-armllvm_4.0.1.LTS
2025年02月04日03:07 PM TI-CGT-C2000_22.6.1.LTS
2025年02月04日03:06 PM TI-CGT-C29_1.0.0LTS
2025年02月04日03:06 PM TI-CGT-C6000_8.3.13
2025年02月04日03:06 PM TI-CGT-MSP430_21.6.0.LTS

我需要做什么才能构建 hello 项目?