<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The ramblings of a yorkshire tyke &#187; arm-none-linux-gnueabi-gcc</title>
	<atom:link href="http://www.gennard.net/blog/tag/arm-none-linux-gnueabi-gcc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gennard.net/blog</link>
	<description>Life, Rants and Programming In A Blog</description>
	<lastBuildDate>Sun, 22 Aug 2010 15:16:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Building rsync for the pogoplug</title>
		<link>http://www.gennard.net/blog/2010/03/building-rsync-for-the-pogoplug/</link>
		<comments>http://www.gennard.net/blog/2010/03/building-rsync-for-the-pogoplug/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 23:15:09 +0000</pubDate>
		<dc:creator>spgennard</dc:creator>
				<category><![CDATA[pogoplug]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[arm-linux]]></category>
		<category><![CDATA[arm-none-linux-gnueabi-gcc]]></category>
		<category><![CDATA[cross compile]]></category>

		<guid isPermaLink="false">http://www.gennard.net/blog/?p=542</guid>
		<description><![CDATA[I finally managed to get a cross compiler that works with the pogoplug, I first tried various custom build of the GNU C++ cross compiler on the Mac but none of them succeeded in creating binaries that were compatible with my little pink pogoplug. Anyway, instead of boring you with various evening&#8217;s development woos&#8230; I [...]]]></description>
			<content:encoded><![CDATA[<p>I finally managed to get a cross compiler that works with the pogoplug, I first tried various custom build of the GNU C++ cross compiler on the Mac but none of them succeeded in creating binaries that  were compatible with my little pink pogoplug.</p>
<p>Anyway, instead of boring you with various evening&#8217;s development woos&#8230; I will just tell you what I ended up doing which was to use VirtuaBox with ubuntu x86 and use <a href="http://pogoplug.com/opensource/pogoplug-gcc.tar.bz2">this tar file</a> (eg: bunzip2 it, tar xvf into $HOME)</p>
<p>Then to compile it I first had to setup the makefile for rsync:</p>
<div class="codecolorer-container text blackboard" style="border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"># export PATH=$HOME/pogoplug-gcc/bin:$PATH<br />
# CC=arm-none-linux-gnueabi-gcc ./configure --build=arm-linux\<br />
&nbsp;--host=arm-none-linux-gnueabi --target=arm-linux</div></div>
<p>Then to build is was easy&#8230; I just did&#8230;</p>
<div class="codecolorer-container text blackboard" style="border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"># CC=arm-none-linux-gnueabi-gcc &nbsp;make</div></div>
<p>Next, I found a small USB thumb drive, formatted in ext3 using ubuntu, placed it into the pogoplug, logged into it, remount&#8217;ed the drives using:</p>
<div class="codecolorer-container text blackboard" style="border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"># mount -o remount exec /tmp/.cemnt/mnt_sdb1</div></div>
<p>You may need to change the mnt point, use mount to find it..</p>
<p>Now you will be able to use rsync via ssh and use &#8211;rsync-path to point to rsync on your ext3 drive.</p>
<p>I required, I make the rsync exe + md5 sum available&#8230; just shout!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gennard.net/blog/2010/03/building-rsync-for-the-pogoplug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
