We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?
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.
I'd try nodefaultlibrary and include the one w/o fp that match the model you use, my guess would be it has dummies for the fp functions (otherwise printf would not work with the eval, and I have not heard it don't)
Erik