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.

[参考译文] MSPM0C1104:如何在 CCS 中提供本地文件路径

Guru**** 2457760 points
Other Parts Discussed in Thread: MSPM0C1104

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1488387/mspm0c1104-how-to-give-my-local-file-path-in-ccs

器件型号:MSPM0C1104

工具与软件:

大家好、团队成员:

我尝试在 CCS ARM Complier->Include options ->中映射路径  

例如:假设我要映射此本地文件 C:\Users\ABC\workspace_ccstheia\gpio_toggle_output_LP_MSPM0C1104_nortos_ticlang 如何 使用 dollor 符号执行此操作。 您能在这方面帮助我吗

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

    您好!

    [报价 userid="584613" url="~/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1488387/mspm0c1104-how-to-give-my-local-file-path-in-ccs ]C:\Users\abc\workspace_ccstheia\gpio_toggle_output_lp_MSPM0C1104_nortos_ticlang[/quoto]

    CCS_workspace_DIR 变量以指向工作区文件夹。

    您可以执行类似的操作

    ${CCS_workspace_DIR}\GPIO_toggle_output_LP_MSPM0C1104_nortos_ticlang

    还有一个指向当前项目的 PROJECT_ROOT。

    谢谢

    Ki

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

    谢谢你,我很喜欢你。