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

<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-01-13T13:11:46+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=17&amp;t=5586</id>
<entry>
<author><name><![CDATA[copperclad]]></name></author>
<updated>2010-01-13T13:04:41+01:00</updated>
<published>2010-01-13T13:04:41+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5586&amp;p=24711#p24711</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5586&amp;p=24711#p24711"/>
<title type="html"><![CDATA[Problem Solved building roboard lib in DJGPP]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5586&amp;p=24711#p24711"><![CDATA[
<blockquote class="uncited"><div><br />Please try<br /><br />gcc -o servo.exe servo.o -L. -lRBIO -lstdcxx<br /></div></blockquote><br /><br /><br /><br />success! <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /> <br /><br />i had to move libstdcxx.a into the lib directory , and then call it with <br /><br />gcc -o servo.exe servo.o -L. -lRBIO -lstd~1 <br /><br />because of the 8 character file name limit <br /><br />thank you for all your help and patience ,  i got it to work off the command line and in RHIDE also , thanks again  <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /><br /><br />.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1822">copperclad</a> — Wed Jan 13, 2010 1:04 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[roboard]]></name></author>
<updated>2010-01-13T06:59:47+01:00</updated>
<published>2010-01-13T06:59:47+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5586&amp;p=24707#p24707</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5586&amp;p=24707#p24707"/>
<title type="html"><![CDATA[Problem Solved building roboard lib in DJGPP]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5586&amp;p=24707#p24707"><![CDATA[
<blockquote><div><cite>copperclad wrote:</cite><br />so since i had the object file servo.o ,  i tried to link it on the command line with <br />GCC -0 servo.exe servo.o libRBIO.a<br /><br />and the errors i got seem to indicate that it can find the lib file but that there is a problem<br /></div></blockquote><br /><br />Please try<br /><br />gcc -o servo.exe servo.o -L. -lRBIO -lstdcxx<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1542">roboard</a> — Wed Jan 13, 2010 6:59 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[copperclad]]></name></author>
<updated>2010-01-13T01:45:07+01:00</updated>
<published>2010-01-13T01:45:07+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5586&amp;p=24703#p24703</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5586&amp;p=24703#p24703"/>
<title type="html"><![CDATA[Problem Solved building roboard lib in DJGPP]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5586&amp;p=24703#p24703"><![CDATA[
Hi <br />i have been working on it tonight and have an update <br /><br />i had gotten the file to compile fine but it was bombing out when i would try to link it , and the errors i was getting were that DJGPP could not find the libRBIO.a <br /><br />so since i had the object file servo.o ,  i tried to link it on the command line with <br />GCC -0 servo.exe servo.o libRBIO.a<br /><br />and the errors i got seem to indicate that it can find the lib file but that there is a problem <br /><br /><blockquote class="uncited"><div><br />libRBIO.a(Rcservo.o):Rcservo.cpp:(.eh_frame+011):undefined reference to '___gxx_personality_V0'<br />libRBIO.a(common.o):common.cpp:(.eh_frame+011):undefined reference to '___gxx_personality_V0'<br />libRBIO.a(IO.o):IO.cpp:(.eh_frame+011):undefined reference to '___gxx_personality_V0'<br />libRBIO.a(PWMDX.o):PWMDX.cpp:(.eh_frame+011):undefined reference to '___gxx_personality_V0'<br />libRBIO.a(PWM.o):PWM.cpp:(.eh_frame+011):undefined reference to '___gxx_personality_V0'<br /></div></blockquote><br /><br />and it errors out , without creating the EXE file  ,  i am wondering if DJGPP has updated their software ( i have VER  v2gnu/gpp442b.zip  ), or that i have still not been able to link the library correctly , any help would be great , thanks again <br /><br />. <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1822">copperclad</a> — Wed Jan 13, 2010 1:45 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[copperclad]]></name></author>
<updated>2010-01-13T13:11:46+01:00</updated>
<published>2010-01-12T16:43:43+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5586&amp;p=24675#p24675</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5586&amp;p=24675#p24675"/>
<title type="html"><![CDATA[Problem Solved building roboard lib in DJGPP]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5586&amp;p=24675#p24675"><![CDATA[
Hi <br />i have DJGPP downloaded and installed in my RoBoard , i can compile and build standard C files fine , i would like to install the roboard lib and include files so i can compile and build some Roboard  programs  <br /><br />i have RoBoIO-src-v1.5b-gcc downloaded and need to know how to set it up before i run the make file make.dj , i have tried a number of ways and have only gotten errors so far <br /><br />where should i have the libsrc directory when i type make.dj<br /><br />should i copy the libsrc files into C:\DJGPP\LIB first or should i move the whole directory into the C:\DJGPP\LIB folder , and then type MAKE.DJ<br /><br />i am guessing i can't just move LIBRBIO.A into the C:\DJGPP\LIB folder <br /><br />i spent some time trying different things and reading up on DJGPP website , with no luck , when i try to link DJGPP can't find the library , i have tried giving it the libRBIO.a path in the options menu , again without any luck <br /><br />not sure what i am doing wrong or even if  i am on the right track , any help would be great , thanks again  <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /><br /><br />.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1822">copperclad</a> — Tue Jan 12, 2010 4:43 pm</p><hr />
]]></content>
</entry>
</feed>