You are obviously including pico_stdio in your build.
By default this introduces definitions of a number of functions such as putchar which bypass newlib.
To avoid this define PICO_STDIO_SHORT_CIRCUIT_CLIB_FUNCS to be zero, see here.
By default this introduces definitions of a number of functions such as putchar which bypass newlib.
To avoid this define PICO_STDIO_SHORT_CIRCUIT_CLIB_FUNCS to be zero, see here.
Statistics: Posted by Memotech Bill — Wed Dec 11, 2024 9:03 am