aehlers Guest
|
error 18 |
Posted: Wed Dec 30, 2009 7:39 pm |
|
|
I was using mplab 8.30 on an xp machine and my project compiles perfectly. I am now using the same machine with windows 7 pro and MPlab 8.40. I have had to remove a line of code (undesired feature). I have recompiled on the XP machine no problem but when I use the windows 7 machine I get the following:
Quote: |
Clean: Deleting intermediary and output files.
Clean Warning: File "C:\Users\AndyE\Documents\Exclara\Power_Supply_Test_Fixture\PIC\Auto_Tester\module_fixture_1v2.o" doesn't exist.
Clean: Deleted file "module_fixture_1v2.ERR".
Clean: Done.
Executing: "C:\Program files\Picc\CCSC.exe" +FM "module_fixture_1v2.c" +DF +LN +T +A +M -Z +Y=9 +EA
*** Error 18 "module_fixture_1v2.c" Line 1(9,64): File can not be opened
Not in local "C:\Users\AndyE\Documents\Exclara\Power_Supply_Test_Fixture\PIC\Auto_Tester\16F887.h"
*** Error 128 "C:\Users\AndyE\Documents\Exclara\Power_Supply_Test_Fixture\PIC\Auto_Tester\stdlib.h" Line 30(1,2): A #DEVICE required before this line
2 Errors, 0 Warnings.
Halting build on first failure as requested.
BUILD FAILED: Wed Dec 30 17:23:45 2009
|
The code is not attached for proprietary reasons and the fact that the xp machine compiles the code. |
|