Open WCJDI opened 5 months ago
Hello, before building the project, you need to set the target chip first. The specific command is: "idf.py set-target esp32s3". This component is limited to use on the ESP32S3 chip. The default chip is ESP32, which is why your build encountered an error.
@WCJDI 如果是包管理器拉下来的组件包,应该已经不包含 override_path
,如果你是从 git 仓库直接复制的组件包文件夹,请手动删除idf_component.yml
中的 override_path
或修改成你本地的实际的位置
Answers checklist.
IDF version.
IDF5.3
Espressif SoC revision.
ESP32-S3
Operating System used.
Windows
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
PowerShell
Development Kit.
github上下载的软件包
Steps to reproduce.
下载直接编译出错
Build Logs.
More Information.
NO