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
Hello,
As mentioned here: newlib, the libc for newlib was merged sometime back in 2016. However, I am unable to use "test_newlib" located here: test_newlib.
It still gives me the error:
C:\...\AppData\Local\Temp\arduino_build_956035\sketch\test_newlib.ino.cpp.o: In function `TEST_FUNC__27':
C:\...\test_newlib/test_newlib.ino:30: undefined reference to `sscanf'
How do we use the newlib and in particular sscanf() within Arduino IDE for esp8266?
The text was updated successfully, but these errors were encountered:
Hello,
As mentioned here: newlib, the libc for newlib was merged sometime back in 2016. However, I am unable to use "test_newlib" located here: test_newlib.
It still gives me the error:
How do we use the newlib and in particular sscanf() within Arduino IDE for esp8266?
The text was updated successfully, but these errors were encountered: