NutConfigure make Output of Nut/OS
4.8.0 GCC 3.4.3
D:\DRV-NUT\ethernut_4.8.0>echo p1 = compiler version in dot x.y.z
p1 = compiler version in dot x.y.z
D:\DRV-NUT\ethernut_4.8.0>path=D:\DRV-NUT\ethernut_4.8.0\nut\tools\win32;D:\DRV-NUT\winavr_3.4.3\bin;D:\DRV-NUT\winavr_3.4.3\utils\bin;C:\windows\system32;C:\windows\system32\wbem;
D:\DRV-NUT\ethernut_4.8.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.7
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
D:\DRV-NUT\ethernut_4.8.0>cd nutbld_avr_3.4.3
D:\DRV-NUT\ethernut_4.8.0\nutbld_avr_3.4.3>make clean 1>makeclean.txt
D:\DRV-NUT\ethernut_4.8.0\nutbld_avr_3.4.3>make install 1>..\c480c343avr.txt
../.././nut/arch/avr/dev/ih_adc.c: In function `AvrAdcIrqCtl':
../.././nut/arch/avr/dev/ih_adc.c:117: error: `int_fast8_t' undeclared (first use in this function)
../.././nut/arch/avr/dev/ih_adc.c:117: error: (Each undeclared identifier is reported only once
../.././nut/arch/avr/dev/ih_adc.c:117: error: for each function it appears in.)
../.././nut/arch/avr/dev/ih_adc.c:117: error: parse error before "enabled"
../.././nut/arch/avr/dev/ih_adc.c:124: error: `enabled' undeclared (first use in this function)
make[1]: *** [avr/dev/ih_adc.o] Error 1
make: *** [install] Error 2
D:\DRV-NUT\ethernut_4.8.0\nutbld_avr_3.4.3>cd ..
D:\DRV-NUT\ethernut_4.8.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.7
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/icmp-udp
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
Copying ./nut/app/xsvfexec
NutConfigure Make gcc details
make -C arch install
make[1]: Entering directory `D:/DRV-NUT/ethernut_4.8.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
make[1]: Leaving directory `D:/DRV-NUT/ethernut_4.8.0/nutbld_avr_3.4.3/arch'