<?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>Kernel Panic &#187; linux</title>
	<atom:link href="http://blog.epelaez.net/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.epelaez.net</link>
	<description>~Keep It Simple</description>
	<lastBuildDate>Wed, 30 Jun 2010 17:11:01 +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>Making .debs</title>
		<link>http://blog.epelaez.net/11/making-debs/</link>
		<comments>http://blog.epelaez.net/11/making-debs/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 05:44:43 +0000</pubDate>
		<dc:creator>Pelaez</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[Cydia]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.epelaez.net/?p=636</guid>
		<description><![CDATA[This is a very small guide to create .deb packages for your apps. You&#8217;ll need a system with dpkg installed, I&#8217;m guessing you can do it on the iDevice, but I do it on Linux. First, create a folder called data, then make a folder inside called DEBIAN. Insided DEBIAN you&#8217;ll have to make a [...]]]></description>
			<content:encoded><![CDATA[<p>This is a very small guide to create .deb packages for your apps. You&#8217;ll need a system with dpkg installed, I&#8217;m guessing you can do it on the iDevice, but I do it on Linux.</p>
<p><span id="more-636"></span>First, create a folder called data, then make a folder inside called DEBIAN.</p>
<p>Insided DEBIAN you&#8217;ll have to make a text file called control, no extension, which will hold the info of your package. Here&#8217;s a small template for an iPhone OS package:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:400px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Package: Bundle Identifier<br />
Name: Name of Package<br />
Version: 1.2.6-1<br />
Architecture: iphoneos-arm<br />
Description: The Description.<br />
Maintainer: Name<br />
Section: Section<br />
Installed-Size: 100</div></div>
<p>The only field you should not change is Architecture.</p>
<p>Now, inside data, put the files to be installed in an absolute path.</p>
<p>For example, if your files go inside /Applications/YourApp.app, create a folder called Applications, inside it create a folder called YourApp.app and inside it put the files.</p>
<p>Another example, if your files go into /var/mobile/Library/App, create a folder called var, inside that one a folder called mobile, inside that one a folder called Library, inside that one called App and inside that one put your files.</p>
<p>Easy enough I think.</p>
<p>Now, open a terminal and point it to where your data folder is.</p>
<p>Then execute this command, replacing PackageName.deb with the name you want the package to have:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:400px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$ dpkg -b data PackageName.deb</div></div>
<p>The result will be a deb file in the same folder you are standing in.</p>
<p><!--more--></p>
<p>That&#8217;s for a simple package. Another thing you can do is add bash scripts to be executed before/after the package is installed/removed.</p>
<p>This is as simple as adding a plain text file called preinst/postinst for pre and post install scripts and prerm/postrm for pre and post removal to the DEBIAN folder.</p>
<p>This can be used, for example to remove any settings saved by your app.</p>
<p>Another interesting field you can add to your control file is <code class="codecolorer text twitlight"><span class="text">Depends: anotherPackage (&gt;= 1.0)</span></code>, this tells dpkg that your package depends on anotherPackage, and that it should be at least version 1.0. If you are installing it via terminal, it will fail to install if the needed package is not installed. If you are using apt, like Cydia, it will try to install the required package.</p>
<p>If you are making a theme, for example, you might want your package to depend on Winterboard.</p>
<p>For more info about the control files: <a href="http://blog.epelaez.net/14n" target="_self">LINK</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://blog.epelaez.net/11/making-debs/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.epelaez.net/11/making-debs/&amp;title=Making+.debs" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.epelaez.net/11/making-debs/&amp;title=Making+.debs" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.epelaez.net/11/making-debs/&amp;t=Making+.debs" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Making%20.debs%22&amp;body=Link: http://blog.epelaez.net/11/making-debs/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A This%20is%20a%20very%20small%20guide%20to%20create%20.deb%20packages%20for%20your%20apps.%20You%27ll%20need%20a%20system%20with%20dpkg%20installed%2C%20I%27m%20guessing%20you%20can%20do%20it%20on%20the%20iDevice%2C%20but%20I%20do%20it%20on%20Linux.%0D%0A%0D%0AFirst%2C%20create%20a%20folder%20called%20data%2C%20then%20make%20a%20folder%20inside%20called%20DEBIAN.%0D%0A%0D%0AInsided%20DEBIAN%20you%27ll%20have%20to%20make%20a%20text%20fi" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Making+.debs+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.epelaez.net/11/making-debs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toolchain 3.0</title>
		<link>http://blog.epelaez.net/09/toolchain-3-0/</link>
		<comments>http://blog.epelaez.net/09/toolchain-3-0/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 16:50:13 +0000</pubDate>
		<dc:creator>Pelaez</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Toolchain]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.epelaez.net/?p=421</guid>
		<description><![CDATA[I found out that the iPhoneDevOnLinux team updated their toolchain for 3.0. It&#8217;s really easy, what you need is the iPhone SDK 3.0 dmg and the 3.0/3.0.1 firmware and follow the instructions on their googlecode, and I got it working really fast. Please note that I haven&#8217;t tested it yet, I just successfully built it. [...]]]></description>
			<content:encoded><![CDATA[<p>I found out that the iPhoneDevOnLinux team updated their toolchain for 3.0.</p>
<p>It&#8217;s really easy, what you need is the iPhone SDK 3.0 dmg and the 3.0/3.0.1 firmware and follow the instructions on their googlecode, and I got it working really fast.</p>
<p>Please note that I haven&#8217;t tested it yet, I just successfully built it.</p>
<p><a href="http://code.google.com/p/iphonedevonlinux/wiki/Installation" target="_blank">Click here to go to the instructions</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://blog.epelaez.net/09/toolchain-3-0/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.epelaez.net/09/toolchain-3-0/&amp;title=Toolchain+3.0" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.epelaez.net/09/toolchain-3-0/&amp;title=Toolchain+3.0" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.epelaez.net/09/toolchain-3-0/&amp;t=Toolchain+3.0" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Toolchain%203.0%22&amp;body=Link: http://blog.epelaez.net/09/toolchain-3-0/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A I%20found%20out%20that%20the%20iPhoneDevOnLinux%20team%20updated%20their%20toolchain%20for%203.0.%0D%0A%0D%0AIt%27s%20really%20easy%2C%20what%20you%20need%20is%20the%20iPhone%20SDK%203.0%20dmg%20and%20the%203.0%2F3.0.1%20firmware%20and%20follow%20the%20instructions%20on%20their%20googlecode%2C%20and%20I%20got%20it%20working%20really%20fast.%0D%0A%0D%0APlease%20note%20that%20I%20haven%27t%20tested%20it%20yet%2C%20I%20just%20s" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Toolchain+3.0+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.epelaez.net/09/toolchain-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What you need to have installed</title>
		<link>http://blog.epelaez.net/05/what-you-need-to-have-installed/</link>
		<comments>http://blog.epelaez.net/05/what-you-need-to-have-installed/#comments</comments>
		<pubDate>Wed, 20 May 2009 17:02:22 +0000</pubDate>
		<dc:creator>Pelaez</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[Toolchain]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[ldid]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.epelaez.net/?p=95</guid>
		<description><![CDATA[This is what I recommend you have installed for developing. Linux, I have Ubuntu 9.04 The Toolchain 2.0 with the latest headers, on Linux. Saurik&#8217;s ldid (on Linux and on the iPhone, in case you have trouble with any of them). sudo (you&#8217;ll need to install this on the iPhone, on linux it comes by [...]]]></description>
			<content:encoded><![CDATA[<p>This is what I recommend you have installed for developing.</p>
<ul>
<li>Linux, I have Ubuntu 9.04</li>
<li><a title="Building Toolchain" href="http://blog.epelaez.net/05/building-the-iphone-2x-toolchain-in-linux/" target="_self">The Toolchain 2.0 with the latest headers, on Linux.</a></li>
<li><a title="Installing ldid" href="http://blog.epelaez.net/05/installing-ldid/" target="_self">Saurik&#8217;s ldid</a> (on Linux and on the iPhone, in case you have trouble with any of them).</li>
<li>sudo (you&#8217;ll need to install this on the iPhone, on linux it comes by default)*</li>
</ul>
<p><span id="more-95"></span>Also, I use emacs to write my code, it has a very nice auto formatting for code, supports a lot of languages, and has a lot of shortcuts. You don&#8217;t need it at all, but I love it <img src='http://blog.epelaez.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . The only thing is that it goes crazy when using .h files and setting @property&#8217;s, so for modifying I use nano.</p>
<p>*You&#8217;ll need to add mobile to the list of users who can use sudo. To do this, log in as super user, and then use the command visudo:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:400px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$ su<br />
$ [your password]<br />
$ visudo</div></td></tr></tbody></table></div>
<p>Then scroll down to where it says</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:400px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">root &nbsp;ALL = (ALL) ALL</div></td></tr></tbody></table></div>
<p>And, below, add the same line but with mobile instead of root:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:400px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">mobile ALL = (ALL) ALL</div></td></tr></tbody></table></div>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://blog.epelaez.net/05/what-you-need-to-have-installed/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.epelaez.net/05/what-you-need-to-have-installed/&amp;title=What+you+need+to+have+installed" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.epelaez.net/05/what-you-need-to-have-installed/&amp;title=What+you+need+to+have+installed" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.epelaez.net/05/what-you-need-to-have-installed/&amp;t=What+you+need+to+have+installed" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22What%20you%20need%20to%20have%20installed%22&amp;body=Link: http://blog.epelaez.net/05/what-you-need-to-have-installed/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A This%20is%20what%20I%20recommend%20you%20have%20installed%20for%20developing.%0D%0A%0D%0A%09Linux%2C%20I%20have%20Ubuntu%209.04%0D%0A%09The%20Toolchain%202.0%20with%20the%20latest%20headers%2C%20on%20Linux.%0D%0A%09Saurik%27s%20ldid%20%28on%20Linux%20and%20on%20the%20iPhone%2C%20in%20case%20you%20have%20trouble%20with%20any%20of%20them%29.%0D%0A%09sudo%20%28you%27ll%20need%20to%20install%20this%20on%20the%20iPhone%2C%20on%20linux%20it%20com" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=What+you+need+to+have+installed+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.epelaez.net/05/what-you-need-to-have-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building the iPhone 2.X Toolchain in Linux</title>
		<link>http://blog.epelaez.net/05/building-the-iphone-2x-toolchain-in-linux/</link>
		<comments>http://blog.epelaez.net/05/building-the-iphone-2x-toolchain-in-linux/#comments</comments>
		<pubDate>Wed, 20 May 2009 16:47:48 +0000</pubDate>
		<dc:creator>Pelaez</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Toolchain]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://blog.epelaez.net/?p=24</guid>
		<description><![CDATA[This is to build a 2.0 toolchain, to build a 3.0 toolchain, go here. I just did a clean install of Ubuntu 9.04 RC after destroying Debian by adding an Ubuntu Source and updating everything (not good), so I&#8217;m about to build the toolchain again. Since my blog is heading to iPhone/Pod development, I think [...]]]></description>
			<content:encoded><![CDATA[<h3>This is to build a 2.0 toolchain, to build a 3.0 toolchain, go <a href="http://blog.epelaez.net/09/toolchain-3-0/" target="_blank">here</a>.</h3>
<p>I just did a clean install of Ubuntu 9.04 RC after destroying Debian by adding an Ubuntu Source and updating everything (not good), so I&#8217;m about to build the toolchain again.</p>
<p>Since my blog is heading to iPhone/Pod development, I think this is a good start <img src='http://blog.epelaez.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ve been using this to build SBSettings toggles (will post a template and a tut later) and I&#8217;ve had no problems, but I haven&#8217;t tested it too much.</p>
<p>(BTW, I got the instructions from <a href="http://iphonesdkdev.blogspot.com/2008/10/how-to-install-llvm-gcc-for-iphone-sdk.html" target="_blank">here</a> and enhanced them a _little_ bit)</p>
<h3><span id="more-24"></span><strong>Building Toolchain</strong></h3>
<p>First thing you&#8217;ll want to do is go <a title="http://www.iphonefix.de/ " href="http://www.iphonefix.de/ " target="_blank">HERE</a>, go to the Download sections, connect to the FTP as it says there.</p>
<p>Once there, go to &#8220;iPhone Toolchain VMWare Image/V3/&#8221; and download UpgradeToolchain2.tgz. Download it to your home (~/)</p>
<p>While it&#8217;s downloading, run this command to install the building tools:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:400px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$ sudo apt-get install build-essential bison flex</div></td></tr></tbody></table></div>
<p>Now go to /usr and unpack the toolchain</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:400px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$ cd /usr<br />
$ sudo tar -xzvf ~/UpgradeToolChain2.tgz</div></td></tr></tbody></table></div>
<p>Now move to the toolchain directory and run the install script:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:400px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$ cd toolchain2<br />
$ sudo ./build_20.sh</div></td></tr></tbody></table></div>
<p>Now you need to add the gcc compiler to /usr/bin, the way I did it was to open two sudo windows and add a link:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:400px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$ sudo nautilus</div></td></tr></tbody></table></div>
<p>That will open a nautilus window as root, do it twice. With one, go to /usr/toolchain2/pre/bin and with the other one go to /usr/bin. On the first one, right click arm-apple-darwin9-gcc and select &#8220;Make Link&#8221;, then copy that link to the second window, and remove the &#8220;Link to..&#8221; from the name.</p>
<p>Next you&#8217;ll need to make a link to /usr/toolchain2/sys/usr/include on /var, do the same as above.</p>
<p>And finally, a link to /usr/toolchain2/sys/System on /</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://blog.epelaez.net/05/building-the-iphone-2x-toolchain-in-linux/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.epelaez.net/05/building-the-iphone-2x-toolchain-in-linux/&amp;title=Building+the+iPhone+2.X+Toolchain+in+Linux" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.epelaez.net/05/building-the-iphone-2x-toolchain-in-linux/&amp;title=Building+the+iPhone+2.X+Toolchain+in+Linux" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.epelaez.net/05/building-the-iphone-2x-toolchain-in-linux/&amp;t=Building+the+iPhone+2.X+Toolchain+in+Linux" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Building%20the%20iPhone%202.X%20Toolchain%20in%20Linux%22&amp;body=Link: http://blog.epelaez.net/05/building-the-iphone-2x-toolchain-in-linux/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A This%20is%20to%20build%20a%202.0%20toolchain%2C%20to%20build%20a%203.0%20toolchain%2C%20go%20here.%0D%0A%0D%0AI%20just%20did%20a%20clean%20install%20of%20Ubuntu%209.04%20RC%20after%20destroying%20Debian%20by%20adding%20an%20Ubuntu%20Source%20and%20updating%20everything%20%28not%20good%29%2C%20so%20I%27m%20about%20to%20build%20the%20toolchain%20again.%0D%0A%0D%0ASince%20my%20blog%20is%20heading%20to%20iPhone%2FPod%20development" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Building+the+iPhone+2.X+Toolchain+in+Linux+-+&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.epelaez.net/05/building-the-iphone-2x-toolchain-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
