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.

[参考译文] CC2652R7:TARGET_OS 和 TARGET_CPU 的值是多少?

Guru**** 2465890 points
Other Parts Discussed in Thread: CC2652R7

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

https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/1162786/cc2652r7-what-are-the-value-for-target_os-and-target_cpu

器件型号:CC2652R7

大家好、

我通过以下链接访问 CC2652R7的设置案件环境。 请说明 TARGET_OS 和 TARGET_CPU 的值是什么? 谢谢你。

 请参阅:https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/1082428/faq-cc2652r7-matter----getting-started-guide

  -->总体: https://github.com/project-chip/connectedhomeip/blob/master/docs/guides/BUILDING.md

构建自定义配置

通过设置构建参数来配置构建。 通过将 --args 选项传递给 gn gen、在 gn args 输出目录上运行或在 args.gn 输出目录中手动编辑来设置这些选项。 要配置新编译或编辑现有编译的参数、请运行:

source scripts/activate.sh

gn args out/custom

ninja -C out/custom

两个关键的内置编译参数是 target_os  target_cpu,它们控制编译的操作系统和 CPU。