工具/软件:
当前使用的是 SDK 10.2.0.15、该 SDK 具有 TI Arm Clang 4.0.0.LTS。 根据文档、它支持 C++17 标准。
将现有代码移植到 AM263P4 MCU 时、这会在尝试使用 C++20 功能时导致问题。
是否有计划升级编译器的 C++标准? 如果没有、我们可以提出这一要求吗?
谢谢。
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.
您好:
有关受支持的 C++功能的完整列表、请访问 TI Arm Clang 编译器工具用户指南
我建议升级 TI Arm Clang 编译器、这可在 CCS 中通过 Help -> Check for Updates 来完成
我将看到我是否能找到关于 C+20 功能未来计划的任何内容。
此致、
Susan
下面是您想到的几个特性。
我们正在将代码移植到 AM263P4、而代码当前正在使用 C99 指定的初始化程序。 我们必须用-wno-c99-indicator 来抑制它们 。
此外、我们还想使用 模块(C++20 起)- cppreference.com。