qarce-dev@qarce-dev:~/avr-uip/projects/TuxGraphics-dhcp.m168$ make all
mkdir -p obj/enc28j60
avr-gcc -I. -Wall -mmcu=atmega168 -g -fpack-struct -Os -funsigned-char -funsigned-bitfields -mcall-prologues -Wstrict-prototypes -std=gnu99 -save-temps -I../..//apps/dhcpc -I../..//apps/simple-httpd -I../..//drivers/enc28j60 -I../..//libs/avrlib-avrlib-conf -I../..//drivers/interfaces -I../..//libs/interfaces -I../..//uip -c ../..//drivers/enc28j60/enc28j60.c -o obj/enc28j60.o
mkdir -p obj/network
avr-gcc -I. -Wall -mmcu=atmega168 -g -fpack-struct -Os -funsigned-char -funsigned-bitfields -mcall-prologues -Wstrict-prototypes -std=gnu99 -save-temps -I../..//apps/dhcpc -I../..//apps/simple-httpd -I../..//drivers/enc28j60 -I../..//libs/avrlib-avrlib-conf -I../..//drivers/interfaces -I../..//libs/interfaces -I../..//uip -c ../..//drivers/enc28j60/network.c -o obj/network.o
mkdir -p obj/dhcpc
avr-gcc -I. -Wall -mmcu=atmega168 -g -fpack-struct -Os -funsigned-char -funsigned-bitfields -mcall-prologues -Wstrict-prototypes -std=gnu99 -save-temps -I../..//apps/dhcpc -I../..//apps/simple-httpd -I../..//drivers/enc28j60 -I../..//libs/avrlib-avrlib-conf -I../..//drivers/interfaces -I../..//libs/interfaces -I../..//uip -c ../..//apps/dhcpc/dhcpc.c -o obj/dhcpc.o
mkdir -p obj/timer
avr-gcc -I. -Wall -mmcu=atmega168 -g -fpack-struct -Os -funsigned-char -funsigned-bitfields -mcall-prologues -Wstrict-prototypes -std=gnu99 -save-temps -I../..//apps/dhcpc -I../..//apps/simple-httpd -I../..//drivers/enc28j60 -I../..//libs/avrlib-avrlib-conf -I../..//drivers/interfaces -I../..//libs/interfaces -I../..//uip -c ../..//uip/timer.c -o obj/timer.o
mkdir -p obj/simple-httpd
avr-gcc -I. -Wall -mmcu=atmega168 -g -fpack-struct -Os -funsigned-char -funsigned-bitfields -mcall-prologues -Wstrict-prototypes -std=gnu99 -save-temps -I../..//apps/dhcpc -I../..//apps/simple-httpd -I../..//drivers/enc28j60 -I../..//libs/avrlib-avrlib-conf -I../..//drivers/interfaces -I../..//libs/interfaces -I../..//uip -c ../..//apps/simple-httpd/simple-httpd.c -o obj/simple-httpd.o
mkdir -p obj/main
avr-gcc -I. -Wall -mmcu=atmega168 -g -fpack-struct -Os -funsigned-char -funsigned-bitfields -mcall-prologues -Wstrict-prototypes -std=gnu99 -save-temps -I../..//apps/dhcpc -I../..//apps/simple-httpd -I../..//drivers/enc28j60 -I../..//libs/avrlib-avrlib-conf -I../..//drivers/interfaces -I../..//libs/interfaces -I../..//uip -c main.c -o obj/main.o
main.c: In function 'main':
main.c:53: warning: missing braces around initializer
main.c:53: warning: (near initialization for 'mac.addr')
main.c:43: warning: unused variable 'ipaddr'
mkdir -p obj/clock-arch
avr-gcc -I. -Wall -mmcu=atmega168 -g -fpack-struct -Os -funsigned-char -funsigned-bitfields -mcall-prologues -Wstrict-prototypes -std=gnu99 -save-temps -I../..//apps/dhcpc -I../..//apps/simple-httpd -I../..//drivers/enc28j60 -I../..//libs/avrlib-avrlib-conf -I../..//drivers/interfaces -I../..//libs/interfaces -I../..//uip -c clock-arch.c -o obj/clock-arch.o
mkdir -p obj/uip
avr-gcc -I. -Wall -mmcu=atmega168 -g -fpack-struct -Os -funsigned-char -funsigned-bitfields -mcall-prologues -Wstrict-prototypes -std=gnu99 -save-temps -I../..//apps/dhcpc -I../..//apps/simple-httpd -I../..//drivers/enc28j60 -I../..//libs/avrlib-avrlib-conf -I../..//drivers/interfaces -I../..//libs/interfaces -I../..//uip -c ../..//uip/uip.c -o obj/uip.o
mkdir -p obj/uip_arp
avr-gcc -I. -Wall -mmcu=atmega168 -g -fpack-struct -Os -funsigned-char -funsigned-bitfields -mcall-prologues -Wstrict-prototypes -std=gnu99 -save-temps -I../..//apps/dhcpc -I../..//apps/simple-httpd -I../..//drivers/enc28j60 -I../..//libs/avrlib-avrlib-conf -I../..//drivers/interfaces -I../..//libs/interfaces -I../..//uip -c ../..//uip/uip_arp.c -o obj/uip_arp.o
../..//uip/uip_arp.c: In function 'uip_arp_update':
../..//uip/uip_arp.c:160: warning: 'tabptr' may be used uninitialized in this function
../..//uip/uip_arp.c: In function 'uip_arp_out':
../..//uip/uip_arp.c:357: warning: 'tabptr' may be used uninitialized in this function
mkdir -p obj/psock
avr-gcc -I. -Wall -mmcu=atmega168 -g -fpack-struct -Os -funsigned-char -funsigned-bitfields -mcall-prologues -Wstrict-prototypes -std=gnu99 -save-temps -I../..//apps/dhcpc -I../..//apps/simple-httpd -I../..//drivers/enc28j60 -I../..//libs/avrlib-avrlib-conf -I../..//drivers/interfaces -I../..//libs/interfaces -I../..//uip -c ../..//uip/psock.c -o obj/psock.o
../..//uip/psock.c: In function 'psock_send_P':
../..//uip/psock.c:366: warning: pointer targets in assignment differ in signedness
avr-gcc -I. -Wall -mmcu=atmega168 -g -fpack-struct -Os -funsigned-char -funsigned-bitfields -mcall-prologues -Wstrict-prototypes -std=gnu99 -save-temps -I../..//apps/dhcpc -I../..//apps/simple-httpd -I../..//drivers/enc28j60 -I../..//libs/avrlib-avrlib-conf -I../..//drivers/interfaces -I../..//libs/interfaces -I../..//uip -o ./obj/test.out -Wl ./obj/clock-arch.o ./obj/dhcpc.o ./obj/enc28j60.o ./obj/main.o ./obj/network.o ./obj/psock.o ./obj/simple-httpd.o ./obj/timer.o ./obj/uip.o ./obj/uip_arp.o
avr-objcopy -R .eeprom -O ihex ./obj/test.out ./obj/test.hex
avr-size ./obj/test.out
text data bss dec hex filename
12088 134 838 13060 3304 ./obj/test.out
qarce-dev@qarce-dev:~/avr-uip/projects/TuxGraphics-dhcp.m168$