【发布时间】:2020-08-13 03:29:12
【问题描述】:
大家好, 在 release/v3.3 中有一个 aws_iot 示例,它在 esp-idf 的 release/v4.2 中不存在。 因此,我复制了 aws_iot(事物影子)示例,并根据我在 thing_shadow.c 文件和组件中的 aws_iot 文件夹中的要求进行了所需的更改,从 v3.3 到 v4.2。但是在当前 SDK(v4.2) 中构建示例时,我收到以下错误。
错误:
警告:缺少子模块组件/aws_iot/aws-iot-device-sdk-embedded-C... 在 esp-idf 根目录中尝试“git submodule update --init components/aws_iot/aws-iot-device-sdk-embedded-C”... 错误:pathspec 'components/aws_iot/aws-iot-device-sdk-embedded-C' 与 git 已知的任何文件都不匹配。 /home/harshitha/esp32/esp-idf/make/project.mk:672:目标配方'/home/harshitha/esp32/esp-idf/components/aws_iot/aws-iot-device-sdk-embedded-C/ .git' 失败 制作:*** [/home/harshitha/esp32/esp-idf/components/aws_iot/aws-iot-device-sdk-embedded-C/.git] 错误 1 我将如何解决这个问题?有人可以建议在当前 SDK version4.2 中进行所需的更改以解决此问题。
【问题讨论】:
标签: git github sdk aws-iot esp-idf