Moin Moin,

ich bin langsam am verzweifeln, da ich, wenn ich an Programmen das makefile angewendet habe, immer nur den mainbody als Programm hatte und nie, dass was ich eigentlich geschrieben hatte. Ich bin dann irgendwann drauf gekommen, dass ich den compiler nicht installiert haben könnte und hab ihn nochmal installiert, ich hatte ihn zwar installiert aber hab die Installation dann nochmal aufgefrischt, hätt ja sein können das was kaputt war. Nachdem ich das gemacht hatte lief mein Programmers Notepad nicht mehr. Das Problem habe ich zwar immer noch, aber wenn ich die neuste Version benutze funktioniert alles einwandfrei. Doch trotz neum Notepad hatte ich das Problem immer noch also habe ich den compiler nochmal komplett deinstalliert alles runtergeschmissen was irgendwie mit dem Asuro zu tun hat und quasi nochmal bei null angefangen. Das war meine letzte Tat und zieht folgende Fehlermeldung mit sich wenn ich das make-tool anwende.

Code:
> "C:\ASURO_src\FirstTry\Test-all.bat" 

C:\ASURO_src\FirstTry>make all 
set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -I../../lib/inc -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
avr-gcc.exe: installation problem, cannot exec `cc1': No such file or directory
set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -I../../lib/inc -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
avr-gcc.exe: installation problem, cannot exec `cc1': No such file or directory
-------- 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 -I../../lib/inc -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
> Time Taken: 00:01

Irgendwie bin ich mit meinem Latein am Ende. Vielleicht weiß ja jemand von euch eine Lösung.

mfg
Erik