NutConfigure make Output of Nut/OS  GCC 4.1.1


I:\ethernut_4.1.G>echo p1 = compiler version in dot x.y.z
p1 = compiler version in dot x.y.z

I:\ethernut_4.1.G>path=i:\ethernut_4.1.1\nut\tools\win32;i:\winavr_4.1.1\bin;i:\winavr_4.1.1\utils\bin;k:\windows;k:\windows\system32;k:\windows\system32;wbem;

I:\ethernut_4.1.G>nutconfigure -a./nutapp_avr_4.1.1 -c./nut/conf/ethernut21b.conf -mavr-gcc -b./nutbld_avr_4.1.1 create-buildtree
nutconfigure 1.2.3
Loading ./nut/conf/repository.nut...OK
Loading ./nut/conf/ethernut21b.conf...OK
Creating Makefiles for avr-gcc in ./nutbld_avr_4.1.1...OK
Creating header files in ./nutbld_avr_4.1.1...OK

I:\ethernut_4.1.G>cd nutbld_avr_4.1.1

I:\ethernut_4.1.G\nutbld_avr_4.1.1>make clean 1>makeclean.txt

I:\ethernut_4.1.G\nutbld_avr_4.1.1>make install 1>..\c41gc411avr.txt
K:\DOKUME~1\ADMINI~1\LOKALE~1\Temp/ccMTaaaa.s: Assembler messages:
K:\DOKUME~1\ADMINI~1\LOKALE~1\Temp/ccMTaaaa.s:973: Warning: expression dangerous with linker stubs
K:\DOKUME~1\ADMINI~1\LOKALE~1\Temp/ccMTaaaa.s:974: Warning: expression dangerous with linker stubs
K:\DOKUME~1\ADMINI~1\LOKALE~1\Temp/ccs1aaaa.s: Assembler messages:
K:\DOKUME~1\ADMINI~1\LOKALE~1\Temp/ccs1aaaa.s:447: Warning: expression dangerous with linker stubs
K:\DOKUME~1\ADMINI~1\LOKALE~1\Temp/ccs1aaaa.s:448: Warning: expression dangerous with linker stubs
K:\DOKUME~1\ADMINI~1\LOKALE~1\Temp/ccmOaaaa.s: Assembler messages:
K:\DOKUME~1\ADMINI~1\LOKALE~1\Temp/ccmOaaaa.s:424: Warning: expression dangerous with linker stubs
K:\DOKUME~1\ADMINI~1\LOKALE~1\Temp/ccmOaaaa.s:425: Warning: expression dangerous with linker stubs
avr-ar: creating libnutarch.a
avr-ar: creating libnutos.a
../.././nut/dev/usart.c: In function 'UsartIOCtl':
../.././nut/dev/usart.c:832: error: unable to find a register to spill in class 'BASE_POINTER_REGS'
../.././nut/dev/usart.c:832: error: this is the insn:
(insn 663 162 163 14 (set (mem/c:HI (plus:HI (reg/f:HI 28 r28)
(const_int 1 [0x1])) [29 S2 A8])
(reg:HI 24 r24)) 12 {*movhi} (nil)
(nil))
../.././nut/dev/usart.c:832: confused by earlier errors, bailing out
make[1]: *** [usart.o] Error 1
make: *** [install] Error 2

I:\ethernut_4.1.G\nutbld_avr_4.1.1>cd ..

I:\ethernut_4.1.G>nutconfigure -a./nutapp_avr_4.1.1 -c./nut/conf/ethernut21b.conf -mavr-gcc -b./nutbld_avr_4.1.1 create-apptree
nutconfigure 1.2.3
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/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/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 `I:/ethernut_4.1.G/nutbld_avr_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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=wlan.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.1/include -I../.././nut/include ../.././nut/arch/avr/dev/wlan.c -o avr/dev/wlan.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Werror -Wstrict-prototypes -Wa,-ahlms=wlandrv.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.1/include -I../.././nut/include ../.././nut/arch/avr/dev/wlandrv.c -o avr/dev/wlandrv.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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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=spidigio.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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/wlan.o avr/dev/wlandrv.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/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/wlan.o
a - avr/dev/wlandrv.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/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_4.1.1/lib/libnutarch.a
make[1]: Leaving directory `I:/ethernut_4.1.G/nutbld_avr_4.1.1/arch'
make -C os install
make[1]: Entering directory `I:/ethernut_4.1.G/nutbld_avr_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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_4.1.1/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=osdebug.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.1/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_4.1.1/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 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 - 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_4.1.1/include -I../.././nut/include ../.././nut/os/nutinit.c -o nutinit.o
cp libnutos.a ../.././nutbld_avr_4.1.1/lib/libnutos.a
cp nutinit.o ../.././nutbld_avr_4.1.1/lib/nutinit.o
make[1]: Leaving directory `I:/ethernut_4.1.G/nutbld_avr_4.1.1/os'
make -C dev install
make[1]: Entering directory `I:/ethernut_4.1.G/nutbld_avr_4.1.1/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_4.1.1/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_4.1.1/include -I../.././nut/include ../.././nut/dev/usart.c -o usart.o
make[1]: Leaving directory `I:/ethernut_4.1.G/nutbld_avr_4.1.1/dev'