본문 바로가기

Dev

Multi compiler에서 s19 파일 생성, ROM/RAM size 표시 방법

(2014.10.09) Multi compiler에서 s19 파일 생성, ROM/RAM size 표시 방법


> OS: Windows 7 Ultimate k 64bit

> Compiler ver: Multi v5.1.7


(1) Project 를 선택하고 edit 창으로 연다.



(2) 아래와 같이 option을 추가한다.



{optgroup=GhsCommonOptions} -o EthGW_ghs.elf   

:postexecShell='gsrec.exe -noS5 ./EthGW_ghs.elf -o ./EthGW_ghs.s19 '

:postexecShell='gsize -rom -ram ./EthGW_ghs.elf'


setting.txt