I am very new to programming, so I may be missing something stupid...
We added a simple bit of autonomous code into user_routines_fast.c, and wanted to see what was happening to the values of our variables without actually putting into the RC (as we can't really get to the robot as often as we'd like - still being worked on quite a bit!

), so we used the simulator mode explained in section 6.5 of the 2004 Programming Reference Guide (from IFI). We followed all the steps, built it, then ran it, and got this in the Output window (under the MPLAB SIM tab):
Six lines of "UART-W0006: Receive file has no data or failed to attach when UART receive mode enabled."
Then one line of "CORE-E0001: Stack overflow error occurred at 0x004836"
What does this mean we are doing wrong? (and how can we fix it?)
Thanks a lot!
Addy.