Re: Generic error in MPLAB
My first thought was having the files on your desktop. MPLAB, or at least parts of it, doesn't like command lines longer than 64 characters. But looking over the error, I'm going with rfrank's answer:
Error [1027] unable to locate 'ifi_aliases.h;
#include '
#include 'ifi_aliases.h;
should be
#include 'ifi_aliases.h' //note the ' at the end
Also, is it a single quote or should it be a double quote? Looking at our old programs I'm thinking how out of shape I am -- I haven't done any robot programming since last spring! Time to start programming again!
Y'know, a single missing character once brought down an unmanned rocket. (Haven't found an online source for this, but I think I originally saw it in an early Arthur C. Clarke book.)
|