juergen.sch...@pcm.endress.com wrote:
Hey guys,
I'm a greenhorn with the MSP and the MSP tools.
Now I run in the problem, that I trying to convert a Int to a string. I
tried itoa(), sprintf(), but nothing was successfull. Is there also an
it's quiet difficult to help if the result was "nothing was successfull" ;-)
other function or did I something wrong, maybe I forgot to link something.
i don't think we have an itoa() implementation, patches are welcome.
sprintf or better snprintf, is there and should work.
you dont say how you link, so i cant tell if that's the problem. the
usual thing is to use gcc obj1.o obj2.o ... and it will link the needed
runtime libs.
chris