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:尝试构建 TI Matter 示例时出现编译错误。

Guru**** 2465400 points
Other Parts Discussed in Thread: SYSCONFIG

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

https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/1179531/cc2652r7-compile-errors-when-attempting-to-build-ti-matter-example

器件型号:CC2652R7
Thread 中讨论的其他器件:SysConfig

我不理解在尝试构建 TI Matter 示例(pump-app)时如何避免此错误。 有什么想法吗? 请参阅随附的屏幕截图:

提前感谢!

Steve K.

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

    您好!

    这是否与您的其他帖子重复?
    https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/1179465/cc2652r7-building-the-pump-app-ti-matter-example-does-not-work-on-macbook-m1

    如果不是、请另外提供登录文本。

    谢谢、
    Toby

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

    尊敬的 Toby:

    否、不重复。 您让我通过了第一个障碍(安装 SysConfig)、但现在我将进入下一个障碍。 顺便说一下、我不确定"登录文本"是什么意思。 ?

    提前感谢您!Steve。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    [引用 userid="375367" URL"~/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/1179531/cc2652r7-compile-errors-when-attempting-to-build-ti-matter-example/4441506 #4441506"]BTW、我不确定"文本中的日志"是什么意思

    我的意思是从控制台复制和粘贴文本输出。

    您使用的是 connectedhomeip 的哪一个提交?
    请尝试此处记录的提交 ID: https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/1082428/faq-cc2652r7-matter----getting-started-guide 

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

    尊敬的 Toby:

    您询问我使用的是哪种提交。 这是一个相当近期的事件:Git commit id c988a2c4ffc99fe890cf6fbafb4cdcc33390c012 (2022年12月5日)。 您是否有理由相信此较新版本存在问题? 我是否应该等待 TI 进行测试和验证并可能修复? 我不太愿意花时间(以及向我的客户收取费用)恢复您所指文档中引用的旧版本。 您能更详细地解释一下为什么这是必要的吗? 当前的连接设备似乎是我希望在产品开发过程中保持关注的对象。 您提供的文档中引用的提交 ID 会调用3af0acd06cfb4a3e1b1a38c4d2091942ed0ef8a5。 我甚至看不到我克隆的 connectedhomeip repo 中包含10、491个承诺的一个,但我对后退并不感兴趣,但我宁愿等待对最新系统应用的任何所需修复程序。您能详细说明一下可能发生的情况吗?等等?

    好的、提前感谢!

    Steve K.

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

    Toby、我进行了 git 'pull'操作、现在看到了您引用的 git commit (3af0acd06cfb4a3e1b1a38c4d2091942ed0ef8a5);它比我认为 TI doc 也引用的版本新。 我看到在2022-12-07发生了提交。 比我最初工作的新两天。 让我试一下这个、然后与您一起返回。

    谢谢、

    Steve K.

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

    尊敬的 Toby:

    我现在遇到了一个奇怪的错误,因为我尝试从12月5日的 git ID 转换到您提到的12月7日的 git ID。 下面是日志的顺序。

    $ mkdir ~/Desktop/zPuzl/matter
    $ CD ~/Desktop/zPuzl/matter
    $ git clone --recurse-submodules github.com/.../connectedhomeip
    ———————————————————
    $ git log -n 1.
    提交04c20f6584ed47d1b4ba9bb7d873b7867cc2c60d
    作者:Boris Zbarsky
    日期:  Sun 12月18日10:09:13 2022-0500
    ———————————————————
    TI 建议返回到中引用的12月7日提交 ID:
    e2e.ti.com/.../faq-cc2652r7-matter----getting-started-guide
    其中:3af0acd06cfb4a3e1b1a38c4d2091942ed0ef8a5 (2022年12月7日)
    ———————————————————
    $ CD ~/Desktop/zPuzl/matter/connectedhomeip
    $ git 结账3af0acd06cfb4a3e1b1a38c4d2091942ed0ef8a5
    m   third_party/mbedtls/repo
    m   third_party/openthread/repo
    m   third_party/pigwee/repo
    m   third_party/silabs/Matter 支持
    注意:查看'3af0acd06cfb4a3e1b1a38c4d2091942ed0ef8a5'。

    您处于"缓存标题"状态。 您可以四处看看、使其具有实验效果
    更改并提交、您可以放弃在此过程中所做的任何提交
    执行其他结算、在不影响任何分行的情况下陈述。

    如果您要创建新分支以保留您创建的提交、您可以执行此操作
    再次使用-b 并执行签出命令、(现在或以后)执行此操作。 示例:

     Git 结算-b

    标题现在为3af0acd。。。 通过将 Docker 映像芯片构建 vs 替换为芯片构建(#23960)来加快 CI
    ———————————————————
    $源脚本/activate.sh

     欢迎使用...

            █μ A
            █μ A
        ▄  █  ▄                               █    █μ A
        ▀▀█████μ A ▀▀     ▄▀▀▀▄▄▀▀▀▄   ▄▀▀▀▀▄█ ▀▀█▀▀▀▀▀μ A █▀▀  ▄▀▀▀▀▄   ▄▀▀μ A
      ▀█▄      ▄█▀  █    █    █ █     █μ A    █    █   █▄▄▄▄▄▄μ A █ █μ A   
        ▀█▄  ▄█▀    █    █    █ █     █μ A    █    █   █        █μ A   
     ▄██▀▀█  █▀▀██▄ █    █    █  ▀▄▄▄▄▀█   ▀▄▄  ▀▄▄  ▀▄▄▄▄▀  █μ A   
     ▀▀   █  █   ▀▀μ A

     自举! 自举可能需要几分钟时间;请耐心等待。

    将软件包下载并安装到本地源目录中:

     正在设置 CIPD 软件包管理器...完成(12.1s)
     设置 Python 环境..... 完成(1m5.4s)
     设置 PW 包........... 已跳过(0.1秒)
     设置主机工具.......... 完成(0.1秒)

    激活环境(设置环境变量):

     正在设置 CIPD 包管理器的环境变量...完成
     为 Python 环境设置环境变量..... 完成
     设置 PW 包的环境变量........... 已跳过
     设置主机工具的环境变量.......... 完成

    检查环境:

    20221219 07:24:45 WRn Current uname (22.2.0达尔文内核版本22.2.0:星期五):11月11日02:03:51 PST 2022;root:xnu-8792.61.2~~4/release_arm64_T6000 ARM64)与 Bootstrap uname 不匹配(22.2.0达尔文内核版本22.2.0:星期五:11月11月11日02:64:t6000)
    20221219 07:24:45 ERR PW_ROOT (/Users/Kranz/Desktop/zPuzl/matter/connectedhomeip/third_party/pigweed/repo)!=`git rev-parse --show - toplevel`(/Users/Kranz/Desktop/zPuzL/matter/connectedhomeip/third_party/pigweed/repo)
    20221219 07:24:45 INF 检查失败:pw_root
    20221219 07:24:45 INF 您的环境设置已完成、但某些情况不正确、某些情况可能无法正常工作。 您可以继续进行开发、但请通过 https://issues.pigweed.dev/new 或联系您的团队寻求支持。
    引导过程中出错--请参阅上面的消息。
    ———————————————————

    我不知道从这里去哪里。 有什么想法吗?
    提前感谢 Steve K.

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

    尊敬的 Toby:

    您是否有机会查看我的上次回复? 我仍在尝试构建 TI Matter 示例。 下面是尝试继续执行的其他信息、这些错误由您建议的'git checking 3af0acd06cfb4a3e1b38c4d2091942ed0ef8a5'系统所应用的'source scripts/activate.sh'和'source scripts/bootstrap.sh'步骤报告。

    ——————————————————————
    $前进
    /Users/Kranz/Desktop/zPuzl/matter/connectedhomeip
    ——————————————————————
    $ git rev-parse --show-toplevel
    /Users/Kranz/Desktop/zPuzL/matter/connectedhomeip
    ——————————————————————
    $ printenv | grep pw_root
    pw_root=/Users/Kranz/Desktop/zPuzl/matter/connectedhomeip/third_party/pigweed/repo
    ——————————————————————
    $ CD examples/pump-app/cc13x2x7_26x2x7
    $ gn gen out/debug --args="ti_sysconfig/root=\"$home/ti/sysconfig/1.11.0\"
    自动检测输入 Matter IDL 文件。
    完成。 在96ms 内从204个文件中创建了245个目标
    ——————————————————————
    $忍者-C 输出/调试                                                       
    忍者:`目录'输出/调试'
    [1/1004] c++ obj/third_party/connectedhomeip/src/trace/trace.trace.cpp.o
    失败:obj/third_party/connectedomeip/src/trace/trace.trace.cpp.o
    arm-none-eabi-g++-MMD -mf obj/third_party/connectedomeip/src/trace/trace.cp.o.d -March =cortex-M4 -mabi=aaps=mfpv5-d16 -mfloat-abi=mv7e-m -mcpue-mcpu-unuse-excand-wabout-wabout-wde-wabout-swap-m-m-m-unus-m-unspecs -unus-swap-unus-unus-swabout-swap-swap-ne-not-out-swap-swap-swap-swap-swap-m-m-m-nate-not-out-swap-swap-m-out-swap-swap-swap-specs -swap-m-necnecnecnecne-tion-tion-swap-swap-sw-sw-sw-tion-sw-swap-t-swap-swap-swap-n  /../third_party/connectedhomeip/src/trace/trace.cpp
    /bin/sh:arm-none-eabi-g++:找不到命令
    [12/1004] action //third_party/connectedhomeip/examples/pump-app/pump-comm...gen_codegen (//third_party/connectedhomeip/build/toolchain/arm_gcc:arm_gcc)
    ninja:Build stopped:子命令失败。

    提前感谢、

    Steve K.

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

    您好!

    [引用 userid="375367" URL"~/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/1179531/cc2652r7-compile-errors-when-attempting-to-build-ti-matter-example/4457366 #4457366"] arm-no-eabi-g++:找不到命令[/quot]

    构建脚本似乎找不到 arm-none-eabi-g++。
    您能否共享运行此命令的输出:哪个 arm-none-eabi-g++?
      (在我的 shell 中、我看到 connectedhomeip/.environment/CIPD/packages/arm/bin/arm-none-eabi-g++)。

    如果未找到该代码、我建议保存您在此复制中修改的任何代码、然后删除并重新执行这些步骤。 我不确定在为您当前本地副本的此 REPO 设置过程中会出现什么问题。

    [引用 userid="375367" URL"~/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/1179531/cc2652r7-compile-errors-when-attempting-to-build-ti-matter-example/4449091 #4449091"]您可能需要在此系统上重新运行引导程序

    另一件事、您是否尝试重新运行自举? 即 源脚本/bootstrap.sh

    谢谢、
    Toby

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

    尊敬的 Toby:

    您询问“是否尝试重新运行引导程序?”。 是的,它不会产生影响。 我仍然收到与 PW_ROOT 相关的错误、随后构建 TI Pump-app 的尝试失败、出现 ARM-no-eabi-g++错误(不存在文件)。 此外,我已经多次尝试整个过程,从新的 repo 开始,并使用 git commit 3af0acd06cfb4a3e1b1a38c4d2091942ed0ef8a5 (12月7日),但每次都有相同的故障。 此外、我尝试使用 git repo 的主分支版本(当时为12月18日、提交04c20f6584ed47d1b4ba9bb7d873b7867cc2c60d)并获得相同的故障。 有什么想法吗? 我认为 arm-none-eabi-g++不是 repo 的本机文件,而是派生文件。 您是否知道通常会推导该文件的内容以及该文件是否与运行最新 macOS 的最新 MacBook 兼容? TI 是否有人可能知道 TI Matter 示例在这种情况下是否正常工作、最近对此进行了确认? 无论如何、我会感到很困住、一定会感谢您的任何帮助。

    提前感谢、
    Steve

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

    您好、Steve、

    我借了一本书,尝试从一个新鲜的爬行动物那里建造,它正在工作。 (macOS Monterey 12.3)

    [引用 userid="375367" URL"~/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/1179531/cc2652r7-compile-errors-when-attempting-to-build-ti-matter-example/4457921 #4457921"]\n 我认为 arm-no-eabi-g++不是 repo 的本机文件,而是派生文件。 您是否知道通常会推导该文件的内容以及该文件是否与运行最新 macOS 的最新 MacBook 兼容?

    这通常应由脚本 bootstrap.sh 和 activate.sh 设置。 在 macbook 上、我看到 arm-none-eabi-g++安装在同一位置(相对于 connectedhomeip)。

    您可以尝试以下操作吗? (我从此处获取、为了方便起见、粘贴如下: https://github.com/project-chip/connectedhomeip/issues/23930#issuecomment-1344520449)

    which python # curious here what your env is ...
    git submodule sync --recursive
    git submodule update -f --init --recursive

    If that still fails, do rm -rf .environment (path may be different depending on what which python says.
    In a fresh shell do the source scripts/bootstrap.sh again

    Note the specific step of starting a fresh shell, to reduce the chances of any cached info from affecting later script runs in the same shell.

    Thanks,
    Toby

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

    尊敬的 Toby:

    感谢您的快速回复。 我注意到您没有使用最糟糕的 macOS、可能没有 M1 Macbook。 您可能会考虑迁移到最新版本、并确保在 M1 MacBook Pro 上。 你让我尝试一些新鲜的壳体。 结果如下。 顺便说一下,这是在12月18日版本的 repo 而不是12月7日版本上。 例如,12月18日的主分支,git commit id. 如果使用您之前提到的12月7日承诺,我相信我不会获得不同的结果。

    (二
    在这里开始了一个新鲜的壳体。
    (二
    %前进
    /Users/Kranz/Desktop/zPuzL/matter/connectedhomeip
    (二
    %
    /Library/Frameworks/Python.framework/Versions/2.7/bin/python
    (二
    % git 分支
    *主设备
    (二
    % git log -n 1
    提交04c20f6584ed47d1b4ba9bb7d873b7867cc2c60d
    作者:Boris Zbarsky
    日期:  Sun 12月18日10:09:13 2022-0500
    (二
    % git 子模块同步--RECURSIVE
    同步'examples/common/QRCode/repo'的子模块 URL
    同步'examples/common/m5stack-tftc/repo'的子模块 URL
    同步'third_party/boringsl/repo/src'的子模块 URL
    同步'third_party/bouffalolab/repo'的子模块 URL
    同步'third_party/bouffalolab/repo/componations'的子模块 URL
    同步'third_party/bouffalolab/repo/customer_app'的子模块 URL
    同步'third_party/bouffalolab/repo/docs'的子模块 URL
    同步'third_party/bouffalolab/repo/tools'的子模块 URL
    同步'third_party/cirque/repo'的子模块 URL
    同步'third_party/editline/repo'的子模块 URL
    同步'third_party/freertos/repo'的子模块 URL
    同步'third_party/Infineon/cyw30739_sdk/repos/30739A0'的子模块 URL
    同步'third_party/Infineon/cyw30739_sdk/repos/CYW930739M2EVB-01'的子模块 URL
    同步'third_party/Infineon/cyw30739_sdk/repos/btsdk-include'的子模块 URL
    同步'third_party/Infineon/cyw30739_sdk/repos/btsdk-tools'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/target_CY8CKIT-062S2-43012'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/d抽象-rtos'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/anycloud-ota'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/bluetooth-freertos'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/btstack'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/clib-support'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/connectivity-utilities'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/core-lib'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/core-make'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/freertos'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/kV-store'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/lwip'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/mbedtls'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/mtb-hal-cat1'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/mtb-pdl-cat1'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/psoc6cm0p'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/pece-make-cat1a'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/retarget-io'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/secure-socket'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/serial-flash'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/wHD-bsp-integration'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/wifi 连接管理器'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/wifi 主机驱动程序'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/wi-mw 内核'的子模块 URL
    同步'third_party/jsoncpp/repo'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/cypress/libs/core-lib'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/cypress/libs/cybedtls-acceleration'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/cypress/libs/mtb-pdl-cat1'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/cypress/libs/pdl/psoc6pdl'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/cypress/libs/psoc6hal'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/cypress/libs/retarget-io'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/sespress/hal/esp-idf'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /ASIO/ASIO'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espress/hal/sep-idf/scomponents / bootloader/subsubit/components / micro-ecc/micro-ecc'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/bt/controllers/lib_esp32'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/bt/controllers/lib_esp32c3_family'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/bt/host/nimple/nimble'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /cbor/tinycbor'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /cmock/Cock'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /cmock/cmock/vender/c_exception'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /cmock/cmock/vendor/unit'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /CoAP/libcoap'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/CoAP/libcoap/ext/tinydtls'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /esp_phy/lib'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /esp_wifi /lib'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /espool_py/espotool'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /expat/expat'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /ieee802154/lib'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /json/cJson'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sese-idf/scomponents /libna/slibna'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /lwip/lwip'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /mbedtls/mbedtls'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/mqtT/esp -mqtT'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/nghttp/nghttp2'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/nghttp/nghttp2/thircuie/mrubi'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /nghttp/nghttp2/thircuit/nnhlean'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/openthread/lib'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/openthread/openthread 的子模块 URL '
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/protobuf-c/protobuf-c'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /spifs/spiffs'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /tinyusb/tinyusb'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /单位/unital/单位'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/examples/build_system/cmake/import_lib/main/lib/tinyxml2'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/espl-idf/examples/peripheral/secure_element/atecc608_ecdsa/component-cryptoauthlib'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/ext/CDDL-gen'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/ext/mbedtls'的子模块 URL
    同步'third_party/mbed-os-Cypress-Capsense-button/repo'的子模块 URL
    同步'third_party/mbed-os-posix-socket/repo'的子模块 URL
    同步'third_party/mbed-OS/repo'的子模块 URL
    同步'third_party/mbedtls/repo'的子模块 URL
    同步'third_party/mt793x_sdk/filogic'的子模块 URL
    同步'third_party/mt793x_sdk/lwip'的子模块 URL
    同步'third_party/mt793x_SDK/mDNSResponseer'的子模块 URL
    同步'third_party/nanopb/repo'的子模块 URL
    同步'third_party/nlassert/repo'的子模块 URL
    同步'third_party/nlfaultjjection/repo'的子模块 URL
    同步'third_party/nlio/repo'的子模块 URL
    同步'third_party/nlunit-test/repo'的子模块 URL
    同步'third_party/NXP/libs/mbedtls/repo'的子模块 URL
    同步'third_party/NXP/mw320_sdk/repo'的子模块 URL
    同步'third_party/open-IoT-SDK/SDK'的子模块 URL
    同步'third_party/open-IoT-SDK/SDK/developer-tools'的子模块 URL
    同步'third_party/open-IoT-SDK/storage'的子模块 URL
    同步'third_party/open-IoT-SDK/storage/developer-tools'的子模块 URL
    同步'third_party/openthread/ot-efr32'的子模块 URL
    同步'third_party/openthread/ot-efr32/openthread'的子模块 URL
    同步'third_party/openthread/ot-efr32/third_party/silabs/gecko_sdk'的子模块 URL
    同步'third_party/openthread/ot-IFX'的子模块 URL
    同步'third_party/openthread/ot-IFX/openthread'的子模块 URL
    同步'third_party/openthread/ot-ifX/third_party/Infineon/btsdk-include'的子模块 URL
    同步'third_party/openthread/ot-ifX/third_party/Infineon/btsdk-tools'的子模块 URL
    同步'third_party/openthread/ot-ifX/third_party/Infineon / platform/cyw30739/30739a0'的子模块 URL
    同步'third_party/openthread/ot-ifX/third_party/Infineon 平台/Cyw30739/BSP/Cyw930739m2evb-01/target_CYW930739M2EVB-01'的子模块 URL
    同步'third_party/openthread/ot-NXP'的子模块 URL
    同步'third_party/openthread/ot-NXP/openthread'的子模块 URL
    同步'third_party/openthread/ot-qorvo'的子模块 URL
    同步'third_party/openthread/ot-qorvo/openthread'的子模块 URL
    同步'third_party/openthread/ot-qorvo/thire_party/Qorvo/repo'的子模块 URL
    同步'third_party/openthread/repo'的子模块 URL
    同步'third_party/ot-br-posix/repo'的子模块 URL
    同步'third_party/ot-br-posix/repo/third_party/cJSON/repo'的子模块 URL
    同步'third_party/ot-br-posix/repo/third_party/http-parser/repo'的子模块 URL
    同步'third_party/ot-br-posix/repo/third_party/openthread/repo'的子模块 URL
    同步'third_party/pedwe/repo'的子模块 URL
    同步'third_party/pybind11/repo'的子模块 URL
    同步'third_party/qpg_sdk/repo'的子模块 URL
    同步'third_party/silabs/gecko_sdk'的子模块 URL
    同步'third_party/silabs/Matter 支持'的子模块 URL
    同步'third_party/silabs/wiseconnect-wii-bt-sdk'的子模块 URL
    同步'third_party/simw-top-mini/repo'的子模块 URL
    同步'third_party/ti_simplelink_sdk/repo_cc13xx_cc26xx'的子模块 URL
    同步'third_party/ti_simplelink_sdk/repo_cc32xx'的子模块 URL


    (二
    % git 子模块更新-f --init --RECURSIVE
    子模块路径"examples/common/QRCode/repo":已检出'8518684c0f33d004fa93971be2c6a8eca3167d1e'
    子模块路径'examples/common/m5stack-tftf/repo':已检出'a1ece2c500cf179db8f0c7dbc7bb8f3ace562142'
    子模块路径'third_party/boringsl/repo/src':已检出'c8d31372f7342707d8c6e40c814ce1b64fe36086'
    子模块路径'third_party/bouffalolab/repo':已检出'ae0622d85476ed838ebc3efde9743c376bc9f96d'
    子模块路径'third_party/bouffalolab/repo/components:已检出'd 545bc8180f84b5a14eb2b5f0529746016fab688'
    子模块路径'third_party/bouffalolab/repo/customer_app':已检出'6b970f2d1c03e51cbdebd33f253e1995eb027a5e5e5e5e5e5e5e5e5e5e'
    子模块路径'third_party/bouffalolab/repo/docs':已检出'ca2df964be01bf24ba08138c5605ea536968765a'
    子模块路径'third_party/bouffalolab/repo/tools':已检出'2538623d4af51382a6103c8f6b41133698786bff'
    子模块路径'third_party/cirque/repo':已检出'262ea7724667229f0d21d6a1c1e96d90415f0906'
    子模块路径'third_party/editline/repo':已检出'9fa05ba3841f3a7776b0b3645a3a92f32259d988'
    子模块路径'third_party/freertos/repo':已检出'88e32327edd975de97c390bc5b6c1f8e7d9d239e'
    子模块路径'third_party/Infineon/cyw30739_sdk/repos/30739A0':已检出'85a07264df8533e8ea85e340a98b4e648adfa1'
    子模块路径'third_party/Infineon/cyw30739_sdk/repos/CYW930739M2EVB-01':已检出'd 5f5b6782368620b8f4a88360fb035d3407e06'
    子模块路径'third_party/Infineon/cyw30739_sdk/repos/btsdk-include':已检出'b1eb9b39f3ef86211164c4d9825bee6316ac76c6'
    子模块路径'third_party/Infineon/cyw30739_sdk/repos/btsdk-tools':已检出'9743681e4d3f16a291bff6f8aee65349d1241b'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/target_CY8CKIT-062S2-43012':已检出'7f3840aab53ff773c5d95eaedb5aaaae9dd2af45'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/m抽象-rtos':已检出'23800dd03bf46064930127b22f915807cacbc1e7'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/anycloud-ota':已检出'adc942bb85aa6e43021cbf31454314dbe6038e25'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/bluetooth-freertos':已检出'e0d13d8e1f49f5522043133856fa268d1a279b32'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/btstack':已检出'205412d987da3f397201580ac2f98918d1bb0d57'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/clib-support':已检出'8be98e6512bb03d11780530c35e23cd723a1cd72'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/connectivity-utilities':已检出'7b2f441dce5b748173cdf2a2f3871d7f4562a6e5'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/core-lib':已检出'7e6892ee1eeabc8f6c25fbf02cb00ff43bd3ac73'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/core-make':已检出'251ade90cd56005369ced67cf05831783b1cd1'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/freertos':已检出'eec60193e7f5d4e239bc9c8e6c0c6e88eb3ecdb4'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/kV-store':已检出'c81d0a32cb8301b307b9e32c126bf1a1f6465fb'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/lwip':已检出'bef26c446a078d4352e76392ef16f019bea501'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/mbedtls':已检出'1c54b5410fd48d6bcada97e30cac417c5c7eea67'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/mtb-hal-cat1':已检出'708a6b2542f0d8814c129a3141e78fd265826a0b'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/mtb-pdp-cat1':已检出'3c6aebd2f3238b578329bfb8a6c5a0e138bd5c7b'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/psoc6cm0p':已检出'65569574830d3eef29fb9a0f1060eb0885063b56'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/pece-make-cat1a':已检出'656d8c5b4fbd1e20190315ffb6a64ae151f627c9'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/retarget-io':已检出'a61cd7c5f4b2808c949248f05287c09e6578abfc'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/secure 套接字':已检出'afb9546877915d22f226afd1ddb3b15a1df38bd3'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/serial-flash':已检出'c7b55aa5406e6da9954f60e5f5460b71cd220ef2'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/wHD-bsp-integration':已检出'c180a141838d02aea52f86967772f8216fc15a18'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/wii-connection-manager':已检出'43a355a7c4234953f35860e9bf52ad1376bd62ba'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/wi-host-driver':已检出'40a7ec2273a950fbf89353d3d3eac98c5c1c2fd8cd'
    子模块路径'third_party/Infineon/psoc6/psoc6_sdk/libs/wi-mw 内核':已检出'1024dbf4a0ff979a233169558d9b8ca7e79b34eee'
    子模块路径'third_party/jsoncpp/repo':已检出'42e892d96e47b1f6e29844cc705e148ec4856448'
    子模块路径'third_party/mbed-mcu-boot/repo':已检出'46070d75e06058a2e6a525d8be71b9b872178514'
    子模块路径'third_party/mbed-mcu-boot/repo/boot/cypress/libs/core-lib':已检出'a0f53cdda39a373c45cdbf9f853c8018c1172461'
    子模块路径'third_party/mbed-mcu-boot/repo/boot/cypress/libs/cy-bedtls-acceleration':已检出'79a9d8e5e0a98531d8b17f94f3f040359e9cdd9d'
    子模块路径'third_party/mbid-mcu-boot/repo/boot/cypress/libs/mtb-pdl-cat1':已检出'55b5a5457195ad2a2a02e0a98ca72a9333e26397'
    子模块路径'third_party/mbid-mcu-boot/repo/boot/cypress/libs/pdp/soc6pdl':已检出'0e38b78ef9ae3ce5db0563bdcde80a028c5fc38a'
    子模块路径'third_party/mbed-mco-boot/repo/boot/cypress/libs/psoc6hal':已检出'a0d6c08f1178750e29967999860485878fac09f9"
    子模块路径'third_party/mbid-mcu-boot/repo/boot/cypress/libs/retarget-io':已检出'bd88e66fc6976de49694382a5ce5dc7613f12ace'
    子模块路径'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf':已检出'e104dd7f27d2e73ab0e9b614dd7b9295099069bf'
    子模块路径'third_party/mbed-mcus-boot/repo/boot/sespresif/hal/sese-esf/compons/asio/asio':已检出'f31694c9f1746ba189a4bcae2e34db15135ddb22'
    子模块路径'third_party/mbed-mcc-boot/repo/boot/espresif/hal/sement-idad/compons/bootloader/subsidies/micro-ecc/micro-ecc/micro-eccus/micro-ecc ':已检出'd 037ec89546fad14b5c4d5456c2e23a71e554966'
    子模块路径'third_party/mbed-mco-boot/repo/boot/espresif/hal/sep-idf/compons/bt/controllers/lib_esp32':已检出'54a69e53616cbd123f3bbf150e42930a799a'
    子模块路径'third_party/mbed-mcc-boot/repo/boot/espresif/hal/sep-idf/compons/bt/controllers/lib_esp32c3_family':已检出'32f15e826a102d2d64e612620468122e2234a2e2e'
    子模块路径'third_party/mbed-mco-boot/repo/boot/espresif/hal/sep-idf/compons/bt/host/nimple/nimble':已检出'a4f3ace1e776b2c3edc5421e0c222f2ead94792b'
    子模块路径'third_party/mbed-mcc-boot/repo/boot/espresif/hal/sep-idf/compons/cbor/tinycbor':已检出'7c349dbb6b8d76db39383b226d3ebd3b596b8ab37d'
    子模块路径'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sese-esfid/compons/cmock/cmock':已检出'eeecc49ce8af123cf8ad40efdb9673e37b56230f'
    子模块路径'third_party/mbed-mcc-boot/repo/boot/espresif/hal/semple-esf-idb/compons/cmock/cmock/vendor/c_fexception':已检出'71b47be7c950f1bf5f7ebb3779fa99a165302246'
    子模块路径'third_party/mbed-mco-boot/repo/boot/espresif/hal/sep-idk/component-cmock/cmock/vendor/unitation':已检出'cf949f45ca6d172a177b00da21310607b97bc7a7a7'
    子模块路径'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/seces/CoAP/libcoap':已检出'3aa11612c143c9734d72022720f33e12506f7a2c'
    子模块路径'third_party/mbed-mco-boot/repo/boot/espresif/hal/sep-idf/scomponents /CoAP/libcoap/ext/tinydtls':已检出'59055b8a935bc53bf69d002fc089ad4bd08851b2'
    子模块路径'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/compons/esp_phy/lib':已检出'8c34eec8b8463cbd038c242f0da5e7b68cacd39b'
    子模块路径'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/compons/esp_wifi /lib':已检出'657dd399cff195341fd536d503ce99f0d46876a6'
    子模块路径'third_party/mbed-mcus-boot/repo/boot/espresif/hal/sep-idf/compons/espTool_py/esptool':已检出'b082b0ed2d86b3330134c4854a021dfd14c29b08'
    子模块路径'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /expat/expat':已检出'a28238bdeebc087071777001245df1876a11f5ee'
    子模块路径'third_party/mbed-mcc-boot/repo/boot/espresif/hal/sep-idf/compons/ieee802154/lib':已检出'387c762a711ca70a1b86d66716736f162a52ff4a'
    子模块路径'third_party/mbed-mcus-boot/repo/boot/espresif/hal/esp-idf/compons/json/cJson':已检出'd 348621ca93571343a56862df7de4ff3bc9b5667'
    子模块路径'third_party/mbed-mco-boot/repo/boot/espresif/hal/sese-idf/componencs/libdax/libdax':已检出'4f5e89fa84ce1d178a6765b8b46f2b6f91216677'
    子模块路径'third_party/mbed-mcu-boot/repo/boot/espresif/hal/esp-idf/scomponents /lwip/lwip':已检出'2749568fe15df2003f6c3f37f0dfdf44f8f01fcd6'
    子模块路径'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/compons/mbedtls/mbedtls':已检出'73cfa42bd39a704fa2706e3c1b1b532be5f19edeed'
    子模块路径'third_party/mbed-mcu-boot/repo/boot/espresif/hal/esp-idf/compons/mqt/esd-mqt':已检出'89894bd0c611b1392967fe90bb49682eba858383'
    子模块路径'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/compons/nghttp/nghttp2':已检出'8f7b008b158e12de0e58247afd170f127dbb6456'
    子模块路径'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/compons/nghttp/nghttp2/thirty-party/mrubi':已检出'7c91efc1ffda769a5f1a872c646c82b00698b1f8'
    子模块路径'third_party/mbed-mcu-boot/repo/boot/espresif/hal/esp-idf/compons/nghttp/nghttp2/third-party/nhle出血':已检出'b967ca054f48a36f82d8fcd32e54ec5144f2751'
    子模块路径'third_party/mbed-mco-boot/repo/boot/espresif/hal/sep-idf/components/openthread/lib':已检出'be71bb03345f963ee745f5e7c7e3fcdef24bf482'
    子模块路径'third_party/mbed-mcc-boot/repo/boot/sespresif/hal/sep-idf/s分量/openthread/openthread ':已检出'c36c0e77a2465355bcf13bd7aa718d8c9dc6ff64'
    子模块路径'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/compons/protobuf-c/protobuf-c':已检出'dac1a65feac4ad72f612aab99f487056fbcf5c1a'
    子模块路径'third_party/mbed-mcus-boot/repo/boot/espresif/hal/sep-idf/s分量/spiffs/spiffs':已检出'f5e26c4e933189593a71c6b82cda381a7b21e41c'
    子模块路径'third_party/mbed-mcu-boot/repo/boot/espresif/hal/esp-idf/compons/tinyusb/tinyusb':已检出'c4badd394eda18199c0196ed0be1e2d635f0a5f6'
    子模块路径'third_party/mbed-mcus-boot/repo/boot/espresif/hal/sep-idf/compons/unite/unitus':已检出'7d2bf62b7e6af38153041a9d53c21aeeca9a25'
    子模块路径'third_party/mbid-mcc-boot/repo/boot/espresif/hal/sep-idf/examples/build_system/cmake/import_lib/main_tinyxml2':已检出'7e8e249990ec491ec15990cf95b6d871a6664cfa'
    子模块路径'third_party/mbed-mco-boot/repo/boot/espresif/hal/seps-idf/examples/peripheral/secc608_ecdsa /s分量/semple-cryptoauthlib':已检出'36d0642e66ff5b1c7a291873f24c498ffe'
    子模块路径'third_party/mbed-mcu-boot/repo/ext/CDDL-gen':已检出'9f77837f9950da1633d22abf6181a830521a6688'
    子模块路径'third_party/mbed-mcu-boot/repo/ext/mbedtls':已检出'8df2f8e7b9c7bb990ac74bb7bac27edca81a2b'
    子模块路径'third_party/mbed-os-cypress-CAPsense-button/repo':已检出'fef47a05455670206f6c2eb4958cb1f08d698bc1'
    子模块路径'third_party/mbed-os-posix-socket/repo':已检出'366a8994839c257f62b727f1700a02314957f2e2'
    子模块路径'third_party/mbed-os/repo':已检出'149c5b12fa8a6c84d340361975cb992f08367b43'
    子模块路径'third_party/mbedtls/repo':已检出'0e0793f4acffee35bbb2764fa58f63d9e2693e4e'
    子模块路径'third_party/mt793x_sdk/filogic':已检出'c66bf7346561529da0d92c2314e661702d800e0c'
    子模块路径'third_party/mt793x_sdk/lwip':已检出'23edc18878f11bbf93ec598bf19ede52e7328a4f'
    子模块路径'third_party/mt793x_sdk/mDNSResponseeder':已检出'c366935b33afbbfb6a4434163005c0b956a4a02d'
    子模块路径'third_party/nanopb/repo':已检出'ab19ecbe1b9f377ab4ee8e762bfe16c39068ad6868'
    子模块路径'third_party/nlassert/repo':已检出'c5892c566043830f939edff8ac5f1b91d336d3'
    子模块路径'third_party/nlfaultjection/repo':已检出'e0de0ab4f52c1d1cc7f3948557a1ab0fceeb5ef'
    子模块路径'third_party/nlio/repo':已检出'0e725502c2b17bb0a0c22dd4bcaee90c8fb5c'
    子模块路径'third_party/nlunit-test/repo':已检出'0c8c9073af9c07aa089861295b7d7ced56ad174d'
    子模块路径'third_party/NXP/libs/mbedtls/repo':已检出'62e0eb9f5ae0448d03a420b5f76c1311b31b30'
    子模块路径'third_party/NXP/mw320_sdk/repo':已检出'd 42ceda74ed4818c49ad06590de0f045b769e732'
    子模块路径'third_party/open-IoT-SDK/SDK':已检出'e71066cfbe4e1dc21bcf0a88840ea8e88625de24'
    子模块路径'third_party/open-IoT-SDK/SDK/developer-tools':已查看'6ae9852bf43cca495842c21d8ebf7a04f8de4e75'
    子模块路径'third_party/open-IoT-SDK/storage':已检出'b5e4edc1b65adafbe6f646c474bc8c206cd8370a'
    子模块路径'third_party/open-IoT-SDK/storage/developer-tools':已查看'2dca7c74676667e6fd69b1e0a6840b81a9a7b7'
    子模块路径'third_party/openthread/ot-efr32':已检出'038475dcc21c51448d35309496a2f7401eb2ccfe'
    子模块路径'third_party/openthread/ot-efr32/openthread':已检出'ad3e4f5a6cf1183786df38a082ed808fe3b3d7f1'
    子模块路径'third_party/openthread/ot-efr32/third_party/silabs/gecko_sdk':已检出'799200bb6788939aa0fef97d7fc4ee9aca57148d'
    子模块路径'third_party/openthread/ot-IFX':已检出'2ee7240000f9bc6a876f3f4b31f02ca82dca5f43'
    子模块路径'third_party/openthread/ot-ifx/openthread':已检出'd 2f18d5ebc194e5086f2041218dbb160824ebbb69'
    子模块路径'third_party/openthread/ot-ifX/third_party/Infineon/btsdk-include':已检出'b1eb9b39f3ef86211164c4d9825bee6316ac76c6'
    子模块路径'third_party/openthread/ot-ifX/third_party/Infineon/btsdk-tools':已检出'9743681e4d3f16a291bff6f8aee65349d1241b'
    子模块路径'third_party/openthread/ot-ifX/third_party/Infineon/platform/cyw30739/30739a0':已检出'0b1cbd5ad614be9b315f3bd4e1b8512df2c4502f'
    子模块路径'third_party/openthread/ot-ifX/third_party/Infineon/platform/cyw30739/bSP/cyw930739m2evb-01/target_CYW930739M2EVB-01':已检出'd 5f5b678356866620b8f4a883607b-01'
    子模块路径'third_party/openthread/ot-NXP':已检出'aa5d627e8cd8808b34d8403e71b9954498e9aea6'
    子模块路径'third_party/openthread/ot-NXP/openthread':已检出'd f3d91a12c1101331c29c42f2732a4dd06a56'
    子模块路径'third_party/openthread/ot-qorvo':已检出'279324ecd8385f8fc3c044bda8452deeefc8beeeeeee'
    子模块路径'third_party/openthread/ot-qorvo/openthread':已检出'30d65bca4896a38e0e8a9e0b3cb0b9d458454ef2'
    子模块路径'third_party/openthread/ot-qorvo/third_party/Qorvo/repo':已检出'ca96abfe89c955羽毛54867ba80d06532598d981f'
    子模块路径'third_party/openthread/repo':已检出'98e644d538ff2c57e96c54bdd6e13df31c7d19ba'
    子模块路径'third_party/ot-br-posix/repo':已检出'1813352247aa60fb8993773918f1e5b4af6f3b79'
    子模块路径'third_party/ot-br-posix/repo/third_party/cJSON/repo':已检出'cf97c6f066d81fdbba4ef722cfd327bbbba2365c'
    子模块路径'third_party/ot-br-posix/repo/third_party/http-parser/repo':已检出'4f15b7d510dc7c6361a26a7c6d2f7c3a17f8d878'
    子模块路径'third_party/ot-br-posix/repo/third_party/openthread/repo':已检出'2ce3d3bf0218566484be2e9943b95c755cefebe3'
    子模块路径'third_party/pigweed/repo':已检出'ead209d3aa09821aa7549fbc8665ae68fe88d16f'
    子模块路径'third_party/pybind11/repo':已检出'8de7772cc72daca8e947b79b83羽毛46214931604'
    子模块路径'third_party/qpg_sdk/repo':已检出'eb198408bc8581702fc0fccd2e05345a1491b558'
    子模块路径'third_party/silabs/gecko_sdk':已检出'799200bb6788939aa0fef97d7fc4ee9aca57148d'
    子模块路径'third_party/silabs/Matter 支持':已检出'd 8827efde529d79e6d7f29277721ba460efbca7'
    子模块路径'third_party/silabs/wiseconnect wii-bt-sdk':已查看'94a6ce54e67d11aa1714300fcf85a7505d70b648'
    子模块路径'third_party/simw-top-mini/repo':已检出'be0dfb64b28fe3509425755e3b4b5b35c38d327'
    子模块路径'third_party/ti_simplelink_sdk/repo_cc13xx_cc26xx':已检出'cac6a455adffdcbc2e6c9499a0068c3d8c44b994'
    子模块路径'third_party/ti_simplelink_sdk/repo_cc32xx':已检出'13532baa2947440ced2f2abefd6a57b478f5100d'

    (二
    %源脚本/bootstrap.sh
    同步'examples/common/QRCode/repo'的子模块 URL
    同步'examples/common/m5stack-tftc/repo'的子模块 URL
    同步'third_party/boringsl/repo/src'的子模块 URL
    同步'third_party/bouffalolab/repo'的子模块 URL
    同步'third_party/bouffalolab/repo/componations'的子模块 URL
    同步'third_party/bouffalolab/repo/customer_app'的子模块 URL
    同步'third_party/bouffalolab/repo/docs'的子模块 URL
    同步'third_party/bouffalolab/repo/tools'的子模块 URL
    同步'third_party/cirque/repo'的子模块 URL
    同步'third_party/editline/repo'的子模块 URL
    同步'third_party/freertos/repo'的子模块 URL
    同步'third_party/Infineon/cyw30739_sdk/repos/30739A0'的子模块 URL
    同步'third_party/Infineon/cyw30739_sdk/repos/CYW930739M2EVB-01'的子模块 URL
    同步'third_party/Infineon/cyw30739_sdk/repos/btsdk-include'的子模块 URL
    同步'third_party/Infineon/cyw30739_sdk/repos/btsdk-tools'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/target_CY8CKIT-062S2-43012'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/d抽象-rtos'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/anycloud-ota'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/bluetooth-freertos'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/btstack'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/clib-support'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/connectivity-utilities'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/core-lib'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/core-make'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/freertos'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/kV-store'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/lwip'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/mbedtls'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/mtb-hal-cat1'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/mtb-pdl-cat1'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/psoc6cm0p'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/pece-make-cat1a'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/retarget-io'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/secure-socket'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/serial-flash'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/wHD-bsp-integration'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/wifi 连接管理器'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/wifi 主机驱动程序'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/wi-mw 内核'的子模块 URL
    同步'third_party/jsoncpp/repo'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/cypress/libs/core-lib'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/cypress/libs/cybedtls-acceleration'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/cypress/libs/mtb-pdl-cat1'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/cypress/libs/pdl/psoc6pdl'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/cypress/libs/psoc6hal'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/cypress/libs/retarget-io'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/sespress/hal/esp-idf'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /ASIO/ASIO'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espress/hal/sep-idf/scomponents / bootloader/subsubit/components / micro-ecc/micro-ecc'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/bt/controllers/lib_esp32'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/bt/controllers/lib_esp32c3_family'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/bt/host/nimple/nimble'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /cbor/tinycbor'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /cmock/Cock'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /cmock/cmock/vender/c_exception'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /cmock/cmock/vendor/unit'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /CoAP/libcoap'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/CoAP/libcoap/ext/tinydtls'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /esp_phy/lib'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /esp_wifi /lib'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /espool_py/espotool'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /expat/expat'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /ieee802154/lib'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /json/cJson'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sese-idf/scomponents /libna/slibna'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /lwip/lwip'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /mbedtls/mbedtls'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/mqtT/esp -mqtT'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/nghttp/nghttp2'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/nghttp/nghttp2/thircuie/mrubi'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /nghttp/nghttp2/thircuit/nnhlean'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/openthread/lib'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/openthread/openthread 的子模块 URL '
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/protobuf-c/protobuf-c'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /spifs/spiffs'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /tinyusb/tinyusb'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /单位/unital/单位'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/examples/build_system/cmake/import_lib/main/lib/tinyxml2'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/espl-idf/examples/peripheral/secure_element/atecc608_ecdsa/component-cryptoauthlib'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/ext/CDDL-gen'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/ext/mbedtls'的子模块 URL
    同步'third_party/mbed-os-Cypress-Capsense-button/repo'的子模块 URL
    同步'third_party/mbed-os-posix-socket/repo'的子模块 URL
    同步'third_party/mbed-OS/repo'的子模块 URL
    同步'third_party/mbedtls/repo'的子模块 URL
    同步'third_party/mt793x_sdk/filogic'的子模块 URL
    同步'third_party/mt793x_sdk/lwip'的子模块 URL
    同步'third_party/mt793x_SDK/mDNSResponseer'的子模块 URL
    同步'third_party/nanopb/repo'的子模块 URL
    同步'third_party/nlassert/repo'的子模块 URL
    同步'third_party/nlfaultjjection/repo'的子模块 URL
    同步'third_party/nlio/repo'的子模块 URL
    同步'third_party/nlunit-test/repo'的子模块 URL
    同步'third_party/NXP/libs/mbedtls/repo'的子模块 URL
    同步'third_party/NXP/mw320_sdk/repo'的子模块 URL
    同步'third_party/open-IoT-SDK/SDK'的子模块 URL
    同步'third_party/open-IoT-SDK/SDK/developer-tools'的子模块 URL
    同步'third_party/open-IoT-SDK/storage'的子模块 URL
    同步'third_party/open-IoT-SDK/storage/developer-tools'的子模块 URL
    同步'third_party/openthread/ot-efr32'的子模块 URL
    同步'third_party/openthread/ot-efr32/openthread'的子模块 URL
    同步'third_party/openthread/ot-efr32/third_party/silabs/gecko_sdk'的子模块 URL
    同步'third_party/openthread/ot-IFX'的子模块 URL
    同步'third_party/openthread/ot-IFX/openthread'的子模块 URL
    同步'third_party/openthread/ot-ifX/third_party/Infineon/btsdk-include'的子模块 URL
    同步'third_party/openthread/ot-ifX/third_party/Infineon/btsdk-tools'的子模块 URL
    同步'third_party/openthread/ot-ifX/third_party/Infineon / platform/cyw30739/30739a0'的子模块 URL
    同步'third_party/openthread/ot-ifX/third_party/Infineon 平台/Cyw30739/BSP/Cyw930739m2evb-01/target_CYW930739M2EVB-01'的子模块 URL
    同步'third_party/openthread/ot-NXP'的子模块 URL
    同步'third_party/openthread/ot-NXP/openthread'的子模块 URL
    同步'third_party/openthread/ot-qorvo'的子模块 URL
    同步'third_party/openthread/ot-qorvo/openthread'的子模块 URL
    同步'third_party/openthread/ot-qorvo/thire_party/Qorvo/repo'的子模块 URL
    同步'third_party/openthread/repo'的子模块 URL
    同步'third_party/ot-br-posix/repo'的子模块 URL
    同步'third_party/ot-br-posix/repo/third_party/cJSON/repo'的子模块 URL
    同步'third_party/ot-br-posix/repo/third_party/http-parser/repo'的子模块 URL
    同步'third_party/ot-br-posix/repo/third_party/openthread/repo'的子模块 URL
    同步'third_party/pedwe/repo'的子模块 URL
    同步'third_party/pybind11/repo'的子模块 URL
    同步'third_party/qpg_sdk/repo'的子模块 URL
    同步'third_party/silabs/gecko_sdk'的子模块 URL
    同步'third_party/silabs/Matter 支持'的子模块 URL
    同步'third_party/silabs/wiseconnect-wii-bt-sdk'的子模块 URL
    同步'third_party/simw-top-mini/repo'的子模块 URL
    同步'third_party/ti_simplelink_sdk/repo_cc13xx_cc26xx'的子模块 URL
    同步'third_party/ti_simplelink_sdk/repo_cc32xx'的子模块 URL

     欢迎使用...

            █μ A
            █μ A
        ▄  █  ▄                               █    █μ A
        ▀▀█████μ A ▀▀     ▄▀▀▀▄▄▀▀▀▄   ▄▀▀▀▀▄█ ▀▀█▀▀▀▀▀μ A █▀▀  ▄▀▀▀▀▄   ▄▀▀μ A
      ▀█▄      ▄█▀  █    █    █ █     █μ A    █    █   █▄▄▄▄▄▄μ A █ █μ A   
        ▀█▄  ▄█▀    █    █    █ █     █μ A    █    █   █        █μ A   
     ▄██▀▀█  █▀▀██▄ █    █    █  ▀▄▄▄▄▀█   ▀▄▄  ▀▄▄  ▀▄▄▄▄▀  █μ A   
     ▀▀   █  █   ▀▀μ A

     自举! 自举可能需要几分钟时间;请耐心等待。

    将软件包下载并安装到本地源目录中:

     正在设置 CIPD 软件包管理器...完成(1.7秒)
     设置 Python 环境..... 完成(1m2.1)
     设置 PW 包........... 已跳过(0.1秒)
     设置主机工具.......... 完成(0.1秒)

    激活环境(设置环境变量):

     正在设置 CIPD 包管理器的环境变量...完成
     为 Python 环境设置环境变量..... 完成
     设置 PW 包的环境变量........... 已跳过
     设置主机工具的环境变量.......... 完成

    检查环境:

    20221230 12:16:22 WRn Current uname (22.2.0达尔文内核版本22.2.0:太平洋标准时间2022年11月11日星期五02:03:51;root:xnu-8792.61.2~~4/release_arm64_t6000 arm64)不匹配引导程序 uname (22.2.0达尔文内核版本22.2.0:星期五11月11月11日02:8764_t6000)。您可能需要在 ARM64_rande 上重新运行引导程序22.22.0:r.02:r.64_arm64_arm2022
    20221230 12:16:22 INF 环境通过所有检查!

    环境看起来很好、您已准备就绪!

    要在将来重新激活此环境,请在中运行此操作
    终端:

     资料来源:activate.sh

    要停用此环境,请运行以下命令:

     停用

    (二
    % CD examples/pump-app/cc13x2x7_26x2x7
    (二
    % gn gen out/debug --args="ti_sysconfig/root=\"$home/ti/sysconfig/1.11.0\"
    完成。 在95ms 内从205个文件中创建了245个目标
    (二
    %忍者-C 输出/调试
    忍者:`目录'输出/调试'
    [1/992] c++ obj/third_party/connectedhomeip/src/trace/trace.trace.cpp.o
    失败:obj/third_party/connectedomeip/src/trace/trace.trace.cpp.o
    arm-none-eabi-g++-MMD -mf obj/third_party/connectedomeip/src/trace/trace.cp.o.d -March =cortex-M4 -mabi=aaps=mfpv5-d16 -mfloat-abi=mv7e-m -mcpue-mcpu-unuse-excand-wabout-wabout-wde-wabout-swap-m-m-m-unus-m-unspecs -unus-swap-unus-unus-swabout-swap-swap-ne-not-out-swap-swap-swap-swap-swap-m-m-m-nate-not-out-swap-swap-m-out-swap-swap-swap-specs -swap-m-necnecnecnecne-tion-tion-swap-swap-sw-sw-sw-tion-sw-swap-t-swap-swap-swap-n  /../third_party/connectedhomeip/src/trace/trace.cpp
    /bin/sh:arm-none-eabi-g++:找不到命令
    [12/992]操作//third_party/connectedhomeip/examples/pump-app/pump-common:pump-common_codegen_codegen (//third_party/connectedhomeip/build/toolchain/arm_gcc:arm_gcc
    ninja:Build stopped:子命令失败。

    (二
    又开始了另一个新鲜的壳体。
    (二
    %前进
    /Users/Kranz/Desktop/zPuzL/matter/connectedhomeip
    (二
    %查找。 -type d -name ".environment"
    环境
    (二
    % rm -rf ./.environment
    (二
    %源脚本/bootstrap.sh
    同步'examples/common/QRCode/repo'的子模块 URL
    同步'examples/common/m5stack-tftc/repo'的子模块 URL
    同步'third_party/boringsl/repo/src'的子模块 URL
    同步'third_party/bouffalolab/repo'的子模块 URL
    同步'third_party/bouffalolab/repo/componations'的子模块 URL
    同步'third_party/bouffalolab/repo/customer_app'的子模块 URL
    同步'third_party/bouffalolab/repo/docs'的子模块 URL
    同步'third_party/bouffalolab/repo/tools'的子模块 URL
    同步'third_party/cirque/repo'的子模块 URL
    同步'third_party/editline/repo'的子模块 URL
    同步'third_party/freertos/repo'的子模块 URL
    同步'third_party/Infineon/cyw30739_sdk/repos/30739A0'的子模块 URL
    同步'third_party/Infineon/cyw30739_sdk/repos/CYW930739M2EVB-01'的子模块 URL
    同步'third_party/Infineon/cyw30739_sdk/repos/btsdk-include'的子模块 URL
    同步'third_party/Infineon/cyw30739_sdk/repos/btsdk-tools'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/target_CY8CKIT-062S2-43012'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/d抽象-rtos'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/anycloud-ota'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/bluetooth-freertos'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/btstack'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/clib-support'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/connectivity-utilities'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/core-lib'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/core-make'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/freertos'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/kV-store'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/lwip'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/mbedtls'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/mtb-hal-cat1'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/mtb-pdl-cat1'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/psoc6cm0p'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/pece-make-cat1a'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/retarget-io'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/secure-socket'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/serial-flash'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/wHD-bsp-integration'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/wifi 连接管理器'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/wifi 主机驱动程序'的子模块 URL
    同步'third_party/Infineon/psoc6/psoc6_sdk/libs/wi-mw 内核'的子模块 URL
    同步'third_party/jsoncpp/repo'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/cypress/libs/core-lib'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/cypress/libs/cybedtls-acceleration'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/cypress/libs/mtb-pdl-cat1'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/cypress/libs/pdl/psoc6pdl'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/cypress/libs/psoc6hal'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/cypress/libs/retarget-io'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/sespress/hal/esp-idf'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /ASIO/ASIO'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espress/hal/sep-idf/scomponents / bootloader/subsubit/components / micro-ecc/micro-ecc'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/bt/controllers/lib_esp32'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/bt/controllers/lib_esp32c3_family'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/bt/host/nimple/nimble'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /cbor/tinycbor'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /cmock/Cock'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /cmock/cmock/vender/c_exception'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /cmock/cmock/vendor/unit'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /CoAP/libcoap'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/CoAP/libcoap/ext/tinydtls'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /esp_phy/lib'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /esp_wifi /lib'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /espool_py/espotool'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /expat/expat'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /ieee802154/lib'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /json/cJson'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sese-idf/scomponents /libna/slibna'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /lwip/lwip'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /mbedtls/mbedtls'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/mqtT/esp -mqtT'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/nghttp/nghttp2'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/nghttp/nghttp2/thircuie/mrubi'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /nghttp/nghttp2/thircuit/nnhlean'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/openthread/lib'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/openthread/openthread 的子模块 URL '
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/s分量/protobuf-c/protobuf-c'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /spifs/spiffs'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /tinyusb/tinyusb'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/scomponents /单位/unital/单位'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/sep-idf/examples/build_system/cmake/import_lib/main/lib/tinyxml2'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/boot/espresif/hal/espl-idf/examples/peripheral/secure_element/atecc608_ecdsa/component-cryptoauthlib'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/ext/CDDL-gen'的子模块 URL
    同步'third_party/mbed-mcu-boot/repo/ext/mbedtls'的子模块 URL
    同步'third_party/mbed-os-Cypress-Capsense-button/repo'的子模块 URL
    同步'third_party/mbed-os-posix-socket/repo'的子模块 URL
    同步'third_party/mbed-OS/repo'的子模块 URL
    同步'third_party/mbedtls/repo'的子模块 URL
    同步'third_party/mt793x_sdk/filogic'的子模块 URL
    同步'third_party/mt793x_sdk/lwip'的子模块 URL
    同步'third_party/mt793x_SDK/mDNSResponseer'的子模块 URL
    同步'third_party/nanopb/repo'的子模块 URL
    同步'third_party/nlassert/repo'的子模块 URL
    同步'third_party/nlfaultjjection/repo'的子模块 URL
    同步'third_party/nlio/repo'的子模块 URL
    同步'third_party/nlunit-test/repo'的子模块 URL
    同步'third_party/NXP/libs/mbedtls/repo'的子模块 URL
    同步'third_party/NXP/mw320_sdk/repo'的子模块 URL
    同步'third_party/open-IoT-SDK/SDK'的子模块 URL
    同步'third_party/open-IoT-SDK/SDK/developer-tools'的子模块 URL
    同步'third_party/open-IoT-SDK/storage'的子模块 URL
    同步'third_party/open-IoT-SDK/storage/developer-tools'的子模块 URL
    同步'third_party/openthread/ot-efr32'的子模块 URL
    同步'third_party/openthread/ot-efr32/openthread'的子模块 URL
    同步'third_party/openthread/ot-efr32/third_party/silabs/gecko_sdk'的子模块 URL
    同步'third_party/openthread/ot-IFX'的子模块 URL
    同步'third_party/openthread/ot-IFX/openthread'的子模块 URL
    同步'third_party/openthread/ot-ifX/third_party/Infineon/btsdk-include'的子模块 URL
    同步'third_party/openthread/ot-ifX/third_party/Infineon/btsdk-tools'的子模块 URL
    同步'third_party/openthread/ot-ifX/third_party/Infineon / platform/cyw30739/30739a0'的子模块 URL
    同步'third_party/openthread/ot-ifX/third_party/Infineon 平台/Cyw30739/BSP/Cyw930739m2evb-01/target_CYW930739M2EVB-01'的子模块 URL
    同步'third_party/openthread/ot-NXP'的子模块 URL
    同步'third_party/openthread/ot-NXP/openthread'的子模块 URL
    同步'third_party/openthread/ot-qorvo'的子模块 URL
    同步'third_party/openthread/ot-qorvo/openthread'的子模块 URL
    同步'third_party/openthread/ot-qorvo/thire_party/Qorvo/repo'的子模块 URL
    同步'third_party/openthread/repo'的子模块 URL
    同步'third_party/ot-br-posix/repo'的子模块 URL
    同步'third_party/ot-br-posix/repo/third_party/cJSON/repo'的子模块 URL
    同步'third_party/ot-br-posix/repo/third_party/http-parser/repo'的子模块 URL
    同步'third_party/ot-br-posix/repo/third_party/openthread/repo'的子模块 URL
    同步'third_party/pedwe/repo'的子模块 URL
    同步'third_party/pybind11/repo'的子模块 URL
    同步'third_party/qpg_sdk/repo'的子模块 URL
    同步'third_party/silabs/gecko_sdk'的子模块 URL
    同步'third_party/silabs/Matter 支持'的子模块 URL
    同步'third_party/silabs/wiseconnect-wii-bt-sdk'的子模块 URL
    同步'third_party/simw-top-mini/repo'的子模块 URL
    同步'third_party/ti_simplelink_sdk/repo_cc13xx_cc26xx'的子模块 URL
    同步'third_party/ti_simplelink_sdk/repo_cc32xx'的子模块 URL

     欢迎使用...

            █μ A
            █μ A
        ▄  █  ▄                               █    █μ A
        ▀▀█████μ A ▀▀     ▄▀▀▀▄▄▀▀▀▄   ▄▀▀▀▀▄█ ▀▀█▀▀▀▀▀μ A █▀▀  ▄▀▀▀▀▄   ▄▀▀μ A
      ▀█▄      ▄█▀  █    █    █ █     █μ A    █    █   █▄▄▄▄▄▄μ A █ █μ A   
        ▀█▄  ▄█▀    █    █    █ █     █μ A    █    █   █        █μ A   
     ▄██▀▀█  █▀▀██▄ █    █    █  ▀▄▄▄▄▀█   ▀▄▄  ▀▄▄  ▀▄▄▄▄▀  █μ A   
     ▀▀   █  █   ▀▀μ A

     自举! 自举可能需要几分钟时间;请耐心等待。

    将软件包下载并安装到本地源目录中:

     正在设置 CIPD 软件包管理器...完成(6.1)
     设置 Python 环境..... 完成(1m4.8秒)
     设置 PW 包........... 已跳过(0.1秒)
     设置主机工具.......... 完成(0.1秒)

    激活环境(设置环境变量):

     正在设置 CIPD 包管理器的环境变量...完成
     为 Python 环境设置环境变量..... 完成
     设置 PW 包的环境变量........... 已跳过
     设置主机工具的环境变量.......... 完成

    检查环境:

    20221230 12:36:49 WRn Current uname (22.2.0达尔文内核版本22.2.0:太平洋标准时间2022年11月11日星期五02:03:51;root:xnu-8792.61.2~~4/release_arm64_t6000 arm64)不匹配引导程序 uname (22.2.0达尔文内核版本22.2.0:星期五11月11月11日02:8764_t6000)。您可能需要在 ARM64_rande 上重新运行引导程序22.22.0:r.02:r.64_arm64_arm2022
    20221230 12:36:49 INF 环境通过所有检查!

    环境看起来很好、您已准备就绪!

    要在将来重新激活此环境,请在中运行此操作
    终端:

     资料来源:activate.sh

    要停用此环境,请运行以下命令:

     停用

    (二
    CD 示例/pump-app/c13x2x7_26x2x7
    (二
    % gn gen out/debug --args="ti_sysconfig/root=\"$home/ti/sysconfig/1.11.0\"
    完成。 在107ms 内从205个文件中创建了245个目标
    (二
    %忍者-C 输出/调试
    忍者:`目录'输出/调试'
    [1/981] c++ obj/third_party/connectedhomeip/src/trace/trace.trace.cpp.o
    失败:obj/third_party/connectedomeip/src/trace/trace.trace.cpp.o
    arm-none-eabi-g++-MMD -mf obj/third_party/connectedomeip/src/trace/trace.cp.o.d -March =cortex-M4 -mabi=aaps=mfpv5-d16 -mfloat-abi=mv7e-m -mcpue-mcpu-unuse-excand-wabout-wabout-wde-wabout-swap-m-m-m-unus-m-unspecs -unus-swap-unus-unus-swabout-swap-swap-ne-not-out-swap-swap-swap-swap-swap-m-m-m-nate-not-out-swap-swap-m-out-swap-swap-swap-specs -swap-m-necnecnecnecne-tion-tion-swap-swap-sw-sw-sw-tion-sw-swap-t-swap-swap-swap-n  /../third_party/connectedhomeip/src/trace/trace.cpp
    /bin/sh:arm-none-eabi-g++:找不到命令
    [12/981] action //third_party/connectedhomeip/third_party/pedweed/rep...ctedhomeip/third_party/ped/pw_build/python toolchain:python
    ninja:Build stopped:子命令失败。
    Kranz@MacBook-Pro cc13x2x7_26x2x7%

    是否有其他关于问题可能是什么的想法?


    提前感谢、
    Steve

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

    您好!

    正确、我 只能访问具有英特尔酷睿的2016 MacBook Pro。

    我认为这个问题可能与 M1版本有关、或者相关工具不是通过自举安装的。
    此问题是否也会在您的其他平台(cc13x2x7_26x2x7以外的平台)设置中发生?
    如果是、我建议直接在 connectedhomeip 存储库上联系以获得 M1支持。

    尽管如此,我已经阅读了一些关于 connectedhomeip 的讨论,这可能会有所帮助(尽管我的症状与您的症状不同):

    https://github.com/project-chip/connectedhomeip/issues/19134 (也指另一个有趣的阅读 、https://github.com/project-chip/connectedhomeip/issues/16759)

    具体而言、以下是这些门票可能有用的内容:

    谢谢、
    Toby

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

    大家好、Toby、我怀疑您对这是一个[新] M1问题是正确的、我已向 PigWeed 论坛提交了帮助请求单。 (TT = https://issues.pigweed.dev/issues/263869396)。 我希望很快能听到一些消息。 感谢您最近提供的信息以及对2022年年中类似(但并非完全相同)问题的参考。 有些变通办法可能适用(不确定)、但我不愿意开始调整应该已经正常工作的工具/流程、如果我给 PigWeed TT 一个机会去玩、这可能是正确的方法。 再次感谢。 我会尽快回复您...

    Steve K.

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

    我在上一篇帖子中引用的 PigWeed TT 可在 https://issues.pigweed.dev/issues/263869396上查看。 具体的回答(2023年1月13日)有一些非常好的信息( https://issues.pigweed.dev/issues/263869396#comment22 )

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

    您好、Steve、

    感谢您分享!
    希望提供的解决方法能够使 M1 MacBook 能够构建嵌入式固件映像。

    谢谢、
    Toby