程序编译不过,怎么回事,用以前的版本可以编译过的
[复制链接]
程序编译不过,提示如下,怎么回事,用以前的版本可以编译过的,难道是编译器的差异???
Clean: Deleted file "F:\PIC\zhubogonglvji\startup.rlf". Clean Warning: File "F:\PIC\zhubogonglvji\doprnt.p1" doesn't exist. Clean Warning: File "F:\PIC\zhubogonglvji\doprnt.pre" doesn't exist. Clean: Deleted file "F:\PIC\zhubogonglvji\dubo.obj". Clean: Deleted file "F:\PIC\zhubogonglvji\dubo.lst". Clean: Deleted file "F:\PIC\zhubogonglvji\dubo.rlf". Clean: Deleted file "F:\PIC\zhubogonglvji\dubo.sdb". Clean: Done. Build F:\PIC\zhubogonglvji\dubo for device 16F873A Using driver f:\Program Files\HI-TECH Software\PICC\9.80\bin\picc.exe
Executing: "f:\Program Files\HI-TECH Software\PICC\9.80\bin\picc.exe" --pass1 F:\PIC\zhubogonglvji\duanbo.c -q --chip=16F873A -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" Executing: "f:\Program Files\HI-TECH Software\PICC\9.80\bin\picc.exe" -odubo.cof -mdubo.map --summary=default --output=default duanbo.p1 --chip=16F873A -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" (1273) Omniscient Code Generation not available in Lite mode (warning) HI-TECH C Compiler for PIC10/12/16 MCUs (Lite Mode) V9.80 Copyright (C) 2010 Microchip Technology Inc. Error [1347] ; 0. can't find 0x15B words (0x15b withtotal) for psect "text590" in segment "CODE" (largest unused contiguous range 0x143) Error [1347] ; 0. can't find 0xF8 words (0xf8 withtotal) for psect "text584" in segment "CODE" (largest unused contiguous range 0x2B) Error [1347] ; 0. can't find 0xAC words (0xac withtotal) for psect "text580" in segment "CODE" (largest unused contiguous range 0x2B) Error [1347] ; 0. can't find 0xAC words (0xac withtotal) for psect "text592" in segment "CODE" (largest unused contiguous range 0x2B) Error [1347] ; 0. can't find 0xA6 words (0xa6 withtotal) for psect "text582" in segment "CODE" (largest unused contiguous range 0x2B) Error [1347] ; 0. can't find 0x96 words (0x96 withtotal) for psect "text593" in segment "CODE" (largest unused contiguous range 0x2B) Error [1347] ; 0. can't find 0x87 words (0x87 withtotal) for psect "text591" in segment "CODE" (largest unused contiguous range 0x2B) Error [1347] ; 0. can't find 0x70 words (0x70 withtotal) for psect "text594" in segment "CODE" (largest unused contiguous range 0x2B) Error [1347] ; 0. can't find 0x69 words (0x69 withtotal) for psect "text583" in segment "CODE" (largest unused contiguous range 0x2B) Error [1347] ; 0. can't find 0x66 words (0x66 withtotal) for psect "text586" in segment "CODE" (largest unused contiguous range 0x2B) Error [1347] ; 0. can't find 0x52 words (0x52 withtotal) for psect "text597" in segment "CODE" (largest unused contiguous range 0x2B) Error [1347] ; 0. can't find 0x4C words (0x4c withtotal) for psect "text595" in segment "CODE" (largest unused contiguous range 0x2B) Error [1347] ; 0. can't find 0x46 words (0x46 withtotal) for psect "text596" in segment "CODE" (largest unused contiguous range 0x2B) Error [1347] ; 0. can't find 0x2F words (0x2f withtotal) for psect "text600" in segment "CODE" (largest unused contiguous range 0x2B) Error [1347] ; 0. can't find 0x2E words (0x2e withtotal) for psect "text598" in segment "CODE" (largest unused contiguous range 0x2B) Error [1347] ; 0. can't find 0x11 words (0x11 withtotal) for psect "cinit" in segment "CODE" (largest unused contiguous range 0xE)
********** Build failed! **********
|