der zeigt an dass makefile nicht gefunden werden kann.
wenn ich die beispielprogramme zu kompilieren versuche,zeigt der immer das an:
Code:
> "D:\Florian\Roboter\RP6BASE_EXAMPLES\Example_01_LEDs\\make_all.bat" 

D:\Florian\Roboter\RP6BASE_EXAMPLES\Example_01_LEDs>set LANG=C 

D:\Florian\Roboter\RP6BASE_EXAMPLES\Example_01_LEDs>make all 

-------- begin --------
avr-gcc (GCC) 4.1.2 (WinAVR 20070525)
Copyright (C) 2006 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: RP6Base_LEDs.c
avr-gcc -c -mmcu=atmega32 -I. -gdwarf-2   -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=RP6Base_LEDs.lst -I../../RP6Lib -I../../RP6Lib/RP6base -I../../RP6Lib/RP6common -std=gnu99 -MD -MP -MF .dep/RP6Base_LEDs.o.d RP6Base_LEDs.c -o RP6Base_LEDs.o
RP6Base_LEDs.c:33:61: error: RP6RobotBaseLib.h: No such file or directory
RP6Base_LEDs.c: In function 'main':
RP6Base_LEDs.c:41: warning: implicit declaration of function 'initRobotBase'
RP6Base_LEDs.c:47: warning: implicit declaration of function 'writeString_P'
RP6Base_LEDs.c:64: warning: implicit declaration of function 'setLEDs'
RP6Base_LEDs.c:76: warning: implicit declaration of function 'mSleep'
RP6Base_LEDs.c:83: error: 'uint8_t' undeclared (first use in this function)
RP6Base_LEDs.c:83: error: (Each undeclared identifier is reported only once
RP6Base_LEDs.c:83: error: for each function it appears in.)
RP6Base_LEDs.c:83: error: expected ';' before 'runningLight'
RP6Base_LEDs.c:90: error: 'true' undeclared (first use in this function)
RP6Base_LEDs.c:94: error: 'runningLight' undeclared (first use in this function)
make: *** [RP6Base_LEDs.o] Error 1

> Process Exit Code: 2
> Time Taken: 00:02
gruß flo