-
I removed usbpic.lkr from my project which I had added simply because it was there.
I guess I'm done talking to myself now...
2009-03-12 07:08:31 UTC in PIC18F4550 USB/MSD
-
OK so I created a folder called "output" in C:\MCC18\lib and copied the start.o file in there. Is this right?
Anyway, now I don't get that error but I do get a new one:
"Error - section '_high_isr' type is non-overlay and absolute but occurs in more than one input file."
I searched every file in the project and found "_high_isr" to be in...
2009-03-12 06:31:57 UTC in PIC18F4550 USB/MSD
-
Hi
I got this error message when I tried to compile this project in MPLab.
"Error - could not find file './output/start.o"
I checked for "start.o" and found that it was in fact where it should be (so I obviously tried compiling again with out changing anything ...) and what do you know... MPLab still reports this error.
Then I tried adding the file manually...
2009-03-12 06:17:07 UTC in PIC18F4550 USB/MSD