embeded/AVR (ATmega,ATtiny)2011. 7. 25. 11:10
2.31E 버전의 경우
Options - Settings - Make Control 에
Message Filtering Level 이라는 설정을 All로 바꾸어 주면된다. (기본은 Messages 였던듯)
물론, 빌드이기 때문에 수정사항이 있거나 Build All을 해주어야 원하는 코드 사이즈가 나온다.


Rebuilding target Debug...
filename.c
ICCAVR: --cpu=m64 -ms -o D:\prj\Debug\Obj\ -I C:\Program Files\IAR Systems\Ew23 Evaluation version\avr\SRC\CLIB\INC\ -e -y --initializers_in_flash -z9 --no_clustering --cross_call_passes=2 --debug -DENABLE_BIT_D

   IAR Atmel AVR C/EC++ Compiler V2.28A/WIN, Evaluation Version
   Copyright 1996-2002 IAR Systems. All rights reserved.

  14983 bytes of CODE memory (+ 12 bytes shared)
    599 bytes of DATA memory (+ 40 bytes shared)

Errors: none
Warnings: none
Linking...
XLINK: D:\prj\Debug\Obj\filename.r90 C:\Program Files\IAR Systems\Ew23 Evaluation version\avr\lib\cl3s-ec-sf.r90 -o D:\prj\Debug\Exe\filename.hex -Fintel-standard -
 17 213 bytes of CODE memory (8 range fill)
    801 bytes of DATA memory
Errors: none
Warnings: none
 
Total number of errors: 0
Total number of warnings: 0 

[링크 : http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=35464]
Posted by 구차니