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?
"FPkill"
just copy the FP .h file and make all functions 'live' { while(1): }
when a function exist the library is not called
Erik
Thanks for the quick response. Where is the FP.h file? I have an older version of the compiler (8.12) so it might be a different file name? Or do I have to have the full version of the Keil tools?
Where is the FP.h file? nowhere, fp.h represent whatever the .h file for the fp functions is named, I am (waiting for IT dept) w/o a uVision for a day or so.
http://www.keil.com/support/man/docs/c51/c51_lib_files.htm seems to be where you need to go