Missing mysis-isl-15.dll
Posted: Fri Sep 01, 2017 2:01 am
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!
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!