Wie gewünscht hier die Ausgabe in der Konsole:
Code:
-------- begin --------
avr-gcc (GCC) 3.3.1
Copyright (C) 2003 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.
Linking: main.elf
avr-gcc -mmcu=atmega32 -I. -gdwarf-2 -DF_CPU=8000000UL -Os -funsigned-char -funs
igned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhln
s=main.o -std=gnu99 -MMD -MP -MF .dep/main.elf.d main.o --output main.elf -Wl,-
Map=main.map,--cref -lm
main.o(.text+0x16): In function `main':
: undefined reference to `_delay_ms'
main.o(.text+0x20): In function `main':
: undefined reference to `_delay_ms'
make: *** [main.elf] Error 1
Und hier der Inhalt der Batch-Datei:
Hoffe du wirst schlau daraus,
Danke für deine Hilfe!
Lesezeichen