User manual
- 63 -
Après la commande MAKE ALL du menu, l’édition suivante devrait s’afcher 
(fortement abrégé ici! Certaines lignes peuvent être un peu différentes): 
> “make.exe” all
-------- begin --------
avr-gcc (WinAVR 20100110) 4.3.3
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Size before: 
AVR Memory Usage
----------------
Device: atmega64
Program: 3074 bytes (4.7% Full)
(.text + .data + .bootloader)
Data: 68 bytes (1.7% Full)
(.data + .bss + .noinit)
EEPROM: 14 bytes (0.7% Full)
(.eeprom)
Compiling C: Robot Arm_Leds.c
avr-gcc -c -mmcu=atmega64 -I. 
-gdwarf-2 -DF_CPU=16000000UL -Os -funsigned-char -funsigned-bitelds -fpack-
struct -fshort-enums -Wall 
-Wstrict-prototypes -Wa,-adhlns=./Robot Arm_Leds.lst -std=gnu99 -MMD -MP -MF 
.dep/Robot Arm_Leds.o.d Robot Arm_Leds.c -o Caterpillar_Leds.o 
Linking: Robot Arm_Leds.elf
avr-gcc -mmcu=atmega16 -I. -gdwarf-2 -DF_CPU=16000000UL -Os -funsigned-char -funsigned-
bitelds 
Creating load le for Flash: Robot Arm_Leds.hex
Creating load le for EEPROM: Robot Arm_Leds.eep
avr-objcopy -j .eeprom --set-section-ags=.eeprom=”alloc,load” \
  --change-section-lma .eeprom=0 --no-change-warnings -O ihex Robot Arm_Leds.elf 
Robot Arm_Leds.eep || exit 0
Size after: 
AVR Memory Usage
----------------
Device: atmega64
Program: 3074 bytes (4.7% Full)
(.text + .data + .bootloader)
Data: 68 bytes (1.7% Full)
(.data + .bss + .noinit)
EEPROM: 14 bytes (0.7% Full)
(.eeprom)
-------- end --------> 
Process Exit Code: 0 
> Time Taken: 00:04










