完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
使用vs code espressif插件编译v4.4版本sdk报错,输出如下
> Executing task: cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 .. < -- Could NOT find Git (missing: GIT_EXECUTABLE) CMake Warning at D:/esp/esp-idf-master/tools/cmake/git_submodules.cmake:4 (message): Git executable was not found. Git submodule checks will not be executed. If you have any build issues at all, start by adding git executable to the PATH and rerun cmake to not see this warning again. Call Stack (most recent call first): D:/esp/esp-idf-master/tools/cmake/idf.cmake:39 (include) D:/esp/esp-idf-master/tools/cmake/project.cmake:12 (include) CMakeLists.txt:5 (include) -- The C compiler identification is GNU 8.4.0 -- The CXX compiler identification is GNU 8.4.0 -- The ASM compiler identification is GNU -- Found assembler: D:/espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: D:/espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: D:/espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Project is not inside a git repository, or git repository has no commits; will not use 'git describe' to determine PROJECT_VER. -- Building ESP-IDF components for target esp32 -- Project sdkconfig file D:/MyProject/ESP32/hello/hello_world/sdkconfig -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of time_t -- Check size of time_t - done CMake Error at D:/esp/esp-idf-master/tools/cmake/component.cmake:304 (message): Include directory 'D:/esp/esp-idf-master/components/mbedtls/mbedtls/include' is not a directory. Call Stack (most recent call first): D:/esp/esp-idf-master/tools/cmake/component.cmake:477 (__component_add_include_dirs) D:/esp/esp-idf-master/components/mbedtls/CMakeLists.txt:10 (idf_component_register) -- Configuring incomplete, errors occurred! See also "D:/MyProject/ESP32/hello/hello_world/build/CMakeFiles/CMakeOutput.log". 终端进程“C:WINDOWSSystem32WindowsPowerShellv1.0powershell.exe -Command cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 ..”已终止,退出代码: 1。 |
|
相关推荐
1个回答
|
|
根据您提供的错误信息,这个问题的主要原因是 Git 可执行文件(GIT_EXECUTABLE)没有被找到。这可能导致了 Git 子模块检查无法执行。为了解决这个问题,请按照以下步骤操作:
1. 确保您的计算机上已经安装了 Git。如果没有安装,请访问 https://git-scm.com/downloads 并根据您的操作系统下载并安装 Git。 2. 安装 Git 后,确保 Git 的可执行文件路径已经添加到系统的环境变量中。这样,CMake 才能找到 Git 可执行文件。以下是如何在不同操作系统中添加 Git 路径的方法: - 对于 Windows: 1. 右键点击“此电脑”或“我的电脑”,选择“属性”。 2. 在打开的窗口中,点击“高级系统设置”。 3. 在“系统属性”窗口中,点击“环境变量”按钮。 4. 在“系统变量”区域,找到名为“Path”的变量,选择它并点击“编辑”。 5. 在“编辑环境变量”窗口中,点击“新建”,然后输入 Git 的安装路径(例如:C:Program FilesGitbin)。 6. 点击“确定”保存更改。 - 对于 macOS 和 Linux: 1. 打开终端。 2. 编辑您的 shell 配置文件(例如:~/.bashrc、~/.zshrc)。 3. 添加以下行:`export PATH=$PATH:/path/to/git/bin`,将 `/path/to/git/bin` 替换为实际的 Git 安装路径。 4. 保存并关闭文件。 5. 在终端中运行 `source ~/.bashrc` 或 `source ~/.zshrc`,使更改生效。 3. 重新启动 VS Code,然后再次尝试编译 ESP-IDF v4.4 版本 SDK。如果问题仍然存在,请检查您的 VS Code 设置,确保 Espressif 插件配置正确。 4. 如果问题仍然无法解决,您可以尝试手动克隆 ESP-IDF 仓库,并确保所有子模块都已正确克隆。在命令行中,使用以下命令: ``` git clone --recursive https://github.com/espressif/esp-idf.git ``` 这将自动克隆 ESP-IDF 仓库及其所有子模块。 按照这些步骤操作后,问题应该会得到解决。如果仍然遇到问题,请提供更多详细信息,以便我们能够更好地帮助您。 |
|
|
|
只有小组成员才能发言,加入小组>>
598 浏览 1 评论
552浏览 6评论
461浏览 5评论
有没有办法在不使用混杂模式的情况下实现Wifi驱动程序接收缓冲区访问中断呢?
443浏览 5评论
445浏览 4评论
415浏览 4评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-24 05:17 , Processed in 0.727073 second(s), Total 79, Slave 63 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号