Help needed : Problem with printf
Banit Agrawal
banit@cse.iitkgp.ernet.in
Mon Aug 5 05:12:00 GMT 2002
Hi,
I have ported newlib for a RISC processor using cross-compiler tools.
I am having some problems with printf output.
suppose for this statement:
printf("hello world");
it doesn't print anything in the output.
But if I write this as
printf("hello world\n");
it prints the string hello world and some 000000000 characters in newline.
I have used newlib version 1.1.0.
Any pointers in this direction will be useful.
Thanks,
Banit
More information about the Newlib
mailing list