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