jordiblasi wrote on Wednesday, July 27, 2016:
I am doing a small project on freertos and Intel Galileo Gen2. I am having some trouble debuging my code and I need to get to terminal screen some numeric values to see what It is actually happening. When I try to use g_printf I only see:
CC: (GNU) 4.8.2
I have tried also this commands:
g_printf((char *)varname);
g_printf(" ", varname);
How can I convert int to string?
Is there a way to print numeric values to the terminal?
Thanks