You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEPEND: CC app/libc/snprintf.c
snprintf.c:41:35: fatal error: c99-snprintf/snprintf.c: No such file or directory
#include "c99-snprintf/snprintf.c"
^
compilation terminated.
CC app/libc/snprintf.c
snprintf.c:41:35: fatal error: c99-snprintf/snprintf.c: No such file or directory
#include "c99-snprintf/snprintf.c"
^
compilation terminated.
The text was updated successfully, but these errors were encountered:
Look like you get snprintf implementation work with heap. I acutally does not know ESP NO-OS is provide malloc, free on heap inside. It may be need to implement or use sprintf without heap allocation.
In any case look like 2 years question stil not answered and I think project dead.
Expected behavior
DEPEND: CC app/libc/snprintf.c
snprintf.c:41:35: fatal error: c99-snprintf/snprintf.c: No such file or directory
#include "c99-snprintf/snprintf.c"
^
compilation terminated.
CC app/libc/snprintf.c
snprintf.c:41:35: fatal error: c99-snprintf/snprintf.c: No such file or directory
#include "c99-snprintf/snprintf.c"
^
compilation terminated.
The text was updated successfully, but these errors were encountered: