Page 1 of 1

mconf failed to run

Posted: Fri Apr 10, 2020 6:55 am
by LHKsaint
When I start ESP-IDF, there is a warning: "tool mconf found in path, but failed to run". If anybody knows how to sovle it?
Thanks.

Re: mconf failed to run

Posted: Sun Apr 12, 2020 6:23 pm
by ESP_Roland
Hi LHKsaint,

are you able to run it manually, i.e.

Code: Select all

mconf-idf.exe -v
when you start up the command line or when you go to the directory where it is placed?

Re: mconf failed to run

Posted: Sun Apr 12, 2020 6:27 pm
by ESP_Roland
Please note also that there is a newer version for the v4.0 you are using: https://github.com/espressif/esp-idf/bl ... .json#L274. It might fix your issue.