View Single Post
  #333   Spotlight this post!  
Unread 31-01-2008, 21:52
JHale JHale is offline
Registered User
no team
 
Join Date: Feb 2007
Rookie Year: 2008
Location: Nowhere
Posts: 14
JHale is an unknown quantity at this point
Re: New C18 3.0+ Compatible FRC Code

Having the same problem with the new code as someone mentioned before.

When I build the project with Initialize_ADC() uncommented, it builds fine but encounters a code error.

When I build the project with ENABLE_TIMER_4 defined in timers.h, the linker encounters the error:

Error - symbol 'Timer_4_ISR' has multiple definitions.


I have tried commenting out the definition for Timer_4_ISR() in timers.c (because it does nothing) but we get back to the code error. Also, ENABLE_TIMER_4 is defined in ifi_frc.h.

Using a 2007 RC, MCC18 3.10;

Thanks!
-James

Last edited by JHale : 31-01-2008 at 21:56.