Guest
#2188426
i'm new to GCC/Gnude and have been through a lot of makefile trouble which is finally solved but it appears i still have one remaining problem. sprintf( ) doesn't work. strcpy & strcat work fine. i suspect there's a library initialization that isn't being called for some reason. the code worked fine when i used the keil compiler. sprintf(s, "Day %d", 1) i have looked for the source for sprintf but have never found it. truthfully, i'm also not sure i'm looking in the right place. I imagine i should be looking at http://www.gnu.org . i found some source but never managed to find what i'm looking for. thank you! mp