请问:CCE怎么显式程序占用存储空间大小? IAR: Linking  xlink.exe D:\430\leds\Debug\Obj\main.r43 -o D:\430\leds\Debug\Exe\leds.txt -Fmsp430_txt -ID:\Program Files\IAR Systems\Embedded Workbench 5.0\  430\LIB\ -f D:\Program Files\IAR Systems\Embedded Workbench 5.0\430\CONFIG\lnk430F2012.xcl -D_STACK_SIZE=32 D:\Program Files\IAR Systems\  Embedded Workbench 5.0\430\LIB\CLIB\cl430f.r43 -D_DATA16_HEAP_SIZE=0 -Omsp430_txt=D:\430\leds\Debug\Exe\led.txt -s __program_start   -D_DATA20_HEAP_SIZE=50         IAR Universal Linker V4.60K/386       Copyright 1987-2007 IAR Systems. All rights reserved.     116 bytes of CODE memory    50 bytes of DATA memory (+ 10 absolute )    Errors: none  Warnings: none      Total number of errors: 0  Total number of warnings: 0 
 
 
  CCE: <Linking> 'Finished building target: Test.out' ' ' D:/Program Files/Texas Instruments/CC Essentials v3/utils/gmake/gmake --no-print-directory post-build 'Create flash image: TI-TXT' "D:/Program Files/Texas Instruments/CC Essentials v3/tools/compiler/MSP430/bin/hex430.exe" --ti_txt "Test.out" -o "Test.txt" -order MS -romwidth 16 Translating Test.out to TI-TXT format...    "Test.out"   ==> .text    "Test.out"   ==> .cinit    "Test.out"   ==> .reset ' ' Build complete for project Test   |   
     
  
 |