Neither make nor make menuconfig works now
Code: Select all
$ make
make[1]: Entering directory '/d/GitHub/esp/esp-idf/tools/kconfig'
lxdialog/check-lxdialog.sh -check cc -I/usr/include/ncursesw -DCURSES_LOC="<curses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE -MD -lncursesw -lintl
make[1]: *** No rule to make target '/usr/include/sys/_locale.h', needed by 'lxdialog/checklist.o'. Stop.
make[1]: Leaving directory '/d/GitHub/esp/esp-idf/tools/kconfig'
make: *** No rule to make target '/d/GitHub/esp/esp-idf/tools/kconfig/conf', needed by '/home/sukesh/ESP32-DEV/ESP32_cpp_hello/build/include/config/auto.conf'. Stop.
Code: Select all
$ make menuconfig
make[1]: Entering directory '/d/GitHub/esp/esp-idf/tools/kconfig'
lxdialog/check-lxdialog.sh -check cc -I/usr/include/ncursesw -DCURSES_LOC="<curses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE -MD -lncursesw -lintl
make[1]: *** No rule to make target '/usr/include/sys/_locale.h', needed by 'lxdialog/checklist.o'. Stop.
make[1]: Leaving directory '/d/GitHub/esp/esp-idf/tools/kconfig'
make[1]: Entering directory '/d/GitHub/esp/esp-idf/tools/kconfig'
lxdialog/check-lxdialog.sh -check cc -I/usr/include/ncursesw -DCURSES_LOC="<curses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE -MD -lncursesw -lintl
make[1]: *** No rule to make target '/usr/include/sys/_locale.h', needed by 'lxdialog/checklist.o'. Stop.
make[1]: Leaving directory '/d/GitHub/esp/esp-idf/tools/kconfig'
make: *** [/d/GitHub/esp/esp-idf/make/project_config.mk:20: /d/GitHub/esp/esp-idf/tools/kconfig/mconf] Error 2