Page 1 of 1

build.py menuconfig - menu doesn't show up

Posted: Wed Apr 13, 2022 3:11 pm
by puzzelec
Hi,
I've got an issue with building ESP-AT project. When I tried to execute "./build.py menuconfig" new window appears for a few milliseconds and then it disappears. It doesn't output any errors or warnigs, just can't show up. I have tried to change version od ESP-IDF from 4.4 to 4.2, updating git (i've found it can be related), changing version of python, but I can't get it running. Any suggestions? Thank you.

Re: build.py menuconfig - menu doesn't show up

Posted: Thu Apr 14, 2022 3:35 am
by ESP_Sun
This document (https://docs.espressif.com/projects/esp ... at-project) introduces how to compile AT project.

Re: build.py menuconfig - menu doesn't show up

Posted: Thu Apr 14, 2022 4:02 am
by ESP_Sun
Have you successfully compiled it before? Did you set the PATH for IDF in your environment? Each version of the ESP-AT project has a suitable IDF version, if you want to update the IDF version, you can read this document
"How to update ESP-IDF version" (https://docs.espressif.com/projects/esp ... df-version)