Porting Newlib

KJK::Hyperion noog@libero.it
Wed Jul 28 11:42:00 GMT 2004


At 00.35 24/07/2004, Dave Murphy wrote:
>I thought that the iostream functions used the same low level output 
>mechanism as printf and company, going through _write or _write_r as 
>appropriate but this doesn't appear to be happening

where does your C++ library come from? is it your compiler's? if it is, it 
definitely won't call _read and _read_r, because they are newlib-specific 
internals. Get the STLPort library, I think you can configure it to use 
iostreams based on stdio, or easily write a newlib back-end for it 



More information about the Newlib mailing list