Code:C:\ASURO_src\FirstTry>make clean -------- begin -------- rm -f test.hex rm -f test.eep rm -f test.obj rm -f test.cof rm -f test.elf rm -f test.map rm -f test.obj rm -f test.a90 rm -f test.sym rm -f test.lnk rm -f test.lss rm -f test.o asuro.o rm -f test.lst asuro.lst rm -f test.s asuro.s rm -f test.d asuro.d Errors: none -------- end -------- C:\ASURO_src\FirstTry>make MCU=atmega8 LIBFILE=asuro 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 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 -------- 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 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst test.c -o test.o test.c:2: error: parse error before ':' token test.c:2: error: stray '\' in program test.c:2: error: stray '\' in program test.c:2: error: stray '\' in program test.c:2: error: stray '\' in program test.c:2: error: stray '\' in program test.c:2: error: stray '\' in program test.c:23: error: stray '\' in program test.c:23: error: stray '\' in program test.c:23: error: stray '\' in program test.c:23: error: stray '\' in program test.c:23: error: stray '\' in program test.c:23: error: stray '\' in program test.c:28:7: warning: unknown escape sequence '\)' test.c:28:7: warning: unknown escape sequence '\.' test.c:28:7: warning: character constant too long for its type test.c:33:7: warning: unknown escape sequence '\)' test.c:33:7: warning: unknown escape sequence '\.' test.c:33:7: warning: character constant too long for its type test.c:37:15: too many decimal points in number test.c:52: error: stray '\' in program test.c:52: error: stray '\' in program test.c:52: error: stray '\' in program test.c:52: error: stray '\' in program test.c:52: error: stray '\' in program test.c:52: error: stray '\' in program test.c:52: error: stray '\' in program test.c:52:34: too many decimal points in number test.c:52: error: stray '\' in program test.c:52: error: stray '\' in program test.c:52: error: stray '\' in program test.c:52: error: stray '\' in program test.c:52: error: stray '\' in program test.c:52: error: stray '\' in program test.c:52: error: stray '\' in program test.c:56: error: stray '\' in program test.c:56: error: stray '\' in program test.c:56: error: stray '\' in program test.c:56: error: stray '\' in program test.c:56: error: stray '\' in program test.c:56: error: stray '\' in program test.c:56: error: stray '\' in program test.c:56:34: too many decimal points in number test.c:56: error: stray '\' in program test.c:56: error: stray '\' in program test.c:56: error: stray '\' in program test.c:56: error: stray '\' in program test.c:56: error: stray '\' in program test.c:56: error: stray '\' in program test.c:56: error: stray '\' in program test.c:61: error: stray '\' in program test.c:61: error: stray '\' in program test.c:61: error: stray '\' in program test.c:61: error: stray '\' in program test.c:61: error: stray '\' in program test.c:61: error: stray '\' in program test.c:63: error: stray '\374' in program test.c:63:39: warning: no newline at end of file make: *** [test.o] Error 1 > Process Exit Code: 2
Meinst du das ?
Lesezeichen