Ich habe ein Problem beim compilieren.
Es ist egal ob ich WinAVR oder das Asuro Flash benutze, es kommt auf diesem Rechner immer der selbe Fehler.

AsuroFlash version 1.4.6.56
WinAVR aktuelle version programmer's notepad 2 v2.0.8.718
System: Win XP Prof SP3 Auf Pentium 4 2ghz 512mb ram

Was so seltsam ist - ich habe exakt das selbe auf meinem Laptop (macbook mit parallels desktop auch mit winxp prof sp3), habe exakt die selben programme installiert, exakt die selben schritte ausgeführt, die dateien in exakt den selben ordnern und alles exakt nach der selben anleitung (asuro manual) gemacht und auf meinem Laptop funktioniert es.
Ich kann mit dem nur nich flashen, da unter parallels desktop kein serielle USB schnittstelle eingerichtet werden kann.


Wisst ihr was das sein könnte?
Hier ist der Fehler:


Make
C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\AsuroFlash\Projects\TestAsur oProjekt>C:\WinAVR\utils\bin\make.exe 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 -IC:\Programme\AsuroFlash\include asuro.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > asuro.d; \
[ -s asuro.d ] || rm -f asuro.d
avr-gcc.exe: CreateProcess: No such file or directory
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 -IC:\Programme\AsuroFlash\include test.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > test.d; \
[ -s test.d ] || rm -f test.d
avr-gcc.exe: CreateProcess: No such file or directory
-------- begin --------
avr-gcc --version
avr-gcc (WinAVR 20090313) 4.3.2
Copyright (C) 2008 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 -IC:\Programme\AsuroFlash\include test.c -o test.o
avr-gcc: CreateProcess: No such file or directory
make: *** [test.o] Error 1

ExitCode 2