|
Re: I want a version of the mplab compiler for Linux.
Quote:
Originally Posted by HighLife
I'm getting this same exact error.
|
The error you are getting means the type of PIC hasn't been defined, so the ifi_utilities.c file can pick the proper system defines that match what the PIC has built into it.
Simply put, you are missing a compile flag (-D__18F8722).
__________________
"Rationality is our distinguishing characteristic - it's what sets us apart from the beasts." - Aristotle
Last edited by Mark McLeod : 25-12-2007 at 14:34.
|