|
Re: WPILib and Eclipse
Still no luck. I got my hands on a copy of the c18 compiler, and now tried to build it, and now I'm getting a new error:
**** Build of configuration vEx WPILib Robot for project Vex ****
mingw32-make all
'Building target: Vex.hex'
'Invoking: MPLINK Linker'
mplink "..\18F8520.lkr" /a INHX32 /w /m FRCMapfile.map /o"Vex.hex" ./main.o /l"C:\mcc18\lib" ..\Vex_library.lib ..\WPILibVex.lib
MPLINK 3.90, Linker
Copyright (c) 2004 Microchip Technology Inc.
Error - Coff file '././main.o' does not appear to be a valid COFF file.
Errors : 1
mingw32-make: *** [Vex.hex] Error 1
main.c is my source file. Could this imply a problem with my code? Or what am I looking at?
|