This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Porting Newlib


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]