A.2. avr-gcc Options

Table A-2. avr-gcc Options

OptionDescription
-mavaTells avr-gcc to use ava as the assembler and linker.
-mcall-prologuesUse subroutines for function prologue/epilogue.
-minit-stack=symbolSets the initial stack address.
-mint8Assume int to be an eight bit integer.
-mmcu=nameSpecify the device (at90s23xx, attiny22, at90s44xx, at90s85xx, atmega603, atmega103). The default is at90s85xx.
-mno-interruptsDon't disable interrupts when updating the upper eight bits of the stack pointer.
-msizeOutputs instruction sizes to the asm listing.