完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
[root@localhost hello_world]# idf.py menuconfig
Executing action: menuconfig Running cmake in directory /root/esp/hello_world/build Executing "cmake -G 'Unix Makefiles' -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -DIDF_TARGET=esp32c3 -DCCACHE_ENABLE=0 /root/esp/hello_world"... -- Found Git: /usr/bin/git (found version "1.8.3.1") fatal: Not a git repository (or any of the parent directories): .git CMake Error at build/CMakeFiles/git-data/grabRef.cmake:48 (file): file failed to open for reading (No such file or directory): /root/esp/hello_world/build/CMakeFiles/git-data/head-ref Call Stack (most recent call first): /root/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake:80 (include) /root/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake:90 (get_git_head_revision) /root/esp/esp-idf/tools/cmake/project.cmake:59 (git_describe) /root/esp/esp-idf/tools/cmake/project.cmake:380 (__project_get_revision) CMakeLists.txt:6 (project) -- 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 esp32c3 -- Project sdkconfig file /root/esp/hello_world/sdkconfig CMake Error at /root/esp/esp-idf/tools/cmake/component.cmake:300 (message): Include directory '/root/esp/esp-idf/components/mbedtls/mbedtls/include' is not a directory. Call Stack (most recent call first): /root/esp/esp-idf/tools/cmake/component.cmake:473 (__component_add_include_dirs) /root/esp/esp-idf/components/mbedtls/CMakeLists.txt:18 (idf_component_register) -- Configuring incomplete, errors occurred! See also "/root/esp/hello_world/build/CMakeFiles/CMakeOutput.log". cmake failed with exit code 1 [root@localhost hello_world]# |
|
相关推荐
1个回答
|
|
从您提供的错误信息来看,问题出在Git仓库的识别上。错误信息显示:`fatal: Not a git repository (or any of the parent directories)`。这意味着当前目录或其父目录不是一个Git仓库,而`idf.py menuconfig` 需要在Git仓库中执行。
要解决这个问题,请按照以下步骤操作: 1. 确保您已经安装了Git。在CentOS 7上,您可以通过以下命令安装Git: ``` sudo yum install git ``` 2. 确保您的项目目录是一个Git仓库。如果项目目录不是一个Git仓库,您需要将其初始化为Git仓库。在项目目录中执行以下命令: ``` cd /root/esp/hello_world git init ``` 3. 如果项目是一个子模块或者需要克隆整个仓库,请确保您已经克隆了整个仓库,包括子模块。使用以下命令克隆整个仓库: ``` git clone --recursive ``` 请将 ` 4. 确保您的项目目录是Git仓库的根目录。`idf.py menuconfig` 需要在项目的根目录下执行。如果您在子目录中执行,它可能无法识别Git仓库。请确保您在项目的根目录下执行命令。 5. 再次尝试运行 `idf.py menuconfig`: ``` idf.py menuconfig ``` 按照这些步骤操作后,您应该能够成功运行 `idf.py menuconfig` 并解决编译错误。如果问题仍然存在,请检查您的项目设置和环境配置,确保所有依赖项都已正确安装。 |
|
|
|
只有小组成员才能发言,加入小组>>
171个成员聚集在这个小组
加入小组343 浏览 0 评论
1192 浏览 1 评论
587浏览 6评论
484浏览 5评论
有没有办法在不使用混杂模式的情况下实现Wifi驱动程序接收缓冲区访问中断呢?
468浏览 5评论
467浏览 4评论
443浏览 4评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-28 23:40 , Processed in 0.986779 second(s), Total 82, Slave 65 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号