<?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=14096" />

<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>2015-01-04T21:24:05+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=15&amp;t=14096</id>
<entry>
<author><name><![CDATA[pbsk8]]></name></author>
<updated>2015-01-04T21:24:05+01:00</updated>
<published>2015-01-04T21:24:05+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=14096&amp;p=43458#p43458</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=14096&amp;p=43458#p43458"/>
<title type="html"><![CDATA[Re: C programming for RQ-Huno.. Need help to find libraries]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=14096&amp;p=43458#p43458"><![CDATA[
Thank you so much for this info as well. <br /><br />I had completely abandoned my RQ-Huno because I could not find any source of information about how to use the softwares for programming. I bought it here in Japan but the store Vstone does not provide technical support and I always thought my robot has problems.<br /><br />Still I am not 100% happy with the zero motion positions, during the dances and stuff, it always falls. Also the IR and touch they dont seem to work either.<br /><br />Is there another website dedicated like the blogspot one?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=7831">pbsk8</a> — Sun Jan 04, 2015 9:24 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Captain Lotus]]></name></author>
<updated>2014-09-10T13:00:21+01:00</updated>
<published>2014-09-10T13:00:21+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=14096&amp;p=43392#p43392</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=14096&amp;p=43392#p43392"/>
<title type="html"><![CDATA[Re: C programming for RQ-Huno.. Need help to find libraries]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=14096&amp;p=43392#p43392"><![CDATA[
Did you change the path for the different libraries (that you should have copied from the DVD) to match with your own PC folders in the config file of the IAR-project ?<br />You shoud have...  <img src="http://forum.robosavvy.com/images/smilies/icon_wink.gif" alt=":wink:" title="Wink" /> <br />----<br />Don't hésitate to send private message in French, I'm French too...<br />---<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=4914">Captain Lotus</a> — Wed Sep 10, 2014 1:00 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[palou]]></name></author>
<updated>2014-09-06T18:40:53+01:00</updated>
<published>2014-09-06T18:40:53+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=14096&amp;p=43386#p43386</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=14096&amp;p=43386#p43386"/>
<title type="html"><![CDATA[C programming for RQ-Huno.. Need help to find libraries]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=14096&amp;p=43386#p43386"><![CDATA[
Hello<br /><br />I bought recently a RQ-Huno Kit in france (I am french)...<br /><br />I would like to program it in C language.<br /><br />Problem, I don't find any valuable document on how to configure a Development environment under windows 7.<br /><br />I found this document <a href="http://rqhuno1.blogspot.fr/search/label/Let%27s%20Learn%20C%20Programming" class="postlink">http://rqhuno1.blogspot.fr/search/label/Let%27s%20Learn%20C%20Programming</a> on internet and follow instructions but this doesn't work. Examples delivered in RQ-Huno cdrom are not compiling.<br />(I have loaded IAR for ARM as indicated in the document)<br /><br />When I launch &quot;make&quot; on Example,I have these errors (only firsts and last are copyed) :<br /><dl class="codebox"><dt>Code: </dt><dd><code>Building configuration: RQ - Debug <br />Updating build tree... <br />core_cm3.c  <br />main.c  <br />Error&#91;Pe147&#93;: declaration is incompatible with &quot;__nounwind __interwork __softfp unsigned char __LDREXB(unsigned char const volatile *)&quot;  D:\robotique\RQ-HUNO\Example_Source\03_C_Programming\&#91;2012.09.11&#93;RQC_C_0.20\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h 1144 <br />(declared at line 180 of &quot;C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.0\arm\inc\c\intrinsics.h&quot;) <br />Error&#91;Pe147&#93;: declaration is incompatible with &quot;__nounwind __interwork __softfp unsigned short __LDREXH(unsigned short const volatile *)&quot;  D:\robotique\RQ-HUNO\Example_Source\03_C_Programming\&#91;2012.09.11&#93;RQC_C_0.20\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h 1154 <br />(declared at line 181 of &quot;C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.0\arm\inc\c\intrinsics.h&quot;) <br />Error while running C/C++ Compiler <br />misc.c  <br />Error&#91;Pe147&#93;: declaration is incompatible with &quot;__nounwind __interwork __softfp unsigned char __LDREXB(unsigned char const volatile *)&quot;  D:\robotique\RQ-HUNO\Example_Source\03_C_Programming\&#91;2012.09.11&#93;RQC_C_0.20\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h 1144 <br />(declared at line 180 of &quot;C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.0\arm\inc\c\intrinsics.h&quot;) <br />Error&#91;Pe147&#93;: declaration is incompatible with &quot;__nounwind __interwork __softfp unsigned short __LDREXH(unsigned short const volatile *)&quot;  D:\robotique\RQ-HUNO\Example_Source\03_C_Programming\&#91;2012.09.11&#93;RQC_C_0.20\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h 1154 <br />(declared at line 181 of &quot;C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.0\arm\inc\c\intrinsics.h&quot;) <br />Error while running C/C++ Compiler <br />...<br />user.c  <br />Error&#91;Pe147&#93;: declaration is incompatible with &quot;__nounwind __interwork __softfp unsigned char __LDREXB(unsigned char const volatile *)&quot;  D:\robotique\RQ-HUNO\Example_Source\03_C_Programming\&#91;2012.09.11&#93;RQC_C_0.20\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h 1144 <br />(declared at line 180 of &quot;C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.0\arm\inc\c\intrinsics.h&quot;) <br />Error&#91;Pe147&#93;: declaration is incompatible with &quot;__nounwind __interwork __softfp unsigned short __LDREXH(unsigned short const volatile *)&quot;  D:\robotique\RQ-HUNO\Example_Source\03_C_Programming\&#91;2012.09.11&#93;RQC_C_0.20\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h 1154 <br />(declared at line 181 of &quot;C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.0\arm\inc\c\intrinsics.h&quot;) <br />Error while running C/C++ Compiler <br /> <br />Total number of errors: 54 <br />Total number of warnings: 0 <br /></code></dd></dl><br /><br />Could you please help me to find good libraries to program the beast ?<br /><br />Thanks in advance<br /><br />Palou<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=7848">palou</a> — Sat Sep 06, 2014 6:40 pm</p><hr />
]]></content>
</entry>
</feed>