Log in

View Full Version : Downloading code to 2005 RC


Eclipse
23-02-2006, 17:45
I'm trying to test code on last year's RC since this year's has been shipped and all. We followed the instructions on how to download code to it from the IFI site, but we can't compile because the linker is still looking for this year's linker file, even though we've told it to compile for last year's. Does anyone know how to get it to work?

Mark McLeod
23-02-2006, 19:43
You deleted the 18f8722.lkr file from your project window in MPLAB and replaced it with 18f8520.lkr instead?

Is the file p18f8722.h included anywhere in your code ("Find in Project Files...")?

Alan Anderson
23-02-2006, 19:58
Without seeing the actual error you're getting, all I can suggest is that you choose Clean from the Project menu before compiling again.