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
Use full-fat newlib printf, 4.4.0+ broke stdc++ (#70)
Newlib 4.4.0 and beyond broke linking when nana-printf was used with
the stdc++ library, with linking errors related to swprintf and
fputwc.
Move to the full printf implementation which doesn't allow removing
float support (but we always enable it anyway) and adds about 20K
to the build process.
0 commit comments