Zitat:
Make
C:\Users\Admin\Desktop\Asuro>C:\WinAVR\utils\bin\m ake.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=test.lst -IC:\Program Files (x86)\AsuroFlash\include test.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > test.d; \
[ -s test.d ] || rm -f test.d
C:\Users\Admin\AppData\Local\Temp\make61202.sh: line 1: syntax error near unexpected token `(x'
C:\Users\Admin\AppData\Local\Temp\make61202.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=test.lst -IC:\Program Files (x86)\AsuroFlash\include test.c | sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > test.d; [ -s test.d ] || rm -f test.d'
C:\WinAVR\utils\bin\make.exe: *** [test.d] Error 258
ExitCode 2
Ich weiß langsam nicht mehr weiter und wende mich deshalb an euch ^^ Ich hoffe das ihr mir helfen könnt.