Log in

View Full Version : Compiler problem


crubio
15-02-2008, 17:54
Currently am compiling the default code and am getting one error.
MPLINK 4.16, Linker
Copyright (c) 2008 Microchip Technology Inc.
Error - Coff file format for 'AARG.O' is out of date.
Error - Could not build member 'AARG.O' in library file 'C:\Program Files\Intelitek\easyC Pro\#Tools\Mcc18\lib/clib.lib'.
Errors : 2

I am using MPLAB IDE V8.00 Compiler version 3.+
This is Kevin's FRC code that i am working with and just cannot get it to work.
ive commented out the file all together but then i get a whole new set of problems.

Mark McLeod
16-02-2008, 02:14
It looks like you are pulling libraries from EasyC Pro.
The Vex libraries were compiled with compiler version 2.4 and are not compatable with the later 3.x versions.
For Vex you must use the compiler originally delivered with EasyC Pro.