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]

Help needed : Problem with printf


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   


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