sexymenffm
16.06.2008, 18:16
Hallo,
wir haben im Studium die aufgabe bekommen eine Linienverfolgung zu programmieren.
Ich habe folgende Software nach Anleitung installiert (erfolgreich)
-WinAVR
-Programmers Notepad
-Flash Tool
Nun wollte ich testen
make & clean habe ich auch erstellen können
Hier der Auszug aus dem ersten Versuch.
C:\ASURO_src\FirstTry>make 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 asuro.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > asuro.d; \
[ -s asuro.d ] || rm -f asuro.d
C:\Users\Nico\AppData\Local\Temp\make24322.sh: /c/WinAVR/bin/avr-gcc: Invalid argument
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
C:\Users\Nico\AppData\Local\Temp\make24323.sh: /c/WinAVR/bin/avr-gcc: Invalid argument
-------- 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
avr-gcc: installation problem, cannot exec `cc1': No such file or directory
make: *** [test.o] Error 1
> Process Exit Code: 2
Mit Asuroflash ausm Forum kam ich gar nicht klar....
Wäre nett wenn mir jemand helfen würde
lg
nico[/code]
wir haben im Studium die aufgabe bekommen eine Linienverfolgung zu programmieren.
Ich habe folgende Software nach Anleitung installiert (erfolgreich)
-WinAVR
-Programmers Notepad
-Flash Tool
Nun wollte ich testen
make & clean habe ich auch erstellen können
Hier der Auszug aus dem ersten Versuch.
C:\ASURO_src\FirstTry>make 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 asuro.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > asuro.d; \
[ -s asuro.d ] || rm -f asuro.d
C:\Users\Nico\AppData\Local\Temp\make24322.sh: /c/WinAVR/bin/avr-gcc: Invalid argument
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
C:\Users\Nico\AppData\Local\Temp\make24323.sh: /c/WinAVR/bin/avr-gcc: Invalid argument
-------- 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
avr-gcc: installation problem, cannot exec `cc1': No such file or directory
make: *** [test.o] Error 1
> Process Exit Code: 2
Mit Asuroflash ausm Forum kam ich gar nicht klar....
Wäre nett wenn mir jemand helfen würde
lg
nico[/code]