Content originally posted in LPCWare by micronpn on Thu Mar 27 09:39:55 MST 2014
I am testing and comparing the same project built with Redlib, Newlib and Newlib-Nano. During the tests related to stdio I found that vprintf() doesn't work as I expected if the project is compiled using Redlib.
I think to have correctly designed __sys_write to redirect the output to the UART, same redirection, with different function name, worked with the 2 newlibs (_write in their case).
Is there any trick related to it or is it a known problem?