Hi, I'm a new programmer when it comes to FRC (I programed for FVC last year, and have some level of programming background), and I'm having trouble getting some code to compile.
The assembler works fine, but when MPLINK starts up, it fails, giving an error message of:
Code:
Error - could not find definition of symbol 'STATUS' in file 'J:\*\user_routines_fast.o
Strange thing is, I haven't modified user_routines_fast.c at all, just user_routines.c and user_routines.h. I've tried replacing basically every other file with clean copies from the default code, and I've compiled the default code itself to make sure that the linker isn't screwed up. Any help?