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]

printf problem


Hello all.

I'm having some problems when printing floating point numbers with newlib
1.10.0

float f =10.1234;
printf("f= %f\r\n",f)

 results in f= 0.

My target is a mips RM7000 processor

I have build newlib with target mips64-elf

Any help is welcome


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