junshuliang wrote: ↑Wed Jul 12, 2023 7:10 am
ljt123 wrote: ↑Tue Jul 11, 2023 12:00 pm
ESP_Xuxin wrote: ↑Tue Jul 11, 2023 2:42 am
这里很抱歉,因为发布测试前,涉及相关组件较多,都要一一测试适配,且每个组件可能是有不同部门处理,会有一些协同问题。
耽误了大家的时间。我这边沟通了下,会在今天发布。
需要注意下以下尚存在问题:
example 下的 factory_demo 在 ESP-IDF release 5.0 暂不支持,其他 demo 在 release 5.0/5.1 master 都正常。
为啥我今天下载了新的esp-box 3.0.0,还是会报错啊QQ图片20230711195954.png
我看到你的路径中有5.01字样,检查一下你的idf版本,要5.1以上,以后最好列出CMakeOutput.log文件中所有内容,比开发环境截图更容易让大家帮你debug。
我试了一下factory_demo,为啥编译都过不了
以下是log
* 正在执行任务: cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -B c:\Users\lijunteng\Desktop\esp-box\esp-box\examples\factory_demo\build -S c:\Users\lijunteng\Desktop\esp-box\esp-box\examples\factory_demo
-- Found Git: E:/Espressif5.0.1/tools/idf-git/2.39.2/cmd/git.exe (found version "2.39.2.windows.1")
-- The C compiler identification is GNU 11.2.0
-- The CXX compiler identification is GNU 11.2.0
-- The ASM compiler identification is GNU
-- Found assembler: E:/Espressif5.0.1/tools/xtensa-esp32s3-elf/esp-2022r1-11.2.0/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-gcc.exe
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: E:/Espressif5.0.1/tools/xtensa-esp32s3-elf/esp-2022r1-11.2.0/xtensa-esp32s3-elf/bin/xtensa-esp32s3-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: E:/Espressif5.0.1/tools/xtensa-esp32s3-elf/esp-2022r1-11.2.0/xtensa-esp32s3-elf/bin/xtensa-esp32s3-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 esp32s3
Dependencies lock doesn't exist, solving dependencies.
.................................................................CMake Error at E:/Espressif5.0.1/esp-idf/tools/cmake/build.cmake:519 (message):
ERROR: 'git fetch origin' failed with exit code 128
fatal: unable to access '
https://github.com/espressif/esp-rainmaker.git/':
Recv failure: Connection was reset
Call Stack (most recent call first):
E:/Espressif5.0.1/esp-idf/tools/cmake/project.cmake:447 (idf_build_process)
CMakeLists.txt:13 (project)
-- Configuring incomplete, errors occurred!
See also "C:/Users/lijunteng/Desktop/esp-box/esp-box/examples/factory_demo/build/CMakeFiles/CMakeOutput.log".
* 终端进程“C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -B c:\Users\lijunteng\Desktop\esp-box\esp-box\examples\factory_demo\build -S c:\Users\lijunteng\Desktop\esp-box\esp-box\examples\factory_demo”已终止,退出代码: 1。