WinAVR output

by JohnyBravo12 on December 26th, 2009
No notes
Syntax: No syntax
Show lines - Hide lines - Show in textbox - Download
> "make.exe" all
 
-------- begin --------
avr-gcc (WinAVR 20090313) 4.3.2
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.
 
 
Compiling C: main.c
avr-gcc -c -mmcu=atmega8 -I. -gdwarf-2 -DF_CPU=12000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=./main.lst  -std=gnu99 -MMD -MP -MF .dep/main.o.d main.c -o main.o 
 
Assembling: usbdrv/usbdrvasm.S
avr-gcc -c -mmcu=atmega8 -I. -x assembler-with-cpp -DF_CPU=12000000 -Wa,-adhlns=./usbdrv/usbdrvasm.lst,-gstabs,--listing-cont-lines=100 usbdrv/usbdrvasm.S -o usbdrv/usbdrvasm.o
 
Linking: main.elf
avr-gcc -mmcu=atmega8 -I. -gdwarf-2 -DF_CPU=12000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=main.o  -std=gnu99 -MMD -MP -MF .dep/main.elf.d main.o usbdrv/usbdrvasm.o --output main.elf -Wl,-Map=main.map,--cref     -lm
 
Creating load file for Flash: main.hex
avr-objcopy -O ihex -R .eeprom -R .fuse -R .lock main.elf main.hex
 
Creating load file for EEPROM: main.eep
avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" \
	--change-section-lma .eeprom=0 --no-change-warnings -O ihex main.elf main.eep || exit 0
 
Creating Extended Listing: main.lss
avr-objdump -h -S -z main.elf > main.lss
 
Creating Symbol Table: main.sym
avr-nm -n main.elf > main.sym
 
Size after:
AVR Memory Usage
----------------
Device: atmega8
 
Program:    1596 bytes (19.5% Full)
(.text + .data + .bootloader)
 
Data:         60 bytes (5.9% Full)
(.data + .bss + .noinit)
 
 
 
-------- end --------
 
 
> Process Exit Code: 0
> Time Taken: 00:01
 

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS