Hi,
ich bin noch ziemlich neu in der programmierung und jetzt hab ich mein erstes programm geschrieben:
Code:
#include "RP6RobotBaseLib.h"
int main(void)
{
initRobotBase() ;
move(65, FWD, DIST_MM(500), BLOCKING) ;
return 0 ;
}
ich habe in der makefile hinter target den namen von meinem programm gesetzt bloß es kommt beim compilieren immer diese meldung:
> "C:\Dokumente und Einstellungen\Luca.LUCA-PC.001\Eigene Dateien\proggis\\make_all.bat"
C:\Dokumente und Einstellungen\Luca.LUCA-PC.001\Eigene Dateien\proggis>set LANG=C
C:\Dokumente und Einstellungen\Luca.LUCA-PC.001\Eigene Dateien\proggis>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.
/usr/bin/sh: test: mein: binary operator expected
make: *** No rule to make target `mein', needed by `elf'. Stop.
> Process Exit Code: 2
> Time Taken: 00:01
könnt ihr mir helfen?
danke im vorraus..
mfg luca
Lesezeichen