here is the output with 45 day evaluation(online activated) of 9.60pl3
********************************************************************************************
Clean: Deleting intermediary and output files.
Clean: Deleted file "C:\Documents and Settings\a\Desktop\test\test.obj".
Clean: Deleted file "C:\Documents and Settings\a\Desktop\test\test.sdb".
Clean: Deleted file "C:\Documents and Settings\a\Desktop\test\test.rlf".
Clean: Deleted file "C:\Documents and Settings\a\Desktop\test\test.lst".
Clean Warning: File "C:\Documents and Settings\a\Desktop\test\test.cof" doesn't exist.
Clean Warning: File "C:\Documents and Settings\a\Desktop\test\test.hex" doesn't exist.
Clean: Deleted file "C:\Documents and Settings\a\Desktop\test\test.sym".
Clean: Deleted file "C:\Documents and Settings\a\Desktop\test\test.map".
Clean Warning: File "C:\Documents and Settings\a\Desktop\test\test.hxl" doesn't exist.
Clean Warning: File "C:\Documents and Settings\a\Desktop\test\startup.lst" doesn't exist.
Clean Warning: File "C:\Documents and Settings\a\Desktop\test\startup.rlf" doesn't exist.
Clean: Deleted file "C:\Documents and Settings\a\Desktop\test\test.mcs".
Clean: Done.
Build C:\Documents and Settings\a\Desktop\test\test for device 16F676
Using driver C:\Program Files\HI-TECH Software\PICC\STD\9.60\bin\picc.exe
Executing: "C:\Program Files\HI-TECH Software\PICC\STD\9.60\bin\picc.exe" -C "C:\Documents and Settings\a\Desktop\test\test.c" -q --chip=16F676 -P --runtime=default --opt=default -D__DEBUG=1 -g --asmlist "--errformat=Error [%n] %f; %l.%c %s" "--msgformat=Advisory[%n] %s" "--warnformat=Warning [%n] %f; %l.%c %s"
Warning [349] C:\Documents and Settings\a\Desktop\test\test.c; 75.18 non-prototyped function declaration for "initialise"
Warning [349] C:\Documents and Settings\a\Desktop\test\test.c; 78.22 non-prototyped function declaration for "LED_MAINS_OFF"
Warning [349] C:\Documents and Settings\a\Desktop\test\test.c; 79.21 non-prototyped function declaration for "LED_MAINS_ON"
Warning [349] C:\Documents and Settings\a\Desktop\test\test.c; 80.20 non-prototyped function declaration for "LED_OLLB_ON"
Warning [349] C:\Documents and Settings\a\Desktop\test\test.c; 81.21 non-prototyped function declaration for "LED_OLLB_OFF"
Warning [349] C:\Documents and Settings\a\Desktop\test\test.c; 82.24 non-prototyped function declaration for "GET_MAINS_STATUS"
Executing: "C:\Program Files\HI-TECH Software\PICC\STD\9.60\bin\picc.exe" -otest.cof -mtest.map --summary=default --output=default test.obj --chip=16F676 -P --runtime=default --opt=default -D__DEBUG=1 -g --asmlist "--errformat=Error [%n] %f; %l.%c %s" "--msgformat=Advisory[%n] %s" "--warnformat=Warning [%n] %f; %l.%c %s"
HI-TECH PICC STD COMPILER (Microchip PICmicro) V9.60PL3
Copyright (C) 1984-2009 HI-TECH SOFTWARE
licensed for evaluation purposes only
this licence will expire on Sun, 07 Jun 2009
Error [593] ; . can't find 0x2CD words (0x2cd withtotal) for psect "text0" in segment "CODE"
********** Build failed! **********
*****************************************************************************************************
The day before yesterday before doing a fresh format(quick format)+install of winxp sp3,I was not getting such problem and the same compiler was compiling the project for some 1019 words(code flash)
one more interesting thing to be noted is that it shows "this licence will expire on Sun, 07 Jun 2009"....my present system date is april 19 so it should expire around 3-4 june
....wait i will be back after few minutes to present here the output i got using 8.05pl2..
EDIT:-
And here is the ouput using v8.05pl2
*******************************************************************************************
Clean: Deleting intermediary and output files.
Clean: Deleted file "C:\Documents and Settings\a\Desktop\test\test.obj".
Clean: Deleted file "C:\Documents and Settings\a\Desktop\test\test.sdb".
Clean: Deleted file "C:\Documents and Settings\a\Desktop\test\test.rlf".
Clean: Deleted file "C:\Documents and Settings\a\Desktop\test\test.lst".
Clean Warning: File "C:\Documents and Settings\a\Desktop\test\test.cof" doesn't exist.
Clean Warning: File "C:\Documents and Settings\a\Desktop\test\test.hex" doesn't exist.
Clean: Deleted file "C:\Documents and Settings\a\Desktop\test\test.sym".
Clean: Deleted file "C:\Documents and Settings\a\Desktop\test\test.map".
Clean Warning: File "C:\Documents and Settings\a\Desktop\test\test.hxl" doesn't exist.
Clean Warning: File "C:\Documents and Settings\a\Desktop\test\startup.lst" doesn't exist.
Clean Warning: File "C:\Documents and Settings\a\Desktop\test\startup.rlf" doesn't exist.
Clean: Deleted file "C:\Documents and Settings\a\Desktop\test\test.mcs".
Clean: Done.
Executing: "C:\HT-PIC\BIN\PICC.EXE" -C -E"test.cce" "test.c" -O"test.obj" -Zg9 -O -ASMLIST -Q -MPLAB -16F676
Executing: "C:\HT-PIC\BIN\PICC.EXE" -E"test.lde" "C:\Documents and Settings\a\Desktop\test\test.obj" -M"test.map" -O"test.cof" -O"test.hex" -Q -MPLAB -16F676
Memory Usage Map:
Program ROM $0000 - $009D $009E ( 158) words
Program ROM $00A2 - $03FE $035D ( 861) words
$03FB ( 1019) words total Program ROM
Bank 0 RAM $0020 - $0020 $0001 ( 1) bytes
Bank 0 RAM $0022 - $005D $003C ( 60) bytes
$003D ( 61) bytes total Bank 0 RAM
Bank 0 Bits $0108 - $0109 $0002 ( 2) bits total Bank 0 Bits
Config Data $2007 - $2007 $0001 ( 1) words total Config Data
Program statistics:
Total ROM used 1019 words (99.6%)
Total RAM used 62 bytes (96.9%)
Loaded C:\Documents and Settings\a\Desktop\test\test.cof.
BUILD SUCCEEDED: Sun Apr 19 13:32:03 2009
*******************************************************************************************