Ich habe wie in der anleitung beschrieben das Programm test.c geöfnet.Doch da kommt immer eine felermeldung die ich nicht verstehe.

Die sieht so aus:

> "D:\ASURO_src\FirstTry\Test-all.bat"

D:\ASURO_src\FirstTry>make all
set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=asuro.lst asuro.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > asuro.d; \
[ -s asuro.d ] || rm -f asuro.d
/usr/bin/sh: asuro.d: Permission denied
<built-in>:0: fatal error: when writing output to : Invalid argument
compilation terminated.
set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -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
/usr/bin/sh: test.d: Permission denied
<built-in>:0: fatal error: when writing output to : Invalid argument
compilation terminated.
-------- begin --------
avr-gcc --version
avr-gcc (GCC) 4.2.2 (WinAVR 20071221)
Copyright (C) 2007 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 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst test.c -o test.o
In file included from asuro.h:34,
from test.c:1:
c:/winavr-20071221/bin/../avr/include/avr/signal.h:36:2: warning: #warning "This header file is obsolete. Use <avr/interrupt.h>."
Assembler messages:
Fatal error: can't create test.o: Permission denied
make: *** [test.o] Error 1

> Process Exit Code: 2
> Time Taken: 00:00

kann mir da jemand sagen woran das liegt???