View Single Post
  #10   Spotlight this post!  
Unread 07-02-2005, 12:11
katkana katkana is offline
that programmer chick
AKA: Gillian Koch
FRC #1412 (Mercedes Metalheads)
Team Role: Programmer
 
Join Date: Feb 2005
Rookie Year: 2004
Location: Hackensack
Posts: 28
katkana is on a distinguished road
Send a message via AIM to katkana
Re: Syntax Problems...

Quote:
Originally Posted by Mark McLeod
Typo, there should not be a space between the ! and =, e.g.,
if(end_program != 1) /* if program has not ended */
Neat! Thank you, very much for that help. No more errors in that code.. now... onto error the next
Code:
Error - section 'InterruptVectorLow' type is non-overlay and absolute but occurs in more than one input file.
This error popped up after the compiler stated it was executing this file path: "X:\USFirst-Klaube\C Programming\FrcCode\FRC_library.lib" /m"FrcCode.map" /o"FrcCode.cof"

I'm a little confused as to what this error message means, and how can I fix it?