rm -rf line-demo.o line-demo.elf dep/* line-demo.hex line-demo.eep line-demo.lss line-demo.map
Build succeeded with 0 Warnings...
avr-gcc.exe -mmcu=atmega8 -Wall -gdwarf-2 -Os -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT line-demo.o -MF dep/line-demo.o.d -c ../line-demo.c
In file included from ../asuro.h:34,
from ../line-demo.c:7:
c:/programme/winavr-20070525/bin/../avr/include/avr/signal.h:36:2: warning: #warning "This header file is obsolete. Use <avr/interrupt.h>."
../line-demo.c: In function 'main':
../line-demo.c:14: warning: implicit declaration of function 'LineDemo'
../line-demo.c: At top level:
../line-demo.c:35: warning: conflicting types for 'LineDemo'
../line-demo.c:14: warning: previous implicit declaration of 'LineDemo' was here
avr-gcc.exe -mmcu=atmega8 -Wl,-Map=line-demo.map line-demo.o -o line-demo.elf
avr-objcopy -O ihex -R .eeprom line-demo.elf line-demo.hex
avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 --no-change-warnings -O ihex line-demo.elf line-demo.eep || exit 0
c:\Programme\WinAVR-20070525\bin\avr-objcopy.exe: there are no sections to be copied!
avr-objdump -h -S line-demo.elf > line-demo.lss
AVR Memory Usage
----------------
Device: atmega8
Program: 4508 bytes (55.0% Full)
(.text + .data + .bootloader)
Data: 19 bytes (1.9% Full)
(.data + .bss + .noinit)
Build succeeded with 4 Warnings...
Lesezeichen