NutConfigure make Output of Nut/OS
4.6.0 GCC 3.4.3
E:\ethernut_4.6.0>echo p1 = compiler version with dots x.y.z p2 = compiler version w/o dots xyz p3 = ethernut verison w/o dots p4 = ethernut with dots
p1 = compiler version with dots x.y.z p2 = compiler version w/o dots xyz p3 = ethernut verison w/o dots p4 = ethernut with dots
E:\ethernut_4.6.0>path=e:\ethernut_4.6.0\nut\tools\win32;d:\drv-nut\winavr_3.4.3\bin;d:\drv-nut\winavr_3.4.3\utils\bin;e:\windows;e:\windows\system32;e:\windows\system32;wbem;
E:\ethernut_4.6.0>nutconfigure -a./nutapp_avr_3.4.3 -c./nut/conf/ethernut21b.conf -mavr-gcc -b./nutbld_avr_3.4.3 create-buildtree
nutconfigure 2.0.2
Loading ./nut/conf/repository.nut...OK
Loading ./nut/conf/ethernut21b.conf...OK
Creating Makefiles for avr-gcc in ./nutbld_avr_3.4.3...OK
Creating header files in ./nutbld_avr_3.4.3...OK
E:\ethernut_4.6.0>cd nutbld_avr_3.4.3
E:\ethernut_4.6.0\nutbld_avr_3.4.3>make clean 1>makeclean.txt
E:\ethernut_4.6.0\nutbld_avr_3.4.3>make install 1>..\c460c343avr.txt
avr-ar: creating libnutarch.a
avr-ar: creating libnutos.a
avr-ar: creating libnutdev.a
avr-ar: creating libnutc.a
avr-ar: creating libnutcrt.a
In file included from ../.././nut/include/sys/socket.h:169,
from ../.././nut/net/tcpin.c:115:
../.././nut/include/sys/sock_var.h:166: error: parse error before "uint_fast8_t"
../.././nut/include/sys/sock_var.h:166: warning: function declaration isn't a prototype
make[1]: *** [tcpin.o] Error 1
make: *** [install] Error 2
E:\ethernut_4.6.0\nutbld_avr_3.4.3>cd ..
E:\ethernut_4.6.0>nutconfigure -a./nutapp_avr_3.4.3 -c./nut/conf/ethernut21b.conf -mavr-gcc -b./nutbld_avr_3.4.3 create-apptree
nutconfigure 2.0.2
Loading ./nut/conf/repository.nut...OK
Loading ./nut/conf/ethernut21b.conf...OK
OK
Copying ./nut/app
Copying ./nut/app/basemon
Copying ./nut/app/basemon/html
Copying ./nut/app/caltime
Copying ./nut/app/canbus
Copying ./nut/app/cppdemo
Copying ./nut/app/events
Copying ./nut/app/ftpd
Copying ./nut/app/httpd
Copying ./nut/app/httpd/sample
Copying ./nut/app/httpd/sample/flash
Copying ./nut/app/inetq
Copying ./nut/app/isp2
Copying ./nut/app/isp2/isp
Copying ./nut/app/logtime
Copying ./nut/app/nutpiper
Copying ./nut/app/playmp3
Copying ./nut/app/playmp3/sounds
Copying ./nut/app/portdio
Copying ./nut/app/pppc
Copying ./nut/app/rs232d
Copying ./nut/app/simple
Copying ./nut/app/snmpd
Copying ./nut/app/tcps
Copying ./nut/app/threads
Copying ./nut/app/timers
Copying ./nut/app/uart
NutConfigure Make gcc details
make -C arch install
make[1]: Entering directory `E:/ethernut_4.6.0/nutbld_avr_3.4.3/arch'
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=context_gcc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/os/context_gcc.c -o avr/os/context_gcc.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ostimer.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ostimer.c -o avr/dev/ostimer.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=wdt_avr.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/wdt_avr.c -o avr/dev/wdt_avr.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_adc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_adc.c -o avr/dev/ih_adc.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_analog_comp.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_analog_comp.c -o avr/dev/ih_analog_comp.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_canit.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_canit.c -o avr/dev/ih_canit.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_ee_ready.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_ee_ready.c -o avr/dev/ih_ee_ready.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_int0.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_int0.c -o avr/dev/ih_int0.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_int1.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_int1.c -o avr/dev/ih_int1.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_int2.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_int2.c -o avr/dev/ih_int2.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_int3.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_int3.c -o avr/dev/ih_int3.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_int4.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_int4.c -o avr/dev/ih_int4.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_int5.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_int5.c -o avr/dev/ih_int5.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_int6.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_int6.c -o avr/dev/ih_int6.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_int7.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_int7.c -o avr/dev/ih_int7.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_ovrit.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_ovrit.c -o avr/dev/ih_ovrit.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_spi_stc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_spi_stc.c -o avr/dev/ih_spi_stc.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_spm_ready.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_spm_ready.c -o avr/dev/ih_spm_ready.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_timer0_comp.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_timer0_comp.c -o avr/dev/ih_timer0_comp.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_timer0_ovf.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_timer0_ovf.c -o avr/dev/ih_timer0_ovf.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_timer1_capt.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_timer1_capt.c -o avr/dev/ih_timer1_capt.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_timer1_compa.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_timer1_compa.c -o avr/dev/ih_timer1_compa.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_timer1_compb.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_timer1_compb.c -o avr/dev/ih_timer1_compb.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_timer1_compc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_timer1_compc.c -o avr/dev/ih_timer1_compc.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_timer1_ovf.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_timer1_ovf.c -o avr/dev/ih_timer1_ovf.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_timer2_comp.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_timer2_comp.c -o avr/dev/ih_timer2_comp.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_timer2_ovf.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_timer2_ovf.c -o avr/dev/ih_timer2_ovf.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_timer3_capt.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_timer3_capt.c -o avr/dev/ih_timer3_capt.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_timer3_compa.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_timer3_compa.c -o avr/dev/ih_timer3_compa.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_timer3_compb.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_timer3_compb.c -o avr/dev/ih_timer3_compb.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_timer3_compc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_timer3_compc.c -o avr/dev/ih_timer3_compc.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_timer3_ovf.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_timer3_ovf.c -o avr/dev/ih_timer3_ovf.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_twi.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_twi.c -o avr/dev/ih_twi.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_usart0_rx.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_usart0_rx.c -o avr/dev/ih_usart0_rx.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_usart0_tx.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_usart0_tx.c -o avr/dev/ih_usart0_tx.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_usart0_udre.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_usart0_udre.c -o avr/dev/ih_usart0_udre.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_usart1_rx.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_usart1_rx.c -o avr/dev/ih_usart1_rx.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_usart1_tx.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_usart1_tx.c -o avr/dev/ih_usart1_tx.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ih_usart1_udre.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ih_usart1_udre.c -o avr/dev/ih_usart1_udre.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=irqstack.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/irqstack.c -o avr/dev/irqstack.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ahdlc0.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ahdlc0.c -o avr/dev/ahdlc0.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ahdlc1.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ahdlc1.c -o avr/dev/ahdlc1.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ahdlcavr.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ahdlcavr.c -o avr/dev/ahdlcavr.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=debug0.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/debug0.c -o avr/dev/debug0.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=debug1.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/debug1.c -o avr/dev/debug1.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=usart0avr.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/usart0avr.c -o avr/dev/usart0avr.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=usart1avr.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/usart1avr.c -o avr/dev/usart1avr.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ace.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ace.c -o avr/dev/ace.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=tlc16c550.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/tlc16c550.c -o avr/dev/tlc16c550.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=uart0.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/uart0.c -o avr/dev/uart0.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=uart1.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/uart1.c -o avr/dev/uart1.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=uartavr.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/uartavr.c -o avr/dev/uartavr.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=lanc111.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/lanc111.c -o avr/dev/lanc111.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=nicrtl.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/nicrtl.c -o avr/dev/nicrtl.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=eth0rtl.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/eth0rtl.c -o avr/dev/eth0rtl.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ide.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ide.c -o avr/dev/ide.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=cs8900.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/cs8900.c -o avr/dev/cs8900.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=eth0cs.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/eth0cs.c -o avr/dev/eth0cs.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=gpio_avr.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/gpio_avr.c -o avr/dev/gpio_avr.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=adc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/adc.c -o avr/dev/adc.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ir.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/ir.c -o avr/dev/ir.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=irsony.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/irsony.c -o avr/dev/irsony.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=hd44780.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/hd44780.c -o avr/dev/hd44780.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=hd44780_bus.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/hd44780_bus.c -o avr/dev/hd44780_bus.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=sja1000.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/sja1000.c -o avr/dev/sja1000.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=sppif0.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/sppif0.c -o avr/dev/sppif0.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=spidigio.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/spidigio.c -o avr/dev/spidigio.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=twif.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/twif.c -o avr/dev/twif.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=vs1001k.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/vs1001k.c -o avr/dev/vs1001k.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=pcmcia.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/pcmcia.c -o avr/dev/pcmcia.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=eeprom.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/arch/avr/dev/eeprom.c -o avr/dev/eeprom.o
avr-ar rsv libnutarch.a avr/os/context_gcc.o avr/dev/ostimer.o avr/dev/wdt_avr.o avr/dev/ih_adc.o avr/dev/ih_analog_comp.o avr/dev/ih_canit.o avr/dev/ih_ee_ready.o avr/dev/ih_int0.o avr/dev/ih_int1.o avr/dev/ih_int2.o avr/dev/ih_int3.o avr/dev/ih_int4.o avr/dev/ih_int5.o avr/dev/ih_int6.o avr/dev/ih_int7.o avr/dev/ih_ovrit.o avr/dev/ih_spi_stc.o avr/dev/ih_spm_ready.o avr/dev/ih_timer0_comp.o avr/dev/ih_timer0_ovf.o avr/dev/ih_timer1_capt.o avr/dev/ih_timer1_compa.o avr/dev/ih_timer1_compb.o avr/dev/ih_timer1_compc.o avr/dev/ih_timer1_ovf.o avr/dev/ih_timer2_comp.o avr/dev/ih_timer2_ovf.o avr/dev/ih_timer3_capt.o avr/dev/ih_timer3_compa.o avr/dev/ih_timer3_compb.o avr/dev/ih_timer3_compc.o avr/dev/ih_timer3_ovf.o avr/dev/ih_twi.o avr/dev/ih_usart0_rx.o avr/dev/ih_usart0_tx.o avr/dev/ih_usart0_udre.o avr/dev/ih_usart1_rx.o avr/dev/ih_usart1_tx.o avr/dev/ih_usart1_udre.o avr/dev/irqstack.o avr/dev/ahdlc0.o avr/dev/ahdlc1.o avr/dev/ahdlcavr.o avr/dev/debug0.o avr/dev/debug1.o avr/dev/usart0avr.o avr/dev/usart1avr.o avr/dev/ace.o avr/dev/tlc16c550.o avr/dev/uart0.o avr/dev/uart1.o avr/dev/uartavr.o avr/dev/lanc111.o avr/dev/nicrtl.o avr/dev/eth0rtl.o avr/dev/ide.o avr/dev/cs8900.o avr/dev/eth0cs.o avr/dev/gpio_avr.o avr/dev/adc.o avr/dev/ir.o avr/dev/irsony.o avr/dev/hd44780.o avr/dev/hd44780_bus.o avr/dev/sja1000.o avr/dev/sppif0.o avr/dev/spidigio.o avr/dev/twif.o avr/dev/vs1001k.o avr/dev/pcmcia.o avr/dev/eeprom.o
a - avr/os/context_gcc.o
a - avr/dev/ostimer.o
a - avr/dev/wdt_avr.o
a - avr/dev/ih_adc.o
a - avr/dev/ih_analog_comp.o
a - avr/dev/ih_canit.o
a - avr/dev/ih_ee_ready.o
a - avr/dev/ih_int0.o
a - avr/dev/ih_int1.o
a - avr/dev/ih_int2.o
a - avr/dev/ih_int3.o
a - avr/dev/ih_int4.o
a - avr/dev/ih_int5.o
a - avr/dev/ih_int6.o
a - avr/dev/ih_int7.o
a - avr/dev/ih_ovrit.o
a - avr/dev/ih_spi_stc.o
a - avr/dev/ih_spm_ready.o
a - avr/dev/ih_timer0_comp.o
a - avr/dev/ih_timer0_ovf.o
a - avr/dev/ih_timer1_capt.o
a - avr/dev/ih_timer1_compa.o
a - avr/dev/ih_timer1_compb.o
a - avr/dev/ih_timer1_compc.o
a - avr/dev/ih_timer1_ovf.o
a - avr/dev/ih_timer2_comp.o
a - avr/dev/ih_timer2_ovf.o
a - avr/dev/ih_timer3_capt.o
a - avr/dev/ih_timer3_compa.o
a - avr/dev/ih_timer3_compb.o
a - avr/dev/ih_timer3_compc.o
a - avr/dev/ih_timer3_ovf.o
a - avr/dev/ih_twi.o
a - avr/dev/ih_usart0_rx.o
a - avr/dev/ih_usart0_tx.o
a - avr/dev/ih_usart0_udre.o
a - avr/dev/ih_usart1_rx.o
a - avr/dev/ih_usart1_tx.o
a - avr/dev/ih_usart1_udre.o
a - avr/dev/irqstack.o
a - avr/dev/ahdlc0.o
a - avr/dev/ahdlc1.o
a - avr/dev/ahdlcavr.o
a - avr/dev/debug0.o
a - avr/dev/debug1.o
a - avr/dev/usart0avr.o
a - avr/dev/usart1avr.o
a - avr/dev/ace.o
a - avr/dev/tlc16c550.o
a - avr/dev/uart0.o
a - avr/dev/uart1.o
a - avr/dev/uartavr.o
a - avr/dev/lanc111.o
a - avr/dev/nicrtl.o
a - avr/dev/eth0rtl.o
a - avr/dev/ide.o
a - avr/dev/cs8900.o
a - avr/dev/eth0cs.o
a - avr/dev/gpio_avr.o
a - avr/dev/adc.o
a - avr/dev/ir.o
a - avr/dev/irsony.o
a - avr/dev/hd44780.o
a - avr/dev/hd44780_bus.o
a - avr/dev/sja1000.o
a - avr/dev/sppif0.o
a - avr/dev/spidigio.o
a - avr/dev/twif.o
a - avr/dev/vs1001k.o
a - avr/dev/pcmcia.o
a - avr/dev/eeprom.o
cp libnutarch.a ../.././nutbld_avr_3.4.3/lib/libnutarch.a
make[1]: Leaving directory `E:/ethernut_4.6.0/nutbld_avr_3.4.3/arch'
make -C os install
make[1]: Entering directory `E:/ethernut_4.6.0/nutbld_avr_3.4.3/os'
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=heap.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/os/heap.c -o heap.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=bankmem.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/os/bankmem.c -o bankmem.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=thread.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/os/thread.c -o thread.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=timer.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/os/timer.c -o timer.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=event.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/os/event.c -o event.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=devreg.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/os/devreg.c -o devreg.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=confos.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/os/confos.c -o confos.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=version.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/os/version.c -o version.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=semaphore.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/os/semaphore.c -o semaphore.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=mutex.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/os/mutex.c -o mutex.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=msg.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/os/msg.c -o msg.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=condition.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/os/condition.c -o condition.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=osdebug.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/os/osdebug.c -o osdebug.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=tracer.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/os/tracer.c -o tracer.o
avr-ar rsv libnutos.a heap.o bankmem.o thread.o timer.o event.o devreg.o confos.o version.o semaphore.o mutex.o msg.o condition.o osdebug.o tracer.o
a - heap.o
a - bankmem.o
a - thread.o
a - timer.o
a - event.o
a - devreg.o
a - confos.o
a - version.o
a - semaphore.o
a - mutex.o
a - msg.o
a - condition.o
a - osdebug.o
a - tracer.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=nutinit.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/os/nutinit.c -o nutinit.o
cp libnutos.a ../.././nutbld_avr_3.4.3/lib/libnutos.a
cp nutinit.o ../.././nutbld_avr_3.4.3/lib/nutinit.o
make[1]: Leaving directory `E:/ethernut_4.6.0/nutbld_avr_3.4.3/os'
make -C dev install
make[1]: Entering directory `E:/ethernut_4.6.0/nutbld_avr_3.4.3/dev'
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ihndlr.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/dev/ihndlr.c -o ihndlr.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=usart.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/dev/usart.c -o usart.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=chat.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/dev/chat.c -o chat.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=term.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/dev/term.c -o term.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=netbuf.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/dev/netbuf.c -o netbuf.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=can_dev.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/dev/can_dev.c -o can_dev.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=nvmem.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/dev/nvmem.c -o nvmem.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=watchdog.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/dev/watchdog.c -o watchdog.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=sbbif0.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/dev/sbbif0.c -o sbbif0.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=null.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/dev/null.c -o null.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=rtc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/dev/rtc.c -o rtc.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ds1307rtc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/dev/ds1307rtc.c -o ds1307rtc.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=avrtarget.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/dev/avrtarget.c -o avrtarget.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=at49bv.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/dev/at49bv.c -o at49bv.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ppp.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/dev/ppp.c -o ppp.o
avr-ar rsv libnutdev.a ihndlr.o usart.o chat.o term.o netbuf.o can_dev.o nvmem.o watchdog.o sbbif0.o null.o rtc.o ds1307rtc.o avrtarget.o at49bv.o ppp.o
a - ihndlr.o
a - usart.o
a - chat.o
a - term.o
a - netbuf.o
a - can_dev.o
a - nvmem.o
a - watchdog.o
a - sbbif0.o
a - null.o
a - rtc.o
a - ds1307rtc.o
a - avrtarget.o
a - at49bv.o
a - ppp.o
cp libnutdev.a ../.././nutbld_avr_3.4.3/lib/libnutdev.a
make[1]: Leaving directory `E:/ethernut_4.6.0/nutbld_avr_3.4.3/dev'
make -C c install
make[1]: Entering directory `E:/ethernut_4.6.0/nutbld_avr_3.4.3/c'
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=calloc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/c/stdlib/calloc.c -o stdlib/calloc.o
avr-ar rsv libnutc.a stdlib/calloc.o
a - stdlib/calloc.o
cp libnutc.a ../.././nutbld_avr_3.4.3/lib/libnutc.a
make[1]: Leaving directory `E:/ethernut_4.6.0/nutbld_avr_3.4.3/c'
make -C crt install
make[1]: Entering directory `E:/ethernut_4.6.0/nutbld_avr_3.4.3/crt'
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=close.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/close.c -o close.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=clrerr.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/clrerr.c -o clrerr.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ioctl.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/ioctl.c -o ioctl.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=open.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/open.c -o open.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=getf.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/getf.c -o getf.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=read.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/read.c -o read.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=putf.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/putf.c -o putf.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=write.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/write.c -o write.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=write_p.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/write_p.c -o write_p.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=fclose.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/fclose.c -o fclose.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=fcloseall.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/fcloseall.c -o fcloseall.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=fdopen.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/fdopen.c -o fdopen.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=feof.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/feof.c -o feof.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ferror.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/ferror.c -o ferror.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=fflush.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/fflush.c -o fflush.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=filelength.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/filelength.c -o filelength.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=fileno.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/fileno.c -o fileno.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=flushall.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/flushall.c -o flushall.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=fmode.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/fmode.c -o fmode.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=fopen.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/fopen.c -o fopen.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=fpurge.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/fpurge.c -o fpurge.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=freopen.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/freopen.c -o freopen.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=fseek.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/fseek.c -o fseek.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ftell.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/ftell.c -o ftell.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=seek.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/seek.c -o seek.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=tell.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/tell.c -o tell.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=fgetc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/fgetc.c -o fgetc.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=fgets.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/fgets.c -o fgets.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=fread.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/fread.c -o fread.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=fscanf.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/fscanf.c -o fscanf.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=getc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/getc.c -o getc.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=getchar.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/getchar.c -o getchar.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=gets.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/gets.c -o gets.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=kbhit.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/kbhit.c -o kbhit.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=scanf.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/scanf.c -o scanf.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=ungetc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/ungetc.c -o ungetc.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=vfscanf.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/vfscanf.c -o vfscanf.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=fscanf_p.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/fscanf_p.c -o fscanf_p.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=scanf_p.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/scanf_p.c -o scanf_p.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=vfscanf_p.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/vfscanf_p.c -o vfscanf_p.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=fprintf.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/fprintf.c -o fprintf.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=fputc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/fputc.c -o fputc.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=fputs.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/fputs.c -o fputs.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=fwrite.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/fwrite.c -o fwrite.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=printf.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/printf.c -o printf.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=putc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/putc.c -o putc.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=putchar.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/putchar.c -o putchar.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=puts.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/puts.c -o puts.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=vfprintf.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/vfprintf.c -o vfprintf.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=fprintf_p.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/fprintf_p.c -o fprintf_p.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=fputs_p.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/fputs_p.c -o fputs_p.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=fwrite_p.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/fwrite_p.c -o fwrite_p.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=printf_p.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/printf_p.c -o printf_p.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=puts_p.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/puts_p.c -o puts_p.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=vfprintf_p.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/vfprintf_p.c -o vfprintf_p.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=sprintf.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/sprintf.c -o sprintf.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=sscanf.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/sscanf.c -o sscanf.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=vsprintf.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/vsprintf.c -o vsprintf.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=vsscanf.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/vsscanf.c -o vsscanf.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=sprintf_p.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/sprintf_p.c -o sprintf_p.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=sscanf_p.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/sscanf_p.c -o sscanf_p.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=vsprintf_p.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/vsprintf_p.c -o vsprintf_p.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=vsscanf_p.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/vsscanf_p.c -o vsscanf_p.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=gmtime.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/gmtime.c -o gmtime.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=localtim.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/localtim.c -o localtim.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=mktime.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/mktime.c -o mktime.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=time.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/time.c -o time.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=tzset.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/tzset.c -o tzset.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=errno.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/errno.c -o errno.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=malloc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/malloc.c -o malloc.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=getenv.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/getenv.c -o getenv.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=putenv.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/putenv.c -o putenv.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=setenv.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/setenv.c -o setenv.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=environ.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/crt/environ.c -o environ.o
avr-ar rsv libnutcrt.a close.o clrerr.o ioctl.o open.o getf.o read.o putf.o write.o write_p.o fclose.o fcloseall.o fdopen.o feof.o ferror.o fflush.o filelength.o fileno.o flushall.o fmode.o fopen.o fpurge.o freopen.o fseek.o ftell.o seek.o tell.o fgetc.o fgets.o fread.o fscanf.o getc.o getchar.o gets.o kbhit.o scanf.o ungetc.o vfscanf.o fscanf_p.o scanf_p.o vfscanf_p.o fprintf.o fputc.o fputs.o fwrite.o printf.o putc.o putchar.o puts.o vfprintf.o fprintf_p.o fputs_p.o fwrite_p.o printf_p.o puts_p.o vfprintf_p.o sprintf.o sscanf.o vsprintf.o vsscanf.o sprintf_p.o sscanf_p.o vsprintf_p.o vsscanf_p.o gmtime.o localtim.o mktime.o time.o tzset.o errno.o malloc.o getenv.o putenv.o setenv.o environ.o
a - close.o
a - clrerr.o
a - ioctl.o
a - open.o
a - getf.o
a - read.o
a - putf.o
a - write.o
a - write_p.o
a - fclose.o
a - fcloseall.o
a - fdopen.o
a - feof.o
a - ferror.o
a - fflush.o
a - filelength.o
a - fileno.o
a - flushall.o
a - fmode.o
a - fopen.o
a - fpurge.o
a - freopen.o
a - fseek.o
a - ftell.o
a - seek.o
a - tell.o
a - fgetc.o
a - fgets.o
a - fread.o
a - fscanf.o
a - getc.o
a - getchar.o
a - gets.o
a - kbhit.o
a - scanf.o
a - ungetc.o
a - vfscanf.o
a - fscanf_p.o
a - scanf_p.o
a - vfscanf_p.o
a - fprintf.o
a - fputc.o
a - fputs.o
a - fwrite.o
a - printf.o
a - putc.o
a - putchar.o
a - puts.o
a - vfprintf.o
a - fprintf_p.o
a - fputs_p.o
a - fwrite_p.o
a - printf_p.o
a - puts_p.o
a - vfprintf_p.o
a - sprintf.o
a - sscanf.o
a - vsprintf.o
a - vsscanf.o
a - sprintf_p.o
a - sscanf_p.o
a - vsprintf_p.o
a - vsscanf_p.o
a - gmtime.o
a - localtim.o
a - mktime.o
a - time.o
a - tzset.o
a - errno.o
a - malloc.o
a - getenv.o
a - putenv.o
a - setenv.o
a - environ.o
cp libnutcrt.a ../.././nutbld_avr_3.4.3/lib/libnutcrt.a
make[1]: Leaving directory `E:/ethernut_4.6.0/nutbld_avr_3.4.3/crt'
make -C net install
make[1]: Entering directory `E:/ethernut_4.6.0/nutbld_avr_3.4.3/net'
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=tcpin.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.3/include -I../.././nut/include ../.././nut/net/tcpin.c -o tcpin.o
make[1]: Leaving directory `E:/ethernut_4.6.0/nutbld_avr_3.4.3/net'