2.31E 버전의 경우
Options - Settings - Make Control 에
Message Filtering Level 이라는 설정을 All로 바꾸어 주면된다. (기본은 Messages 였던듯)
물론, 빌드이기 때문에 수정사항이 있거나 Build All을 해주어야 원하는 코드 사이즈가 나온다.
[링크 : http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=35464]
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 |
'embeded > AVR (ATmega,ATtiny)' 카테고리의 다른 글
ATmega64 timer 설정 (0) | 2011.10.28 |
---|---|
AVR Studio 에서 ELF 생성시 에러발생 (0) | 2011.07.27 |
PINA_Bit0 누구냐 넌! (IAR) (0) | 2011.03.31 |
AVR - PINA / PORTA / DDRA (2) | 2011.03.31 |
atmega128 은 8bit 프로세서임! + 변수의 크기 (0) | 2011.03.12 |