|
Re: Generic error in MPLAB
main.c:15:Error [1027] unable to locate 'ifi_aliases.h;
#include '
Do you have something that looks like
#include 'ifi_aliases.h;
#include 'something else'
In your code? That's what it looks like, you forgot a ' . Also, you don't put semicolons at the end of include directives. Probably just a typo, though.
|