------------------------------------1111111111111111111111111111111111------------------------------------ Build started 29.1.2008 at 20:13:00 avr-gcc.exe -I"D:\Projekte\Eingangssystem_01\Headerfiles" -mmcu=atmega128 -Wall -gdwarf-2 -O0 -fsigned-char -MD -MP -MT Eingangssystem_01.o -MF dep/Eingangssystem_01.o.d -c ../Eingangssystem_01.c ../Eingangssystem_01.c: In function 'main': ../Eingangssystem_01.c:187: warning: implicit declaration of function 'ResetSystem' ../Eingangssystem_01.c:208: warning: implicit declaration of function 'check_Leser_delay_status' ../Eingangssystem_01.c:221: warning: implicit declaration of function 'Befehl_an_Leser' ../Eingangssystem_01.c:272: warning: implicit declaration of function 'SetOutput' ../Eingangssystem_01.c:286: warning: implicit declaration of function 'UART1_Datenpacket_Empfang_bearbeiten' ../Eingangssystem_01.c:293: warning: format '%08x' expects type 'unsigned int', but argument 2 has type 'long unsigned int' avr-gcc.exe -I"D:\Projekte\Eingangssystem_01\Headerfiles" -mmcu=atmega128 -Wall -gdwarf-2 -O0 -fsigned-char -MD -MP -MT c_Funktionen_Auswertung_ICR40.o -MF dep/c_Funktionen_Auswertung_ICR40.o.d -c ../Funktionen/c_Funktionen_Auswertung_ICR40.c ../Funktionen/c_Funktionen_Auswertung_ICR40.c: In function 'Befehl_an_Leser': ../Funktionen/c_Funktionen_Auswertung_ICR40.c:98: warning: implicit declaration of function 'Set_Leser1_delay_500ms' ../Funktionen/c_Funktionen_Auswertung_ICR40.c:99: warning: implicit declaration of function 'Set_Leser1_delay_5000ms' ../Funktionen/c_Funktionen_Auswertung_ICR40.c:100: warning: implicit declaration of function 'Set_Leser2_delay_500ms' ../Funktionen/c_Funktionen_Auswertung_ICR40.c:101: warning: implicit declaration of function 'Set_Leser2_delay_5000ms' ../Funktionen/c_Funktionen_Auswertung_ICR40.c:102: warning: implicit declaration of function 'Set_Leser3_delay_500ms' ../Funktionen/c_Funktionen_Auswertung_ICR40.c:103: warning: implicit declaration of function 'Set_Leser3_delay_5000ms' ../Funktionen/c_Funktionen_Auswertung_ICR40.c:104: warning: implicit declaration of function 'Set_Leser4_delay_500ms' ../Funktionen/c_Funktionen_Auswertung_ICR40.c:105: warning: implicit declaration of function 'Set_Leser4_delay_5000ms' avr-gcc.exe -mmcu=atmega128 c_Funktionen_ICR40.o c_Funktionen_UART0.o c_Funktionen_UART1.o Eingangssystem_01.o c_Timer_Leser.o c_Timer_allgemein.o c_Initialisierungen.o c_Funktionen_Auswertung_ICR40.o -L"D:\Projekte\Eingangssystem_01\Headerfiles" -o E ingangssystem_01.elf avr-objcopy -O ihex -R .eeprom Eingangssystem_01.elf Eingangssystem_01.hex avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 --no-change-warnings -O ihex Eingangssystem_01.elf Eingangssystem_01.eep || exit 0 c:\Prog_XP\WinAVR-20070525\bin\avr-objcopy.exe: there are no sections to be copied! AVR Memory Usage ---------------- Device: atmega128 Program: 25092 bytes (19.1% Full) (.text + .data + .bootloader) Data: 1843 bytes (45.0% Full) (.data + .bss + .noinit) Build succeeded with 14 Warnings... ---------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------- ------------------------------------2222222222222222222222222222222222------------------------------------ Build started 29.1.2008 at 20:13:22 avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 --no-change-warnings -O ihex Eingangssystem_01.elf Eingangssystem_01.eep || exit 0 c:\Prog_XP\WinAVR-20070525\bin\avr-objcopy.exe: there are no sections to be copied! AVR Memory Usage ---------------- Device: atmega128 Program: 25092 bytes (19.1% Full) (.text + .data + .bootloader) Data: 1843 bytes (45.0% Full) (.data + .bss + .noinit) Build succeeded with 0 Warnings...