<?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=15&amp;t=6146" />

<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>2010-05-12T10:51:07+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=15&amp;t=6146</id>
<entry>
<author><name><![CDATA[koli]]></name></author>
<updated>2010-05-12T10:51:07+01:00</updated>
<published>2010-05-12T10:51:07+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6146&amp;p=26740#p26740</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6146&amp;p=26740#p26740"/>
<title type="html"><![CDATA[Programming Robobuilder with Labwindows]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6146&amp;p=26740#p26740"><![CDATA[
Thanks!!!!!!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2068">koli</a> — Wed May 12, 2010 10:51 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[badcommandorfilename]]></name></author>
<updated>2010-05-12T00:53:50+01:00</updated>
<published>2010-05-12T00:53:50+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6146&amp;p=26735#p26735</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6146&amp;p=26735#p26735"/>
<title type="html"><![CDATA[Programming Robobuilder with Labwindows]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6146&amp;p=26735#p26735"><![CDATA[
The sample robobuilder source should compile with the open source compiler avr-gcc if you have the avr-libc headers.<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>avr-gcc -mmcu=atmega128 -I. -g -Wall -Os -c main.c</code></dd></dl><br /><br />will compile the code, <br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>avr-gcc -o main.elf -mmcu=atmega128 main.o comm.o dio.o</code></dd></dl><br /><br />should link it, and <br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>avr-objcopy -j .text -O ihex main.elf main.hex</code></dd></dl><br /><br />will pack it into a .hex firmware file which can be downloaded to your RBC with the RBC upgrade tool. (here is <a href="http://buildtherobot.blogspot.com/2009/11/c-is-for-cookie.html" class="postlink">more info</a> if you have problems)<br /><br />This should work no problems under linux, but if you're stuck with windows you could try setting up these commands in your toolchain executables in whatever IDE you are using. <br /><br />The the important thing to remember is that the RBC uses an AVR atmega128 chip. Any AVR compiler should be able to write programs for it.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1830">badcommandorfilename</a> — Wed May 12, 2010 12:53 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[koli]]></name></author>
<updated>2010-05-11T15:14:20+01:00</updated>
<published>2010-05-11T15:14:20+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6146&amp;p=26733#p26733</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6146&amp;p=26733#p26733"/>
<title type="html"><![CDATA[Programming Robobuilder with Labwindows]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6146&amp;p=26733#p26733"><![CDATA[
Hi!<br /><br />Someone can tell to me how I can &quot;build&quot; for example the project 3-5 aK_Position, in Labwindos, or any other C compiler that is not codevision?<br /><br /><br /> Please I need help!<br /><br />Thanks and sorry for my bad english<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2068">koli</a> — Tue May 11, 2010 3:14 pm</p><hr />
]]></content>
</entry>
</feed>