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.

[参考译文] MSPM0L1306:C++ IAR 示例

Guru**** 2426460 points


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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1273848/mspm0l1306-c-iar-example

器件型号:MSPM0L1306

您好!

是否可以在 MSPM0上通过 IAR 实现 C++项目? 看起来好像有一个针对 CCS 的示例、但是没有针对 IAR 的示例。 我有一个客户正在尝试实现此功能、但缺少__IAR_program_start 符号时出现错误。

此致、

穆南

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

    您好!

    好的、所以我能够让 IAR 编译.cpp 源文件。 基本上、我为 IAR 导入了空项目模板、并使用 empty_cpp.cpp 和 empty.cpp.syscfg 文件替换了 empty.c 和 empty.syscfg 文件、它似乎已成功编译。  

    我认为这是可行的、只是想让它留在这里、以防其他人也尝试相同的方法。

    穆南