|
Re: Compile failure
The include path was wrong, and I fixed it, but the error is still occuring. Plus, I can't find STATUS anywhere, just some references to statusflag and Device Status.
I also don't recognize some of the files you're talking about. In my program directory I have:
ifi_startup.c
ifi_utilities.c
main.c
user_routines.c
user_routines_fast.c
user_SerialDrv.c
delays.h
ifi_aliases.h
ifi_default.h
ifi_utilities.h
user_routines.h
user_SerialDrv.h
the library file (722 one), and the linker file (same). Am I missing something?
EDIT: I downloaded Keven's code and got the same thing in ifi_code.o. If it makes a difference, I'm running MPLAB 8.0 and C18 3.10
Last edited by darkChozo : 05-02-2008 at 22:46.
Reason: Add info
|