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!
Missing mysis-isl-15.dll
Re: Missing mysis-isl-15.dll
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
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
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
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
-
- Posts: 1
- Joined: Wed Sep 20, 2017 6:41 am
Re: Missing mysis-isl-15.dll
Hi,
I am also getting the same error and am following the steps stated in the guide.
Using Windows.
Thanks.
Best.
Shannon Goh
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
I have got the same problem.
Re: Missing mysis-isl-15.dll
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...?)
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
Yes it was missing. I installed a isl package again to solve this problem.
Re: Missing mysis-isl-15.dll
Strange. The prebuilt windows environment should already contain this package and DLL. Still, I'm glad it was an easy fix!kadrucho wrote:Yes it was missing. I installed a isl package again to solve this problem.
Who is online
Users browsing this forum: No registered users and 89 guests