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'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