We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make[1]: Entering directory '/home/wsgsra/esp/ESP8266_RTOS_SDK/tools/kconfig' cc -c -DCURSES_LOC="<curses.h>" -DLOCALE -MMD -MP -I "." -I "/home/wsgsra/esp/ESP8266_RTOS_SDK/tools/kconfig" /home/wsgsra/esp/ESP8266_RTOS_SDK/tools/kconfig/mconf.c -o mconf.o /home/wsgsra/esp/ESP8266_RTOS_SDK/tools/kconfig/mconf.c:11:19: fatal error: ctype.h: No such file or directory compilation terminated. Makefile:173: recipe for target 'mconf.o' failed make[1]: *** [mconf.o] Error 1 make[1]: Leaving directory '/home/wsgsra/esp/ESP8266_RTOS_SDK/tools/kconfig' make: *** No rule to make target '/home/wsgsra/esp/ESP8266_RTOS_SDK/tools/kconfig/conf-idf', needed by '/home/wsgsra/esp/ESP8266_RTOS_SDK/tools/kconfig/mconf-idf'. Stop.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
>release/v3.3,origin/release/v3.3)
make[1]: Entering directory '/home/wsgsra/esp/ESP8266_RTOS_SDK/tools/kconfig'
cc -c -DCURSES_LOC="<curses.h>" -DLOCALE -MMD -MP -I "." -I "/home/wsgsra/esp/ESP8266_RTOS_SDK/tools/kconfig" /home/wsgsra/esp/ESP8266_RTOS_SDK/tools/kconfig/mconf.c -o mconf.o
/home/wsgsra/esp/ESP8266_RTOS_SDK/tools/kconfig/mconf.c:11:19: fatal error: ctype.h: No such file or directory
compilation terminated.
Makefile:173: recipe for target 'mconf.o' failed
make[1]: *** [mconf.o] Error 1
make[1]: Leaving directory '/home/wsgsra/esp/ESP8266_RTOS_SDK/tools/kconfig'
make: *** No rule to make target '/home/wsgsra/esp/ESP8266_RTOS_SDK/tools/kconfig/conf-idf', needed by '/home/wsgsra/esp/ESP8266_RTOS_SDK/tools/kconfig/mconf-idf'. Stop.
The text was updated successfully, but these errors were encountered: