Search found 1 match

by adam82
Thu Jan 09, 2020 6:09 pm
Forum: ESP-IDF
Topic: Compiling AT failed - IOError: C:/msys32/home/Ati/esp/esp-idf/Kconfig:59
Replies: 1
Views: 2837

Re: Compiling AT failed - IOError: C:/msys32/home/Ati/esp/esp-idf/Kconfig:59

I had that error as well until I found this post: https://www.esp32.com/viewtopic.php?t=11582 As the one response stated in that post, you'll need to add these 2 lines to the start of the ldgen.mk file in ~/esp/esp-idf/make: COMPONENT_KCONFIGS := $(foreach component,$(COMPONENT_PATHS),$(wildcard $(c...