irgendwie bekomm ich des net hin...

Ich hab den Threat jetzt ein paar mal rauf und runter gelesen, komm aber nicht auf den Fehler den ich hab

wenn ich das testAsuroProject lade und dann auf "make all with predefined..." klicke, dann bekomme ich folgende Ausgabe:

Asuro Flash (Alias Eierlegendewollmilchsau) V1.4.6.56 (c) O.O. Müller 2008
User has admin rights.
Processor branding AMD Athlon(tm) 64 X2 Dual Core Processor 6000+, OS WinNtxx
Hello Bendix on computername, have fun

>Session Environment Variables:
AF_AVRDIR=D:\WinAVR
AF_PROJECT=Project1
AF_SOURCE_FILES=
AF_ASM_SRC_FILES=
AF_PRGDIR=C:\Program Files (x86)\AsuroFlash
AF_PRJDIR=C:\ProgramData\AsuroFlash
AF_ASURO_LIB_PATH=%AllUsersProfile%\AsuroFlash\asu ro-lib\lib
>Ready.
File test.c saved.
File asuro.c saved.
File asuro.h saved.
>Session Environment Variables:
AF_AVRDIR=D:\WinAVR
AF_PROJECT=AsuroTest
AF_SOURCE_FILES=test.c asuro.c
AF_ASM_SRC_FILES=
AF_PRGDIR=C:\Program Files (x86)\AsuroFlash
AF_PRJDIR=C:\ProgramData\AsuroFlash\Projects\TestA suroProjekt
AF_ASURO_LIB_PATH=%AllUsersProfile%\AsuroFlash\asu ro-lib\lib
File test.c saved.
File asuro.c saved.
File asuro.h saved.
>Default make_all.cmd file created.
>Default makefile created.
Make
C:\ProgramData\AsuroFlash\Projects\TestAsuroProjek t>D:\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:\Program Files (x86)\AsuroFlash\include asuro.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > asuro.d; \
[ -s asuro.d ] || rm -f asuro.d
C:\Users\Bendix\AppData\Local\Temp\make56242.sh: line 1: syntax error near unexpected token `(x'
C:\Users\Bendix\AppData\Local\Temp\make56242.sh: line 1: `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:\Program Files (x86)\AsuroFlash\include asuro.c | sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > asuro.d; [ -s asuro.d ] || rm -f asuro.d'
D:\WinAVR\utils\bin\make.exe: *** [asuro.d] Error 258

ExitCode 2
>Ready.
Die Variable AF_ASURO_LIB_PATH hab ich schon geändert. Die zeigte ursprünglich nach %AllUsersProfile%\asuro_lib\lib
Der Standardordner an dem der installer die datei ablegt ist aber
%AllUsersProfile%\AsuroFlash\asuro-lib\lib

AVR ist in D:\WinAVR installiert.
Die asuro-lib liegt in %AllUsersProfile%\AsuroFlash\asuro-lib\lib
AsuroFlash ist auf C:\Program Files (x86)\AsuroFlash (darin sind nur 2 Dateien, AsuroFlash.exe und uninstall.exe)

Das make_all.cmd kann ich über cmd nicht richtig ausführen, es kommt die Meldung
Das System kann den angegebenen Pfad nicht finden.

Achja Betriebssystem ist Vista Ultimate 64Bit