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?