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

<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>2012-03-12T18:18:33+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=17&amp;t=7845</id>
<entry>
<author><name><![CDATA[krokido]]></name></author>
<updated>2012-03-12T18:18:33+01:00</updated>
<published>2012-03-12T18:18:33+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7845&amp;p=33870#p33870</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7845&amp;p=33870#p33870"/>
<title type="html"><![CDATA[RB-100 Lubuntu gcc/g++ use roboard libraries]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7845&amp;p=33870#p33870"><![CDATA[
And the Robbe Futaba s3003 servos also move!<br /><br />DMP Roboard, awesome job! Great product and great support!<br /><br />greetings from a happy newby!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=3230">krokido</a> — Mon Mar 12, 2012 6:18 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[krokido]]></name></author>
<updated>2012-03-12T15:15:32+01:00</updated>
<published>2012-03-12T15:15:32+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7845&amp;p=33865#p33865</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7845&amp;p=33865#p33865"/>
<title type="html"><![CDATA[RB-100 Lubuntu gcc/g++ use roboard libraries]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7845&amp;p=33865#p33865"><![CDATA[
Great!<br /><br />compiling now works! indeed the answer is in the make files<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>pwm.exe : pwm.o<br />   gcc -o pwm.exe pwm.o -L../../Lib -lRBIO -lstdc++<br />pwm.o : pwm.cpp<br />   gcc -c pwm.cpp -I../../Include<br /><br />.PHONY : clean<br />clean :<br />   -rm pwm.o pwm.exe<br /></code></dd></dl><br /><br />I didn't the -L and -I options resulting in the error. Now the code runs smoothly ... but, using <br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>sudo -i<br />./pwm.exe<br /></code></dd></dl><br /><br />Does not move my Robbe Futaba S3003 which is connected to either port S1 and or S2 ... I'll look at that again tonight <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /><br /><br />Thank you RoBoard!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=3230">krokido</a> — Mon Mar 12, 2012 3:15 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[roboard]]></name></author>
<updated>2012-03-12T10:53:33+01:00</updated>
<published>2012-03-12T10:53:33+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7845&amp;p=33863#p33863</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7845&amp;p=33863#p33863"/>
<title type="html"><![CDATA[Re: RB-100 Lubuntu gcc/g++ use roboard libraries]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7845&amp;p=33863#p33863"><![CDATA[
Hi,<br /><br />please go to <!-- m --><a class="postlink" href="http://www.roboard.com/download_ml.htm">http://www.roboard.com/download_ml.htm</a><!-- m --> and download &quot;RoBoIO 1.81 binary for for Debian &amp; Ubuntu&quot;.<br /><br />Extract it and then you can find Linux makefile examples for RoBoIO in the &quot;Examples&quot; directory.<br /><br /><img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1542">roboard</a> — Mon Mar 12, 2012 10:53 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[krokido]]></name></author>
<updated>2012-03-10T23:34:32+01:00</updated>
<published>2012-03-10T23:34:32+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7845&amp;p=33859#p33859</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7845&amp;p=33859#p33859"/>
<title type="html"><![CDATA[RB-100 Lubuntu gcc/g++ use roboard libraries]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7845&amp;p=33859#p33859"><![CDATA[
Hi<br /><br />I have installed the Lubuntu image, as supplied by Roboard on their website, onto the roboard RB-100. works great!<br />I can make a simple 'hello world' program in C++ using G++ as compiler<br />But as soon as I want to use Roboard specific functionality, such as 'roboio_SetRBVer(RB_100)', I get the following error message from g++:<br />'undefined reference to 'roboio_SetRBVer' colelct2: ls returned 1 exit status'<br /><br />I am having troubles with making/installing/placing the RoBoIO library... I don't know where to put what and how ... a general lack of knowledge on my part here ...<br /><br />I have very little experience with Linux and g++ so ... 'newbyproof' answers are highly appreciated!<br /><br />The code I made:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>#include &lt;iostream&gt;<br />#include &lt;stdio&gt;<br />#include &lt;string&gt;<br />#include &lt;stdlib&gt;<br />#include &quot;roboard.h&quot;<br /><br />using namespace std;<br /><br />int Add&#40;int x, int y&#41;<br />&#123;   <br />   return&#40;x+y&#41;;<br />&#125;<br /><br />int main&#40;&#41;<br />&#123;<br />   roboio_SetRBVer&#40;RB_100&#41;;<br /><br />   int a, b, c;<br /><br />   cout &lt;&lt; &quot;Hello World!&quot; &lt;&lt; endl;<br />        cout &lt;&lt; &quot;give the two numbers to add;&quot; &lt;&lt;endl&gt;&gt; a;<br />   cin &gt;&gt; b;<br />   c = Add&#40;a, b&#41;;<br />   cout &lt;&lt; &quot;a + b = &quot; &lt;&lt; c &lt;&lt; endl;<br />   return 0;<br />&#125;<br /></code></dd></dl><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=3230">krokido</a> — Sat Mar 10, 2012 11:34 pm</p><hr />
]]></content>
</entry>
</feed>