I am using codewarrior 7.1 and and coldfire 5208 processor.I am trying to use time functions like mktime and gmtime in my application project but htey dont work.I tried most of the things freescale told me do like building new library and adding the new library in my project and all that.
It also says we have to provide our own implementation of the time functions as per the manual in "configuring time and Clock". But I do not know where to add these functions. I added it in time.c and built it but it still gives linker error saying mktime() gmtime() undefined. Can anyone help me on this?
PVK