|
Re: Error message in MPLAB IDE
Quote:
|
Originally Posted by KenWittlief
it looks like somewhere you changed the target processor to the p=18F452
we are using the PIC 18F8520
maybe somewhere in the project setup / options/ custom - one of those pulldown menus?
was someone playing around with the MPLAB settings on you?
also ifi_startup.c has an include to another file, the ifi_default.h file which has an include for the picdef... file for the 18F8520 - maybe you opened one of these and entered a stay character somewhere?
are you sure your code is in the right directory?
if all esle fails, start a new directory with all the default code, and move only the files you intentionally edited into that directory - then the files you are not suppose to edit will be untouched.
|
I just found the problem we are missing the clib.lib file and the pic18f8520.lib files were can we find them?
__________________
"I'm sorry, after all he is just a wookie!"
|