Hallo alle zusammen,
Ich habe seit kurzem ein Problem mit dem Programm "Programmmer`s Notepad" und zwar, dass ich, egal welches Programm ich schreibe(auch bei aus der Anleitung übernommenen), einen Haufen Fehlermeldungen bekommme.

Bei folgendem Programm:

Code:
#include “asuro.h”
int main(void) {
Init();
StatusLED(RED);
while(1);
return 0;
}
bekomme ich folgende Fehlermeldungen:

Code:
test.c:1:10: error: #include expects "FILENAME" or <FILENAME>
test.c: In function 'main':
test.c:3: warning: implicit declaration of function 'Init'
test.c:4: warning: implicit declaration of function 'StatusLED'
test.c:4: error: 'RED' undeclared (first use in this function)
test.c:4: error: (Each undeclared identifier is reported only once
test.c:4: error: for each function it appears in.)
make: *** [test.o] Error 1

> Process Exit Code: 2
> Time Taken: 00:02
Kann mir jemand helfen???

Gruß,
C-3PO