0

am trying to run for the first time a "Hello world" program on Xtensa Xplorer , but when am trying to install configuration build , it gives me this error saying "Non-interactive mode" Failed to install configuration build

1 Answers1

0

What worked for us is unpacking configuration tarball and running install.exe that can be found inside (run it in cmd). That gave us more comprehensive error message. For us it was that MSVCR120.dll was missing in path (that dll is even included in the tarball itself). Just copied it next to the install.exe and rerun it and installation completed successfully.