Page 1 of 1

Missing mysis-isl-15.dll

Posted: Fri Sep 01, 2017 2:01 am
by sj_bask
Hey all,

New to the ESP32 platform, looking to get esp-idf setup but running into issues. On running the hello_world example following all of the setup instructions:

$ make menuconfig
make[1]: Entering directory '/home/sbask_000/esp-idf/tools/kconfig'
cc -I/usr/include/ncursesw -DCURSES_LOC="<curses.h>" -DNCURSES_WIDECHAR=1 -DLO CALE -c -o mconf.o mconf.c
C:/msys32/usr/lib/gcc/i686-pc-msys/6.3.0/cc1.exe: error while loading shared lib raries: msys-isl-15.dll: cannot open shared object file: No such file or directo ry
make[1]: *** [<builtin>: mconf.o] Error 1
make[1]: Leaving directory '/home/sbask_000/esp-idf/tools/kconfig'
make[1]: Entering directory '/home/sbask_000/esp-idf/tools/kconfig'
cc -I/usr/include/ncursesw -DCURSES_LOC="<curses.h>" -DNCURSES_WIDECHAR=1 -DLO CALE -c -o mconf.o mconf.c
C:/msys32/usr/lib/gcc/i686-pc-msys/6.3.0/cc1.exe: error while loading shared lib raries: msys-isl-15.dll: cannot open shared object file: No such file or directo ry
make[1]: *** [<builtin>: mconf.o] Error 1
make[1]: Leaving directory '/home/sbask_000/esp-idf/tools/kconfig'
make: *** [/home/sbask_000/esp-idf/make/project_config.mk:20: /home/sbask_000/es p-idf/tools/kconfig/mconf] Error 2


Any insight is appreciated!

Re: Missing mysis-isl-15.dll

Posted: Fri Sep 01, 2017 3:51 am
by ESP_Angus
Hi sj_bask,

Which steps did you follow to setup the IDF environment on Windows?

And are you running "mingw32.exe" to launch the IDF terminal window?


Angus

Re: Missing mysis-isl-15.dll

Posted: Fri Sep 01, 2017 4:01 am
by sj_bask
Hey Angus,

Thanks for the reply!

I'm using the steps shown here for Windows:
http://esp-idf.readthedocs.io/en/latest ... setup.html

And yes, I'm attempting to run the example from mingw32. I can provide screenshots if that would be helpful.

-Scott

Re: Missing mysis-isl-15.dll

Posted: Wed Sep 20, 2017 6:42 am
by sh4nnongoh
Hi,

I am also getting the same error and am following the steps stated in the guide.
Using Windows.
Thanks.

Best.
Shannon Goh

Re: Missing mysis-isl-15.dll

Posted: Wed Oct 25, 2017 8:34 pm
by kadrucho
I have got the same problem.

Re: Missing mysis-isl-15.dll

Posted: Thu Oct 26, 2017 2:56 am
by ESP_Angus
Hi folks,

There should be a file /c/msys32/usr/bin/msys-isl-15.dll - can you confirm this exists on your systems?

There must be something peculiar about the environment & search path on your systems which we haven't picked up. If you're able to, can you please post the output of the "env" command in the MSYS32 shell.

Also, any information about Windows version, anything unusual about your Windows install (corporate Active Directory, no local admin access, or anything else you can think of...?)

Re: Missing mysis-isl-15.dll

Posted: Tue Oct 31, 2017 4:31 pm
by kadrucho
Yes it was missing. I installed a isl package again to solve this problem.

Re: Missing mysis-isl-15.dll

Posted: Tue Oct 31, 2017 10:23 pm
by ESP_Angus
kadrucho wrote:Yes it was missing. I installed a isl package again to solve this problem.
Strange. The prebuilt windows environment should already contain this package and DLL. Still, I'm glad it was an easy fix!