This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Using CSS 6 compiled code containing sprintf to store long value to a string ptr. No compiler error generated, however, on execution through debugger the program enters into fault while executing code in _printfi.c. Also debugger gen mem ref errors on executing code in sprintf.c. Both files generated by the compiler. May be its too naive to ask such a basic question from a learned forum, Anyways, shall be grateful for any assistance.
Please try the suggestions in this wiki article. Especially the ones about #include <stdio.h>, and making sure the stack and heap are big enough.
Thanks and regards,
-George