Hello everyone.
I'm getting crazy trying to make the internal dynamixc LIBM to work properly in formware 4.1.0.
It links properly, but all functions returns wrong values, as if the format was wrong or something.
exemple :
double d = atof("9999")
printf("%f", d) prints "-1.998871
I'm not...