我用的是PIC12F509单片机,编译程序后,提示如下,对于下面的提示的含义,还不甚明了,
特别是
Extra space:
STRING used 3Ah ( 58) of 1h unit (5800.0%)
这句,是不是预示着,我的空间不够使用??请教各位朋友了,谢谢
Clean: Deleting intermediary and output files.
Clean: Deleted file "E:\PIC_Project\DSK_20\DSK_20_508\main.obj".
Clean: Deleted file "E:\PIC_Project\DSK_20\DSK_20_508\main.cce".
Clean: Deleted file "DSK_20_508.cof".
Clean: Done.
Executing: "D:\Project_soft\Mplab\setup\PICC\bin\picc.exe" -C -E"main.cce" "main.c" -O"main.obj" -Zg9 -O -ASMLIST -Q -MPLAB -12F509
Advisory[1209] : An old MPLAB tool suite plug-in was detected. Some options may not work correctly
Advisory[1210] : Visit
www.htsoft.com or contact
support@htsoft.com for an update
Executing: "D:\Project_soft\Mplab\setup\PICC\bin\picc.exe" -E"DSK_20_508.lde" "E:\PIC_Project\DSK_20\DSK_20_508\main.obj" -M"DSK_20_508.map" -O"DSK_20_508.cof" -O"DSK_20_508.hex" -Q -MPLAB -12F509
Memory Usage Map:
Program space:
CODE used 16Ah ( 362) of 400h words ( 35.4%)
ENTRY used 15h ( 21) of 400h words ( 2.1%)
Data space:
BANK0 used 18h ( 24) of 19h bytes ( 96.0%)
BANK1 used 0h ( 0) of 10h bytes ( 0.0%)
COMBANK used 0h ( 0) of 10h bytes ( 0.0%)
EEPROM space:
None available
ID Location space:
IDLOC used 0h ( 0) of 4h bytes ( 0.0%)
Configuration bits:
CONFIG used 1h ( 1) of 1h word (100.0%)
Extra space:
STRING used 3Ah ( 58) of 1h unit (5800.0%)
Summary:
Program space used 17Fh ( 383) of 400h words ( 37.4%)
Data space used 18h ( 24) of 30h bytes ( 50.0%)
EEPROM space None available
ID Location space used 0h ( 0) of 4h bytes ( 0.0%)
Configuration bits used 1h ( 1) of 1h word (100.0%)
used 3Ah ( 58) of 1h unit (5800.0%)
Advisory[1209] : An old MPLAB tool suite plug-in was detected. Some options may not work correctly
Advisory[1210] : Visit
www.htsoft.com or contact
support@htsoft.com for an update
Loaded E:\PIC_Project\DSK_20\DSK_20_508\DSK_20_508.cof.
BUILD SUCCEEDED: Mon Aug 20 15:21:29 2012