On 04/01/2019 11:08, Amarnath MB wrote:
Currently, I'm facing an issue with floating point values, in my test Init.c file I have added a simple printf statement like below,
*float data = 1.234;
printf("Data : %f\n", data);*
After loading the test executable, I'm getting the print as '*Data : %f*' in the console.

Do you use your own build system or did you modify the samples? In the RTEMS test suite some output function like printf() are wrapped by the linker to an alternative implementation without floating point support.

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

_______________________________________________
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users

Reply via email to