Thank you for your reply CompilerGuru. I thought the HC08 sources might not be completely compatible with the V1, but that was the only place I could find printf.c. There isn't a subdirectory for that source for the V1 that I could find.
The default libs that were added to my project are:
fp_coldfire_nodiv.a
C_4i_CF_RegABI_MSL.a
C_4i_CF_RegABI_Runtime.a
I found information about the MSL from here:
{install}\Help\PDF\ColdFireV1_Build_Tools_Reference.pdf
Then under "ColdFire V1 Tools --> Using MSL Libraries". I replaced the C_4i_CF_RegABI_MSL.a with the C_4i_CF_RegABI_MATH_MSL.a choice because it contained floating point manipulation. This didn't change anything. I then tried replacing the other two libraries with the various other available libraries without any luck. Is there a specific one I need to choose? Is there anything special I need to do besides changing the libraries in the project and recompiling?
I understand that printf functions are bloated and I am not concerned in this application. I just wanted to save a little time instead of writing any specialized functions.
Thanks,
Kevin