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 have to agree with Mr. Malund on this one as my listing clearly shows that the floating point functions are built and part of the code space. At risk of repeating myself, I don't use any floating point math anywhere in my code and the libraries are now included since I started using the printf to format my output to my terminal interface.

Reply
  • I have to agree with Mr. Malund on this one as my listing clearly shows that the floating point functions are built and part of the code space. At risk of repeating myself, I don't use any floating point math anywhere in my code and the libraries are now included since I started using the printf to format my output to my terminal interface.

Children