Code: Select all
python build.py menuconfig
Code: Select all
Running ninja in directory C:\esp\esp-at\build
Executing "ninja menuconfig"...
[0/1] C:\Windows\system32\cmd.exe /C "cd /D C:\esp\esp-at\...env IDF_ENV_FPGA= --output config C:/esp/esp-at/sdkconfig"info: INFO: Symbol IDF_TARGET_LINUX defined in multiple locations (see below). Please check if this is a correct behavior or a random name match:
C:/esp/esp-at/esp-idf/Kconfig:43
C:/esp/esp-at/esp-idf/Kconfig:87
Loading defaults file C:/esp/esp-at/module_config/module_esp32_default/sdkconfig.defaults...
warning: unknown kconfig symbol 'PARTITION_TABLE_CUSTOM_APP_BIN_OFFSET' assigned to '0x100000' in C:/esp/esp-at/module_config/module_esp32_default/sdkconfig.defaults
warning: unknown kconfig symbol 'PARTITION_TABLE_CUSTOM_PHY_DATA_OFFSET' assigned to '0xf000' in C:/esp/esp-at/module_config/module_esp32_default/sdkconfig.defaults
warning: unknown kconfig symbol 'APP_OFFSET' assigned to '0x100000' in C:/esp/esp-at/module_config/module_esp32_default/sdkconfig.defaults
warning: unknown kconfig symbol 'PHY_DATA_OFFSET' assigned to '0xf000' in C:/esp/esp-at/module_config/module_esp32_default/sdkconfig.defaults
warning: unknown kconfig symbol 'PM_USE_RTC_TIMER_REF' assigned to 'y' in C:/esp/esp-at/module_config/module_esp32_default/sdkconfig.defaults
warning: unknown kconfig symbol 'DMA_RX_BUF_NUM' assigned to '3' in C:/esp/esp-at/module_config/module_esp32_default/sdkconfig.defaults
warning: unknown kconfig symbol 'DMA_TX_BUF_NUM' assigned to '3' in C:/esp/esp-at/module_config/module_esp32_default/sdkconfig.defaults
warning: unknown kconfig symbol 'BT_DRAM_RELEASE' assigned to 'y' in C:/esp/esp-at/module_config/module_esp32_default/sdkconfig.defaults
warning: unknown kconfig symbol 'LWIP_IP_FRAG' assigned to 'y' in C:/esp/esp-at/module_config/module_esp32_default/sdkconfig.defaults
warning: unknown kconfig symbol 'LWIP_IP_REASSEMBLY' assigned to 'y' in C:/esp/esp-at/module_config/module_esp32_default/sdkconfig.defaults
warning: unknown kconfig symbol 'SPI_FLASH_USE_LEGACY_IMPL' assigned to 'y' in C:/esp/esp-at/module_config/module_esp32_default/sdkconfig.defaults
warning: unknown kconfig symbol 'BTDM_LPCLK_SEL_EXT_32K_XTAL' assigned to 'y' in C:/esp/esp-at/module_config/module_esp32_default/sdkconfig.defaults
Traceback (most recent call last):
File "C:\esp\esp-at\esp-idf\tools\kconfig_new\menuconfig_wrapper.py", line 60, in <module>
main()
~~~~^^
File "C:\esp\esp-at\esp-idf\tools\kconfig_new\menuconfig_wrapper.py", line 17, in main
menuconfig._main()
^^^^^^^^^^^^^^^^
AttributeError: module 'menuconfig' has no attribute '_main'
FAILED: CMakeFiles/menuconfig C:/esp/esp-at/build/CMakeFiles/menuconfig
C:\Windows\system32\cmd.exe /C "cd /D C:\esp\esp-at\build && C:\python\python.exe C:/esp/esp-at/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file C:/esp/esp-at/build/config.env && C:\python\python.exe -m kconfgen --list-separator=semicolon --kconfig C:/esp/esp-at/esp-idf/Kconfig --sdkconfig-rename C:/esp/esp-at/esp-idf/sdkconfig.rename --config C:/esp/esp-at/sdkconfig --defaults C:/esp/esp-at/module_config/module_esp32_default/sdkconfig.defaults --env-file C:/esp/esp-at/build/config.env --env IDF_TARGET=esp32 --env IDF_ENV_FPGA= --dont-write-deprecated --output config C:/esp/esp-at/sdkconfig && C:\python\python.exe C:/esp/esp-at/esp-idf/tools/check_term.py && C:\Users\maslov\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E env COMPONENT_KCONFIGS_SOURCE_FILE=C:/esp/esp-at/build/kconfigs.in COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE=C:/esp/esp-at/build/kconfigs_projbuild.in KCONFIG_CONFIG=C:/esp/esp-at/sdkconfig IDF_TARGET=esp32 IDF_ENV_FPGA= C:/python/python.exe C:/esp/esp-at/esp-idf/tools/kconfig_new/menuconfig_wrapper.py C:/esp/esp-at/esp-idf/Kconfig && C:\python\python.exe -m kconfgen --list-separator=semicolon --kconfig C:/esp/esp-at/esp-idf/Kconfig --sdkconfig-rename C:/esp/esp-at/esp-idf/sdkconfig.rename --config C:/esp/esp-at/sdkconfig --defaults C:/esp/esp-at/module_config/module_esp32_default/sdkconfig.defaults --env-file C:/esp/esp-at/build/config.env --env IDF_TARGET=esp32 --env IDF_ENV_FPGA= --output config C:/esp/esp-at/sdkconfig"
ninja: build stopped: subcommand failed.
ninja failed with exit code 1
A fatal error occurred: idf.py build failed