ESP32-AT编译,menuconfig失败

Moderator: ESP_XCGuang

WilliamZhou
Posts: 2
Joined: Sun Jan 08, 2023 6:33 am

ESP32-AT编译,menuconfig失败

Postby WilliamZhou » Sun Jan 08, 2023 6:58 am

ESP-AT编译折腾快两天了,还是没能成功编译,请官方大大和技术咖们指导下是哪一步出问题了。

问题:从gitee clone ESP32-AT到本地,进行install正常,但menuconfig时出错。

PS:开发环境:64位WIN10系统。

步骤:
1.按入门指南,下载IDF-V4.3.4并安装,能正常编译hello_world工程;
2.按[ESP32-AT][v2.4.0.0]用户指南步骤,

Code: Select all

git clone --recursive https://gitee.com/EspressifSystems/esp-at.git
从gitee下载ESP32-AT
3.checkout到V2.4.0.0版本
4.

Code: Select all

python build.py install
安装环境,提示安装正常
5.

Code: Select all

python build.py menuconfig
,提示出错,出错log如下(由于显示发帖字符数最大60000,我将部分log进行了删减):
python .\build.py menuconfig
Platform name:ESP32 Module name:WROOM-32 Silence:0
Ready to set up environment variables..
PATH is C:\Espressif\frameworks\esp-idf-v4.3.4\components\esptool_py\esptool;C:\Espressif\frameworks\esp-idf-v4.3.4\components\app_update;C:\Espressif\frameworks\esp-idf-v4.3.4\components\espcoredump;C:\Espressif\frameworks\esp-idf-v4.3.4\components\partition_table;C:\Espressif\tools\xtensa-esp32-elf\esp-2021r2-patch3-8.4.0\xtensa-esp32-elf\bin;C:\Espressif\tools\xtensa-esp32s2-elf\esp-2021r2-patch3-8.4.0\xtensa-esp32s2-elf\bin;C:\Espressif\tools\xtensa-esp32s3-elf\esp-2021r2-patch3-8.4.0\xtensa-esp32s3-elf\bin;C:\Espressif\tools\riscv32-esp-elf\esp-2021r2-patch3-8.4.0\riscv32-esp-elf\bin;C:\Espressif\tools\esp32ulp-elf\2.28.51-esp-20191205\esp32ulp-elf-binutils\bin;C:\Espressif\tools\esp32s2ulp-elf\2.28.51-esp-20191205\esp32s2ulp-elf-binutils\bin;C:\Espressif\tools\cmake\3.16.4\bin;C:\Espressif\tools\openocd-esp32\v0.11.0-esp32-20220706\openocd-esp32\bin;C:\Espressif\tools\ninja\1.10.2\;C:\Espressif\tools\idf-exe\1.0.1\;C:\Espressif\tools\ccache\3.7\;C:\Espressif\tools\dfu-util\0.9\dfu-util-0.9-win64;C:\Espressif\frameworks\esp-idf-v4.3.4\tools;C:\Espressif\tools\idf-git\2.34.2\cmd;C:\Espressif\python_env\idf4.3_py3.8_env\Scripts;C:\Espressif;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\TortoiseGit\bin;C:\Program Files\Git\cmd;C:\Program Files\dotnet\;C:\Program Files (x86)\RV32-Toolchain\bin;C:\GnuWin32\bin;C:\Program Files\IDM Computer Solutions\UltraEdit;C:\Program Files\CodeBlocks;C:\Program Files\TortoiseSVN\bin;D:\software\MATLAB\R2021b\runtime\win64;D:\software\MATLAB\R2021b\bin;D:\software\MATLAB\R2021b\polyspace\bin;C:\Cadence\Cadence_SPB_16.6\openaccess\bin\win32\opt;C:\Cadence\Cadence_SPB_16.6\tools\capture;C:\Cadence\Cadence_SPB_16.6\tools\pspice;C:\Cadence\Cadence_SPB_16.6\tools\specctra\bin;C:\Cadence\Cadence_SPB_16.6\tools\fet\bin;C:\Cadence\Cadence_SPB_16.6\tools\libutil\bin;C:\Cadence\Cadence_SPB_16.6\tools\bin;C:\Cadence\Cadence_SPB_16.6\tools\pcb\bin;C:\Users\CVAchip\AppData\Local\Microsoft\WindowsApps;C:\Users\CVAchip\.dotnet\tools;C:\Users\CVAchip\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2014q4\bin;C:\MentorGraphics\PADSVX.2.10\SDD_HOME\CAMCAD
IDF_PYTHON_ENV_PATH is C:\Espressif\python_env\idf4.3_py3.8_env
sys.platform is win32
Not using an unsupported version of tool openocd-esp32 found in PATH: v0.11.0-esp32-20220706. To use it, run 'C:\Espressif\python_env\idf4.3_py3.8_env\Scripts\python.exe esp-idf\tools\idf_tools.py export --prefer-system'
PATH is C:\Espressif\tools\openocd-esp32\v0.11.0-esp32-20211220\openocd-esp32\bin;D:\esp\gitee\esp-at2\esp-idf\tools;%PATH%;C:\Espressif\frameworks\esp-idf-v4.3.4\components\esptool_py\esptool;C:\Espressif\frameworks\esp-idf-v4.3.4\components\app_update;C:\Espressif\frameworks\esp-idf-v4.3.4\components\espcoredump;C:\Espressif\frameworks\esp-idf-v4.3.4\components\partition_table;C:\Espressif\tools\xtensa-esp32-elf\esp-2021r2-patch3-8.4.0\xtensa-esp32-elf\bin;C:\Espressif\tools\xtensa-esp32s2-elf\esp-2021r2-patch3-8.4.0\xtensa-esp32s2-elf\bin;C:\Espressif\tools\xtensa-esp32s3-elf\esp-2021r2-patch3-8.4.0\xtensa-esp32s3-elf\bin;C:\Espressif\tools\riscv32-esp-elf\esp-2021r2-patch3-8.4.0\riscv32-esp-elf\bin;C:\Espressif\tools\esp32ulp-elf\2.28.51-esp-20191205\esp32ulp-elf-binutils\bin;C:\Espressif\tools\esp32s2ulp-elf\2.28.51-esp-20191205\esp32s2ulp-elf-binutils\bin;C:\Espressif\tools\cmake\3.16.4\bin;C:\Espressif\tools\openocd-esp32\v0.11.0-esp32-20220706\openocd-esp32\bin;C:\Espressif\tools\ninja\1.10.2\;C:\Espressif\tools\idf-exe\1.0.1\;C:\Espressif\tools\ccache\3.7\;C:\Espressif\tools\dfu-util\0.9\dfu-util-0.9-win64;C:\Espressif\frameworks\esp-idf-v4.3.4\tools;C:\Espressif\tools\idf-git\2.34.2\cmd;C:\Espressif\python_env\idf4.3_py3.8_env\Scripts;C:\Espressif;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\TortoiseGit\bin;C:\Program Files\Git\cmd;C:\Program Files\dotnet\;C:\Program Files (x86)\RV32-Toolchain\bin;C:\GnuWin32\bin;C:\Program Files\IDM Computer Solutions\UltraEdit;C:\Program Files\CodeBlocks;C:\Program Files\TortoiseSVN\bin;D:\software\MATLAB\R2021b\runtime\win64;D:\software\MATLAB\R2021b\bin;D:\software\MATLAB\R2021b\polyspace\bin;C:\Cadence\Cadence_SPB_16.6\openaccess\bin\win32\opt;C:\Cadence\Cadence_SPB_16.6\tools\capture;C:\Cadence\Cadence_SPB_16.6\tools\pspice;C:\Cadence\Cadence_SPB_16.6\tools\specctra\bin;C:\Cadence\Cadence_SPB_16.6\tools\fet\bin;C:\Cadence\Cadence_SPB_16.6\tools\libutil\bin;C:\Cadence\Cadence_SPB_16.6\tools\bin;C:\Cadence\Cadence_SPB_16.6\tools\pcb\bin;C:\Users\CVAchip\AppData\Local\Microsoft\WindowsApps;C:\Users\CVAchip\.dotnet\tools;C:\Users\CVAchip\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2014q4\bin;C:\MentorGraphics\PADSVX.2.10\SDD_HOME\CAMCAD
IDF_PYTHON_ENV_PATH is C:\Espressif\python_env\idf4.3_py3.8_env
Executing action: menuconfig
Running cmake in directory d:\esp\gitee\esp-at2\build
Executing "cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -DIDF_TARGET=esp32 -DCCACHE_ENABLE=1 d:\esp\gitee\esp-at2"...
silence:0 sdkconfig:D:/esp/gitee/esp-at2/module_config/module_esp32_default/sdkconfig.defaults
esp-at branch: release/v2.4.0.0
esp-at docs version: release-v2.4.0.0
-- Found Git: C:/Espressif/tools/idf-git/2.34.2/cmd/git.exe (found version "2.34.1.windows.1")
-- ccache will be used for faster recompilation
-- 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: C:/Espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe
-- Check for working C compiler: C:/Espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe
-- Check for working C compiler: C:/Espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: C:/Espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++.exe
-- Check for working CXX compiler: C:/Espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Building ESP-IDF components for target esp32
-- Project sdkconfig file D:/esp/gitee/esp-at2/sdkconfig
Loading defaults file D:/esp/gitee/esp-at2/module_config/module_esp32_default/sdkconfig.defaults...
-- Found Python3: C:/Program Files/Python37/python.exe (found version "3.7.5") found components: Interpreter
-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS
-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS - Success
-- App "esp-at" version: v2.4.2.0
-- Adding linker script D:/esp/gitee/esp-at2/esp-idf/components/esp_rom/esp32/ld/esp32.rom.ld
-- Adding linker script D:/esp/gitee/esp-at2/esp-idf/components/esp_rom/esp32/ld/esp32.rom.api.ld
-- Adding linker script D:/esp/gitee/esp-at2/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld
-- Adding linker script D:/esp/gitee/esp-at2/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-data.ld
-- Adding linker script D:/esp/gitee/esp-at2/esp-idf/components/esp_rom/esp32/ld/esp32.rom.syscalls.ld
-- Adding linker script D:/esp/gitee/esp-at2/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-funcs.ld
-- Adding linker script D:/esp/gitee/esp-at2/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-time.ld
-- Adding linker script D:/esp/gitee/esp-at2/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-nano.ld
-- Adding linker script D:/esp/gitee/esp-at2/build/esp-idf/esp32/esp32_out.ld
-- Adding linker script D:/esp/gitee/esp-at2/esp-idf/components/esp32/ld/esp32.project.ld.in
-- Adding linker script D:/esp/gitee/esp-at2/esp-idf/components/esp32/ld/esp32.peripherals.ld
silence:0 , ld core:D:/esp/gitee/esp-at2/components/at/lib/libesp32_at_core.a
Parsing CSV input...
Verifying table...
CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


//人为删除


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


CMake Error at components/customized_partitions/CMakeLists.txt:40 (list):
list index: 1 out of range (-1, 0)


CMake Error at components/customized_partitions/CMakeLists.txt:41 (STRING):
STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
command.


CMake Error at components/customized_partitions/CMakeLists.txt:44 (esptool_py_custom_target):
esptool_py_custom_target Function invoked with incorrect arguments for
function named: esptool_py_custom_target


CMake Error at esp-idf/components/esptool_py/project_include.cmake:244 (file):
file RELATIVE_PATH called with incorrect number of arguments
Call Stack (most recent call first):
components/customized_partitions/CMakeLists.txt:45 (esptool_py_flash_target_image)


-- Components: app_trace app_update asio at bootloader bootloader_support bt cbor clouds cmock coap console customized_partitions cxx decoder driver efuse esp-tls esp32 esp_adc_cal esp_common esp_eth esp_event esp_gdbstub esp_hid esp_http_client esp_http_server esp_https_ota esp_https_server esp_hw_support esp_ipc esp_local_ctrl esp_netif esp_pm esp_ringbuf esp_rom esp_serial_slave_link esp_system esp_timer esp_websocket_client esp_wifi espcoredump esptool_py expat fatfs freemodbus freertos hal heap idf_test jsmn json libsodium log lwip main mbedtls mdns mqtt newlib nghttp nvs_flash openssl partition_table perfmon protobuf-c protocomm pthread sdmmc soc spi_flash spiffs tcp_transport tcpip_adapter tinyusb ulp unity vfs wear_levelling wifi_provisioning wpa_supplicant xtensa
-- Component paths: D:/esp/gitee/esp-at2/esp-idf/components/app_trace D:/esp/gitee/esp-at2/esp-idf/components/app_update D:/esp/gitee/esp-at2/esp-idf/components/asio D:/esp/gitee/esp-at2/components/at D:/esp/gitee/esp-at2/esp-idf/components/bootloader D:/esp/gitee/esp-at2/esp-idf/components/bootloader_support D:/esp/gitee/esp-at2/esp-idf/components/bt D:/esp/gitee/esp-at2/esp-idf/components/cbor D:/esp/gitee/esp-at2/components/clouds D:/esp/gitee/esp-at2/esp-idf/components/cmock D:/esp/gitee/esp-at2/esp-idf/components/coap D:/esp/gitee/esp-at2/esp-idf/components/console D:/esp/gitee/esp-at2/components/customized_partitions D:/esp/gitee/esp-at2/esp-idf/components/cxx D:/esp/gitee/esp-at2/components/decoder D:/esp/gitee/esp-at2/esp-idf/components/driver D:/esp/gitee/esp-at2/esp-idf/components/efuse D:/esp/gitee/esp-at2/esp-idf/components/esp-tls D:/esp/gitee/esp-at2/esp-idf/components/esp32 D:/esp/gitee/esp-at2/esp-idf/components/esp_adc_cal D:/esp/gitee/esp-at2/esp-idf/components/esp_common D:/esp/gitee/esp-at2/esp-idf/components/esp_eth D:/esp/gitee/esp-at2/esp-idf/components/esp_event D:/esp/gitee/esp-at2/esp-idf/components/esp_gdbstub D:/esp/gitee/esp-at2/esp-idf/components/esp_hid D:/esp/gitee/esp-at2/esp-idf/components/esp_http_client D:/esp/gitee/esp-at2/esp-idf/components/esp_http_server D:/esp/gitee/esp-at2/esp-idf/components/esp_https_ota D:/esp/gitee/esp-at2/esp-idf/components/esp_https_server D:/esp/gitee/esp-at2/esp-idf/components/esp_hw_support D:/esp/gitee/esp-at2/esp-idf/components/esp_ipc D:/esp/gitee/esp-at2/esp-idf/components/esp_local_ctrl D:/esp/gitee/esp-at2/esp-idf/components/esp_netif D:/esp/gitee/esp-at2/esp-idf/components/esp_pm D:/esp/gitee/esp-at2/esp-idf/components/esp_ringbuf D:/esp/gitee/esp-at2/esp-idf/components/esp_rom D:/esp/gitee/esp-at2/esp-idf/components/esp_serial_slave_link D:/esp/gitee/esp-at2/esp-idf/components/esp_system D:/esp/gitee/esp-at2/esp-idf/components/esp_timer D:/esp/gitee/esp-at2/esp-idf/components/esp_websocket_client D:/esp/gitee/esp-at2/esp-idf/components/esp_wifi D:/esp/gitee/esp-at2/esp-idf/components/espcoredump D:/esp/gitee/esp-at2/esp-idf/components/esptool_py D:/esp/gitee/esp-at2/esp-idf/components/expat D:/esp/gitee/esp-at2/esp-idf/components/fatfs D:/esp/gitee/esp-at2/esp-idf/components/freemodbus D:/esp/gitee/esp-at2/esp-idf/components/freertos D:/esp/gitee/esp-at2/esp-idf/components/hal D:/esp/gitee/esp-at2/esp-idf/components/heap D:/esp/gitee/esp-at2/esp-idf/components/idf_test D:/esp/gitee/esp-at2/esp-idf/components/jsmn D:/esp/gitee/esp-at2/esp-idf/components/json D:/esp/gitee/esp-at2/esp-idf/components/libsodium D:/esp/gitee/esp-at2/esp-idf/components/log D:/esp/gitee/esp-at2/esp-idf/components/lwip D:/esp/gitee/esp-at2/main D:/esp/gitee/esp-at2/esp-idf/components/mbedtls D:/esp/gitee/esp-at2/esp-idf/components/mdns D:/esp/gitee/esp-at2/esp-idf/components/mqtt D:/esp/gitee/esp-at2/esp-idf/components/newlib D:/esp/gitee/esp-at2/esp-idf/components/nghttp D:/esp/gitee/esp-at2/esp-idf/components/nvs_flash D:/esp/gitee/esp-at2/esp-idf/components/openssl D:/esp/gitee/esp-at2/esp-idf/components/partition_table D:/esp/gitee/esp-at2/esp-idf/components/perfmon D:/esp/gitee/esp-at2/esp-idf/components/protobuf-c D:/esp/gitee/esp-at2/esp-idf/components/protocomm D:/esp/gitee/esp-at2/esp-idf/components/pthread D:/esp/gitee/esp-at2/esp-idf/components/sdmmc D:/esp/gitee/esp-at2/esp-idf/components/soc D:/esp/gitee/esp-at2/esp-idf/components/spi_flash D:/esp/gitee/esp-at2/esp-idf/components/spiffs D:/esp/gitee/esp-at2/esp-idf/components/tcp_transport D:/esp/gitee/esp-at2/esp-idf/components/tcpip_adapter D:/esp/gitee/esp-at2/esp-idf/components/tinyusb D:/esp/gitee/esp-at2/esp-idf/components/ulp D:/esp/gitee/esp-at2/esp-idf/components/unity D:/esp/gitee/esp-at2/esp-idf/components/vfs D:/esp/gitee/esp-at2/esp-idf/components/wear_levelling D:/esp/gitee/esp-at2/esp-idf/components/wifi_provisioning D:/esp/gitee/esp-at2/esp-idf/components/wpa_supplicant D:/esp/gitee/esp-at2/esp-idf/components/xtensa
-- Configuring incomplete, errors occurred!
See also "D:/esp/gitee/esp-at2/build/CMakeFiles/CMakeOutput.log".
cmake failed with exit code 1
A fatal error occurred: idf.py build failed
CMakeOutput.log见附件。
Attachments
CMakeOutput.log
CMakeOutput.log
(123.11 KiB) Downloaded 624 times

ESP_XCGuang
Posts: 25
Joined: Fri Aug 31, 2018 7:34 am

Re: ESP32-AT编译,menuconfig失败

Postby ESP_XCGuang » Thu Jan 12, 2023 11:27 am


WilliamZhou
Posts: 2
Joined: Sun Jan 08, 2023 6:33 am

Re: ESP32-AT编译,menuconfig失败

Postby WilliamZhou » Sat Jan 14, 2023 5:02 am

问题已解决,跟电脑安装了加密软件有关系。

Who is online

Users browsing this forum: No registered users and 58 guests