|
Re: Need Help: Build/Make Error
Quote:
|
Originally Posted by ZeoFateX
I'm not the programmer for the team, but none of them signed up for an account at Chief Delphi -- so I'm posting for them.
We get the following error when we try to compile the program using MPLAB...
Executing: "c:\mcc18\bin\mcc18.exe" -p=18F8520 "ifi_startup.c" -fo="ifi_startup.o" /i"C:\mcc18\h" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Executing: "c:\mcc18\bin\mcc18.exe" -p=18F8520 "ifi_utilities.c" -fo="ifi_utilities.o" /i"C:\mcc18\h" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
C:\First\EDU_Default_Code_2003-12-15\ifi_picdefs.h:1288: *** Error - Invalid 18f8520 header file!
error 1 spawning c:\mcc18\bin\cpp18
Halting build on first failure as requested.
BUILD FAILED: Mon Feb 02 15:47:54 2004
We've searched and searched and found no-one else referring to this error (probably a stupid mistake). We DO have the include and library directory set up in Project-->Build Options-->Project (C:\mcc18\h and C:\mcc18\lib), it just won't work =\.
Any help would be greatly appreciated!
Thanks,
Greg Zanone and Team 637
|
Greg,
Line 1288 is designed to give you an error if the ifi_picdefs.h file has been loaded more than once (BANKED = 1). However, I am not sure how you did it...
Regards,
__________________
Mike Betts
Alumnus, Team 3518, Panthrobots, 2011
Alumnus, Team 177, Bobcat Robotics, 1995 - 2010
LRI, Connecticut Regional, 2007-2010
LRI, WPI Regional, 2009 - 2010
RI, South Florida Regional, 2012 - 2013
As easy as 355/113...
|