This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Excluding Floating Point Libraries While Using Printf

I was wondering if there is a way to exclude the floating point libraries using calls to printf while I am using fixed point math and have no need for floating point math?

Parents
  • I was wondering if there is a way to exclude the floating point libraries using calls to printf while I am using fixed point math and have no need for floating point math?

    This is how you begin to appreciate the way it's done by IAR: they provide several versions of printf and scanf with varying functionality and size.

Reply
  • I was wondering if there is a way to exclude the floating point libraries using calls to printf while I am using fixed point math and have no need for floating point math?

    This is how you begin to appreciate the way it's done by IAR: they provide several versions of printf and scanf with varying functionality and size.

Children