wen ich das ales neu mache mit der neuen lib.

dan kommt das


C:\Dokumente und Einstellungen\Donald\Eigene Dateien\Download\ASURO\asuro_v261\examples\FirstTr y>make all
set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -I../../lib/inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=../../lib/src/asuro.lst ../../lib/src/asuro.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > asuro.d; \
[ -s asuro.d ] || rm -f asuro.d
set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -I../../lib/inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst test.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > test.d; \
[ -s test.d ] || rm -f test.d
-------- begin --------
avr-gcc --version
avr-gcc (GCC) 3.3.1
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

avr-gcc -c -mmcu=atmega8 -I. -g -Os -I../../lib/inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst test.c -o test.o
avr-gcc -c -mmcu=atmega8 -I. -g -Os -I../../lib/inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=../../lib/src/asuro.lst ../../lib/src/asuro.c -o asuro.o
../../lib/src/asuro.c:184: warning: return type defaults to `int'
../../lib/src/asuro.c:184: warning: function declaration isn't a prototype
../../lib/src/asuro.c: In function `SIGNAL':
../../lib/src/asuro.c:188: warning: control reaches end of non-void function
../../lib/src/asuro.c: At top level:
../../lib/src/asuro.c:195: warning: return type defaults to `int'
../../lib/src/asuro.c:195: warning: function declaration isn't a prototype
../../lib/src/asuro.c:195: error: redefinition of `SIGNAL'
../../lib/src/asuro.c:184: error: `SIGNAL' previously defined here
../../lib/src/asuro.c:212: warning: return type defaults to `int'
../../lib/src/asuro.c:212: warning: function declaration isn't a prototype
../../lib/src/asuro.c:212: error: redefinition of `SIGNAL'
../../lib/src/asuro.c:195: error: `SIGNAL' previously defined here
make: *** [asuro.o] Error 1

> Process Exit Code: 2