[En-Nut-Discussion] compiling error

David Armstrong david.armstrong at ntlworld.com
Sun Sep 22 18:46:48 CEST 2002


Just getting to compile Ethernut for the first time , so appologies for any
stupid mistakes on my part !!!!
i have not set any switches excepting as required in the nutenvgc batch file

this is from a clean new install, before i start messing and screwing it up.

running under windows xp , with gcc-avr
i get the following error

Regards
Dave

for i in os fs dev net pro ; do make -C $i; done
make[1]: Entering directory `F:/egnite/nut/os'
avr-gcc -c -mmcu=atmega128 -Os -Wall -Wstrict-prototypes -Wa,-ahlms=init.lst
  -If:/egnite/nut/include init.c -o init.o
avr-gcc -c -mmcu=atmega128 -Os -Wall -Wstrict-prototypes -Wa,-ahlms=print.ls
t  -If:/egnite/nut/include print.c -o print.o
avr-gcc -c -mmcu=atmega128 -Os -Wall -Wstrict-prototypes -Wa,-ahlms=kprint.l
st  -If:/egnite/nut/include kprint.c -o kprint.o
avr-gcc -c -mmcu=atmega128 -Os -Wall -Wstrict-prototypes -Wa,-ahlms=device.l
st  -If:/egnite/nut/include device.c -o device.o
avr-gcc -c -mmcu=atmega128 -Os -Wall -Wstrict-prototypes -Wa,-ahlms=ifstream
.lst  -If:/egnite/nut/include ifstream.c -o ifstream.o
avr-gcc -c -mmcu=atmega128 -Os -Wall -Wstrict-prototypes -Wa,-ahlms=timer.ls
t  -If:/egnite/nut/include timer.c -o timer.o
avr-gcc -c -mmcu=atmega128 -Os -Wall -Wstrict-prototypes -Wa,-ahlms=event.ls
t  -If:/egnite/nut/include event.c -o event.o
avr-gcc -c -mmcu=atmega128 -Os -Wall -Wstrict-prototypes -Wa,-ahlms=thread.l
st  -If:/egnite/nut/include thread.c -o thread.o
avr-gcc -c -mmcu=atmega128 -Os -Wall -Wstrict-prototypes -Wa,-ahlms=heap.lst
  -If:/egnite/nut/include heap.c -o heap.o
avr-gcc -c -mmcu=atmega128 -Os -Wall -Wstrict-prototypes -Wa,-ahlms=osdebug.
lst  -If:/egnite/nut/include osdebug.c -o osdebug.o
avr-ar rsv libnutos.a print.o kprint.o device.o ifstream.o timer.o event.o
thread.o heap.o osdebug.o
a - print.o
a - kprint.o
a - device.o
a - ifstream.o
a - timer.o
a - event.o
a - thread.o
a - heap.o
a - osdebug.o
make[1]: Leaving directory `F:/egnite/nut/os'
make: *** [all] Error 4330208






More information about the En-Nut-Discussion mailing list