by zildjiansam » Tue May 05, 2009 4:35 am
by zildjiansam
Tue May 05, 2009 4:35 am
Hello everybody! I'm new in this topic of bioloid, I need to manage a Bioloid by the win avr but i can't compile my program, i follow all the steps as the Expert Manual says, first I create a project after, create a source, after create my MAKEFILE and modify it, I modify the target name as my project name and modify the SRC as my source name file, also add the ROBOTIS_LIB and the LDFLAGS = $(ROBOTIS_LIB), and everything is in the same folder, at this moment everything is O.K, but when I try to compile i don't recive the menssage of errors:none, y don't recive it, just recive it
-------- begin --------
avr-gcc (GCC) 3.4.6
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.
make.exe: *** No rule to make target `obj/main.o', needed by `simple.elf'. Stop.
> Process Exit Code: 2
> Time Taken: 00:00
If anyone could helpme would be thankfull, thank's....
My program is to easy is just ir:
#include "../../include/libCM-5.h"
int main(void)
{
return 0;
}
Please Helpme!
Hello everybody! I'm new in this topic of bioloid, I need to manage a Bioloid by the win avr but i can't compile my program, i follow all the steps as the Expert Manual says, first I create a project after, create a source, after create my MAKEFILE and modify it, I modify the target name as my project name and modify the SRC as my source name file, also add the ROBOTIS_LIB and the LDFLAGS = $(ROBOTIS_LIB), and everything is in the same folder, at this moment everything is O.K, but when I try to compile i don't recive the menssage of errors:none, y don't recive it, just recive it
-------- begin --------
avr-gcc (GCC) 3.4.6
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.
make.exe: *** No rule to make target `obj/main.o', needed by `simple.elf'. Stop.
> Process Exit Code: 2
> Time Taken: 00:00
If anyone could helpme would be thankfull, thank's....
My program is to easy is just ir:
#include "../../include/libCM-5.h"
int main(void)
{
return 0;
}
Please Helpme!