The $50 robot source code, completely unchanged, builds well with no errors. If you un-comment the line:
rprintf("Initialization Complete\r\n");
You get an error, on line 98, that says:
undefined reference to rprintflRamRom
make: *** [Photovore_v1.elf] Error 1
How can I print lines?