Compiling: main.c avr-gcc -c -mmcu=atmega32 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=main.lst -std=gnu99 main.c -o main.o In file included from main.h:17, from main.c:29: d:/winavr-20071221/bin/../avr/include/avr/signal.h:36:2: warning: #warning "This header file is obsolete. Use ." In file included from main.h:23, from main.c:29: rtl8019.h:84:1: warning: "ISR" redefined In file included from main.h:16, from main.c:29: d:/winavr-20071221/bin/../avr/include/avr/interrupt.h:124:1: warning: this is the location of the previous definition main.c: In function 'main': main.c:48: warning: implicit declaration of function 'sbi' main.c:57: warning: implicit declaration of function 'cbi' main.c:85: warning: implicit declaration of function 'enable_external_int' Compiling: rtl8019.c avr-gcc -c -mmcu=atmega32 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=rtl8019.lst -std=gnu99 rtl8019.c -o rtl8019.o In file included from main.h:17, from rtl8019.c:8: d:/winavr-20071221/bin/../avr/include/avr/signal.h:36:2: warning: #warning "This header file is obsolete. Use ." In file included from main.h:23, from rtl8019.c:8: rtl8019.h:84:1: warning: "ISR" redefined In file included from main.h:16, from rtl8019.c:8: d:/winavr-20071221/bin/../avr/include/avr/interrupt.h:124:1: warning: this is the location of the previous definition Compiling: arp.c avr-gcc -c -mmcu=atmega32 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=arp.lst -std=gnu99 arp.c -o arp.o In file included from main.h:17, from arp.c:8: d:/winavr-20071221/bin/../avr/include/avr/signal.h:36:2: warning: #warning "This header file is obsolete. Use ." In file included from main.h:23, from arp.c:8: rtl8019.h:84:1: warning: "ISR" redefined In file included from main.h:16, from arp.c:8: d:/winavr-20071221/bin/../avr/include/avr/interrupt.h:124:1: warning: this is the location of the previous definition Compiling: checksum.c avr-gcc -c -mmcu=atmega32 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=checksum.lst -std=gnu99 checksum.c -o checksum.o In file included from main.h:17, from checksum.c:8: d:/winavr-20071221/bin/../avr/include/avr/signal.h:36:2: warning: #warning "This header file is obsolete. Use ." In file included from main.h:23, from checksum.c:8: rtl8019.h:84:1: warning: "ISR" redefined In file included from main.h:16, from checksum.c:8: d:/winavr-20071221/bin/../avr/include/avr/interrupt.h:124:1: warning: this is the location of the previous definition Compiling: ftpd.c avr-gcc -c -mmcu=atmega32 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=ftpd.lst -std=gnu99 ftpd.c -o ftpd.o In file included from main.h:17, from ftpd.c:8: d:/winavr-20071221/bin/../avr/include/avr/signal.h:36:2: warning: #warning "This header file is obsolete. Use ." In file included from main.h:23, from ftpd.c:8: rtl8019.h:84:1: warning: "ISR" redefined In file included from main.h:16, from ftpd.c:8: d:/winavr-20071221/bin/../avr/include/avr/interrupt.h:124:1: warning: this is the location of the previous definition Compiling: httpd.c avr-gcc -c -mmcu=atmega32 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=httpd.lst -std=gnu99 httpd.c -o httpd.o In file included from main.h:17, from httpd.c:8: d:/winavr-20071221/bin/../avr/include/avr/signal.h:36:2: warning: #warning "This header file is obsolete. Use ." In file included from main.h:23, from httpd.c:8: rtl8019.h:84:1: warning: "ISR" redefined In file included from main.h:16, from httpd.c:8: d:/winavr-20071221/bin/../avr/include/avr/interrupt.h:124:1: warning: this is the location of the previous definition httpd.c: In function 'httpd': httpd.c:64: warning: pointer targets in passing argument 1 of 'printf' differ in signedness httpd.c:76: warning: pointer targets in passing argument 5 of 'Search_File' differ in signedness httpd.c:131: warning: pointer targets in passing argument 2 of 'Read_File' differ in signedness httpd.c:136: error: lvalue required as left operand of assignment make.exe: *** [httpd.o] Error 1 > Process Exit Code: 2 > Time Taken: 00:16