Hi there, i recently was installing minggw on my computer, separate from the msys2 install. Since then, i keep getting "Can't run interactive configuration inside non-interactive build process" "Open a command line terminal and run 'make menuconfig' from there"
... This is inside of msys2 mingw shell when running make menuconfig.
Does anybody know what i can do about this? I re-installed msys2 and i updated my esp-idf to the latest version.
"Can't run interactive configuration inside non-interactive build process"
-
- Posts: 16
- Joined: Sun Feb 25, 2018 4:11 pm
- ESP_Roland
- Posts: 265
- Joined: Tue Oct 09, 2018 10:28 am
Re: "Can't run interactive configuration inside non-interactive build process"
It seems to me that your BATCH_BUILD variable is permanently set.
Does
produces any output (or value 1)?
Does
Code: Select all
echo $BATCH_BUILD
-
- Posts: 16
- Joined: Sun Feb 25, 2018 4:11 pm
Re: "Can't run interactive configuration inside non-interactive build process"
That was it! how did you figure this one out? Thanks.
Fix: ensure "BATCH_BUILD" is not defined as an environment variable in windows, to ensure the above problem does not continue.
Fix: ensure "BATCH_BUILD" is not defined as an environment variable in windows, to ensure the above problem does not continue.
Who is online
Users browsing this forum: Baidu [Spider] and 172 guests