Hallo,

ich arbeite für meine Masterarbeit an einem Asuro. Ich war schon so weit, dass ich auf Basis der RC5 Test ein eigenes Programm geschrieben habe und daraus auch eine hex datei kompilieren konnte. Nur geht das jetzt auf einmal nicht mehr, ich kopiere euch mal den Fehlercode. Vielleicht hat jemand eine Idee, ich verstehe es einfach nicht.

Danke, Christian

C:\Users\Christian\Desktop\AsuroFB2\examples\First Try>make all
-------- begin --------
avr-gcc --version
avr-gcc (WinAVR 20100110) 4.3.3
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 -I../../lib/inc -DRC5_AVAILABLE -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst test.c -o test.o
avr-gcc -c -mmcu=atmega8 -I. -g -Os -I../../lib/inc -DRC5_AVAILABLE -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=C:\Users\Christian\Desktop\AsuroFB2\lib/asuro.lst C:\Users\Christian\Desktop\AsuroFB2\lib/asuro.c -o asuro.o
avr-gcc -c -mmcu=atmega8 -I. -g -Os -I../../lib/inc -DRC5_AVAILABLE -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=C:\Users\Christian\Desktop\AsuroFB2\lib/rc5.lst C:\Users\Christian\Desktop\AsuroFB2\lib/rc5.c -o rc5.o
avr-gcc -mmcu=atmega8 -I. -g -Os -I../../lib/inc -DRC5_AVAILABLE -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.o test.o asuro.o rc5.o --output test.elf -Wl,-Map=test.map,--cref -LC:\Users\Christian\Desktop\AsuroFB2\lib // Pfad angeben -lm -lasuro
avr-gcc: //: Invalid argument
avr-gcc: Pfad: No such file or directory
avr-gcc: angeben: No such file or directory
make: *** [test.elf] Error 1

> Process Exit Code: 2