Hello All,
I am trying to build the PIC16 template which I'm planning to use as a skeleton for my PIC16F887 project in MPLAB X (6.05) to no avail. When I hit build I get the following errors.
However, if I comment out the offending code in attached interrupts.c, the project builds but I think that's wrong.
Attached is a screenshot of my config. Am I doing something wrong here considering all source files came from mplab? Maybe I'm just using it wrong.
interrupts.c:23:6: error: variable has incomplete type 'void'
void interrupt isr(void)
^
interrupts.c:23:15: error: expected ';' after top level declarator
void interrupt isr(void)
Thanks!