Das habe ich auch schon geändert.
Ich habe jetzt mal WinAVR Installiert und es kommt folgender Fehler:

Code:
> "D:\RoboterRP6\RP6EigeneProgramme\RP6EigeneProgramme\RP6BASE_EigeneProgramme\LichtsensorAuslesen\\make_all.bat" 

D:\RoboterRP6\RP6EigeneProgramme\RP6EigeneProgramme\RP6BASE_EigeneProgramme\LichtsensorAuslesen>set LANG=C 

D:\RoboterRP6\RP6EigeneProgramme\RP6EigeneProgramme\RP6BASE_EigeneProgramme\LichtsensorAuslesen>make all 
      0 [main] sh 5412 sync_with_child: child 6940(0x164) died before initialization with status code 0xC0000142
  25723 [main] sh 5412 sync_with_child: *** child state waiting for longjmp
/usr/bin/sh: fork: Resource temporarily unavailable

-------- begin --------
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.


Compiling: LichtsensorAuslesen.c
avr-gcc -c -mmcu=atmega32 -I. -gdwarf-2   -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=LichtsensorAuslesen.lst -I../../RP6Lib -I../../RP6Lib/RP6base -I../../RP6Lib/RP6common -std=gnu99 -MD -MP -MF .dep/LichtsensorAuslesen.o.d LichtsensorAuslesen.c -o LichtsensorAuslesen.o
LichtsensorAuslesen.c:21: fatal error: opening dependency file .dep/LichtsensorAuslesen.o.d: No such file or directory
compilation terminated.
make: *** [LichtsensorAuslesen.o] Error 1

> Process Exit Code: 2
> Time Taken: 00:01