I've just started programming and I wanted to print a simple message to the terminal using Uartprintf, found in util/uartstdio.h. I'm getting and error:
unresolved symbol __error__, first referenced in ./util/uartstdio.obj lab12 C/C++ Problem
I have added a folder to the project called util in which I coped and pasted uartstdio.h and uartstdio.c. I do not know where the problem is coming from. Any help much appreciated.

