loboris / ESP32_TFT_library

Full featured TFT library for ESP32 with demo application
553 stars 219 forks source link

make menuconfig issue #89

Closed can-caglar closed 3 years ago

can-caglar commented 3 years ago

I am seeing the following error.

Please note I am able to compile and flash example code from the esp-idf.

Any advise?

make menuconfig
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make[1]: Entering directory `/c/DEV/ESP-IDF3/esp-idf/tools/kconfig'
cc -c  -DCURSES_LOC="<curses.h>" -DLOCALE -MMD -MP -I "." -I "/c/DEV/ESP-IDF3/esp-idf/tools/kconfig"  /c/DEV/ESP-IDF3/esp-idf/tools/kconfig/mconf.c -o mconf.o
/bin/sh: cc: command not found
make[1]: *** [mconf.o] Error 127
make[1]: Leaving directory `/c/DEV/ESP-IDF3/esp-idf/tools/kconfig'
can-caglar commented 3 years ago

It was because I was on Windows. I switched to MSYS2 environment and make works now.