Referencing a variable declared 'extern' with an initializer causes an internal failure. For example:
extern int x = 5;
void main (void) { x++; }
generates an internal error. The workaround is to remove the 'extern' storage class specification or remove the initializer.
what should i do???
kill me? mysys dont work, mplab dont work… i dont have more ideas.