<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="http://forum.robosavvy.com/feed.php?f=5&amp;t=3486" />

<title>RoboSavvy Forum</title>
<subtitle>Robosavvy Forum: The largest online community of Humanoid Robot Builders</subtitle>
<link href="http://forum.robosavvy.com/index.php" />
<updated>2009-05-14T21:02:57+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=3486</id>
<entry>
<author><name><![CDATA[StuartL]]></name></author>
<updated>2009-05-14T21:02:57+01:00</updated>
<published>2009-05-14T21:02:57+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3486&amp;p=19876#p19876</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3486&amp;p=19876#p19876"/>
<title type="html"><![CDATA[Helpme to compile!]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3486&amp;p=19876#p19876"><![CDATA[
It's complaining that you don't have a rule in the makefile to generate the object file from the C file.  It doesn't know how to create the .o file so it can't link them together to make the .elf.<br /><br />You want a rule along the lines of:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>obj/main.o: src/main.c<br />        gcc-avr -o obj/main.o src/main.c</code></dd></dl><br /><br />You probably want to read up on makefiles and experiment with a few options to gcc too, there will be some examples in the other makefile rules.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=645">StuartL</a> — Thu May 14, 2009 9:02 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[zildjiansam]]></name></author>
<updated>2009-05-05T04:35:23+01:00</updated>
<published>2009-05-05T04:35:23+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=3486&amp;p=19766#p19766</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=3486&amp;p=19766#p19766"/>
<title type="html"><![CDATA[Helpme to compile!]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=3486&amp;p=19766#p19766"><![CDATA[
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 <br /><br />-------- begin --------<br />avr-gcc (GCC) 3.4.6<br />Copyright (C) 2006 Free Software Foundation, Inc.<br />This is free software; see the source for copying conditions.  There is NO<br />warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<br /><br />make.exe: *** No rule to make target `obj/main.o', needed by `simple.elf'.  Stop.<br /><br />&gt; Process Exit Code: 2<br />&gt; Time Taken: 00:00<br /><br />If anyone could helpme would be thankfull, thank's....<br /><br />My program is to easy is just ir: <br /><br />#include &quot;../../include/libCM-5.h&quot;<br /><br />int main(void)<br />{<br />return 0;<br />}<br /><br /><br /> <img src="http://forum.robosavvy.com/images/smilies/icon_cry.gif" alt=":cry:" title="Crying or Very sad" /> Please Helpme!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1412">zildjiansam</a> — Tue May 05, 2009 4:35 am</p><hr />
]]></content>
</entry>
</feed>