Hmm..thats interesting.
Now I've got the same error but different place.
Quote:
|
Error - section 'InterruptVectorLow' type is non-overlay and absolute but occurs in more than one input file.
|
Its now within the user_routines_fast.c (Thats the only place where "#pragma code InterruptVectorLow" is.)
Quote:
#pragma code InterruptVectorLow = LOW_INT_VECTOR
void InterruptVectorLow (void)
{
_asm
goto InterruptHandlerLow /*jump to interrupt routine*/
_endasm
}
|
This probably has an obvious answer..but what does it mean?