It may be that either (a) your arguments for the linker got changed or (b) something happened to 18f8520user.lkr. (B was because the name is similar to the error. ) I looked at my settings for the linker and I have no idea what could have changed.
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.
Sorry guys still having trouble with all of this. I have no idea what i am doing. I’m trying to reinstall the program in an hopes to fix my error message. In case that doesn’t work could someone please help me clean up the mess i created. P.M. me if you can help than i will give you the code.
first thing, remember when you install the MPLAB SW you have to follow the directions on the innovationfirst website - DONT follow the directions that came with the CD or the tools wont run right
make sure the disk isnt write protected… i would suggest not trying to compile something directly on a floppy in the first place, from a speed standpoint alone. also, make sure the include, library, and linker directories are specified correctly in project options.
First, if you have another computer, try reinstalling on that, as the installer messes up (at least in my experience) if there was a previous installation. If there isn’t, uninstal the program and remove any reference to anything to do wit h MCC18 in the PATH environment variable. (To see that, open a run box and type “msconfig”.)
Another thing, make sure to check all the boxes that apear during the compiler installation, especially the one that says “Configure MPLAB to work with this version of MCC18” or something like that.