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.

[参考译文] CC1352P7:迁移项目

Guru**** 2392905 points


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

https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1353480/cc1352p7-migration-project

器件型号:CC1352P7

您好!

我的项目从旧开发工具迁移到新工具后:SDK 7.40.00.77、Clang 3.2.LTS、SYSCFG 1.18.1、

我收到以下警告:

#10247-D 在没有 SECTIONS 规范的情况下创建输出段".ramVecs" project_out C/C++ problem

 使用旧开发工具时、".ramVecs"段不存在。 如何修复它?

谢谢。

亚历克斯  

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

    尊敬的 Alex:

    警告是来自链接器还是编译器?

    如果它是链接器、我建议您从7.40 SDK 查看工程中的链接器命令文件(cmd)。

    如果是编译器、则可能与 ccfg 有关。

    谢谢、

    M·H

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

    尊敬的 Marie:

    谢谢、现在它可以正常运行:作为部分迁移、.vecs 段应在链接器命令文件(.cmd)中重命名为.ramVecs。

    谢谢。

    亚历克斯