Leachim
09.09.2008, 19:42
Hallo ich hab ein Problem mit der neuen Asuro-LIB](*,) ich hab mir die exe runtergeladen und dann Asuroflash gestartet
Ich programmiert was aber er bekommt total viele fehler wenn ich make ausführe was bei der alten nicht so war ! ,)
Das Programmierte
#include <asuro.h>
int main(void) {
MotorDir(FWD,FWD);
MotorSpeed(120,120);
StatusLED(GREEN);
while (1) {}
return 0;
}
DIE FEHLER :evil:
\include new.c -o new.o
new.c:1:19: asuro.h: No such file or directory
new.c: In function `main':
new.c:5: warning: implicit declaration of function `MotorDir'
error: `FWD' undeclared (first use in this function)
new.c:5: error: (Each undeclared identifier is reported only once
new.c:5: error: for each function it appears in.)
new.c:6: warning: implicit declaration of function `MotorSpeed'
new.c:7: warning: implicit declaration of function `StatusLED'
new.c:7: error: `GREEN' undeclared (first use in this function)
Ps. Hab den ASURO erst seit 5 tagen und der ist richtig GEIL
Ich programmiert was aber er bekommt total viele fehler wenn ich make ausführe was bei der alten nicht so war ! ,)
Das Programmierte
#include <asuro.h>
int main(void) {
MotorDir(FWD,FWD);
MotorSpeed(120,120);
StatusLED(GREEN);
while (1) {}
return 0;
}
DIE FEHLER :evil:
\include new.c -o new.o
new.c:1:19: asuro.h: No such file or directory
new.c: In function `main':
new.c:5: warning: implicit declaration of function `MotorDir'
error: `FWD' undeclared (first use in this function)
new.c:5: error: (Each undeclared identifier is reported only once
new.c:5: error: for each function it appears in.)
new.c:6: warning: implicit declaration of function `MotorSpeed'
new.c:7: warning: implicit declaration of function `StatusLED'
new.c:7: error: `GREEN' undeclared (first use in this function)
Ps. Hab den ASURO erst seit 5 tagen und der ist richtig GEIL