"Can't run interactive configuration inside non-interactive build process"

pushtoopen
Posts: 16
Joined: Sun Feb 25, 2018 4:11 pm

"Can't run interactive configuration inside non-interactive build process"

Postby pushtoopen » Mon Jan 21, 2019 3:22 am

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.

User avatar
ESP_Roland
Posts: 240
Joined: Tue Oct 09, 2018 10:28 am

Re: "Can't run interactive configuration inside non-interactive build process"

Postby ESP_Roland » Mon Jan 21, 2019 7:03 am

It seems to me that your BATCH_BUILD variable is permanently set.

Does

Code: Select all

echo $BATCH_BUILD
produces any output (or value 1)?

pushtoopen
Posts: 16
Joined: Sun Feb 25, 2018 4:11 pm

Re: "Can't run interactive configuration inside non-interactive build process"

Postby pushtoopen » Tue Jan 22, 2019 1:19 am

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.

Who is online

Users browsing this forum: ESP_Sprite and 144 guests