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
Hi, thanks for your Makefile, It is a great help. Only oone thing. Due to gcc7 strange things, the printf function is not working as expected. i have fixed it adding
-u _printf_float
to the linker flags.
The text was updated successfully, but these errors were encountered:
Hi, thanks for your Makefile, It is a great help. Only oone thing. Due to gcc7 strange things, the printf function is not working as expected. i have fixed it adding
-u _printf_float
to the linker flags.
The text was updated successfully, but these errors were encountered: