View Single Post
  #185   Spotlight this post!  
Unread 12-01-2008, 15:28
Ethan Reesor Ethan Reesor is offline
Registered User
FRC #0418
 
Join Date: Mar 2007
Location: Austin, TX, USA
Posts: 3
Ethan Reesor is an unknown quantity at this point
Re: New C18 3.0+ Compatible FRC Code

Kevin,
I am currently working with the ADC and Gyro code for the mcc18 v3, using MPLAB IDE v8.0. I realized that I had v2.4 of the compiler, so I downloaded and ran the v3.1 updater. Now, when I compile, the linker tells me I have the wrong (out of date) COFF file format for the object files (*.o). Any ideas?

Here is the error:
Code:
Error - Coff file format for 'C:\Documents and Settings\Ethan\My Documents\Programming\FIRST\Code\ifi_frc_gyro\adc.o' is out of date.
-Ethan