<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Cross Toolchain for ARM Ubuntu 9.10 Karmic Koala</title>
	<atom:link href="http://alone-in-the-light.zenvoid.org/2009/11/cross-toolchain-for-arm-ubuntu-9-10-karmic-koala.html/feed" rel="self" type="application/rss+xml" />
	<link>http://alone-in-the-light.zenvoid.org/2009/11/cross-toolchain-for-arm-ubuntu-9-10-karmic-koala.html</link>
	<description>Free software, open source, copyleft, technology, art, knowledge. Freedom.</description>
	<lastBuildDate>Wed, 21 Dec 2011 10:42:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Gabriel</title>
		<link>http://alone-in-the-light.zenvoid.org/2009/11/cross-toolchain-for-arm-ubuntu-9-10-karmic-koala.html/comment-page-1#comment-100</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Sun, 14 Nov 2010 19:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://zenvoid.org/rgs/wordpress/2009/11/cross-toolchain-for-arm-ubuntu-9-10-karmic-koala.html#comment-100</guid>
		<description>Ok, found it. I had to install dpatch and quilt.
Thanks for the script!</description>
		<content:encoded><![CDATA[<p>Ok, found it. I had to install dpatch and quilt.<br />
Thanks for the script!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto</title>
		<link>http://alone-in-the-light.zenvoid.org/2009/11/cross-toolchain-for-arm-ubuntu-9-10-karmic-koala.html/comment-page-1#comment-99</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Sun, 14 Nov 2010 19:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://zenvoid.org/rgs/wordpress/2009/11/cross-toolchain-for-arm-ubuntu-9-10-karmic-koala.html#comment-99</guid>
		<description>Yes, apt-get install dpatch
:)</description>
		<content:encoded><![CDATA[<p>Yes, apt-get install dpatch<br />
:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://alone-in-the-light.zenvoid.org/2009/11/cross-toolchain-for-arm-ubuntu-9-10-karmic-koala.html/comment-page-1#comment-98</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Sun, 14 Nov 2010 18:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://zenvoid.org/rgs/wordpress/2009/11/cross-toolchain-for-arm-ubuntu-9-10-karmic-koala.html#comment-98</guid>
		<description>I tried to use your lucid package, unfortunately without success:

root@T60:/home/muellega/Desktop/toolchain-src-lucid-r1# ./build_toolchain 
/home/muellega/Desktop/toolchain-src-lucid-r1/binutils-2.20.1 /home/muellega/Desktop/toolchain-src-lucid-r1
debian/rules:16: /usr/share/dpatch/dpatch.make: No such file or directory
make: *** No rule to make target `/usr/share/dpatch/dpatch.make&#039;.  Stop.
root@T60:/home/muellega/Desktop/toolchain-src-lucid-r1# 

Any ideas ?</description>
		<content:encoded><![CDATA[<p>I tried to use your lucid package, unfortunately without success:</p>
<p>root@T60:/home/muellega/Desktop/toolchain-src-lucid-r1# ./build_toolchain<br />
/home/muellega/Desktop/toolchain-src-lucid-r1/binutils-2.20.1 /home/muellega/Desktop/toolchain-src-lucid-r1<br />
debian/rules:16: /usr/share/dpatch/dpatch.make: No such file or directory<br />
make: *** No rule to make target `/usr/share/dpatch/dpatch.make&#8217;.  Stop.<br />
root@T60:/home/muellega/Desktop/toolchain-src-lucid-r1# </p>
<p>Any ideas ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto</title>
		<link>http://alone-in-the-light.zenvoid.org/2009/11/cross-toolchain-for-arm-ubuntu-9-10-karmic-koala.html/comment-page-1#comment-25</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Mon, 15 Feb 2010 22:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://zenvoid.org/rgs/wordpress/2009/11/cross-toolchain-for-arm-ubuntu-9-10-karmic-koala.html#comment-25</guid>
		<description>It can be used exactly like any other cross toolchain, there is nothing special in it except that it uses Ubuntu&#039;s libraries and compiler versions. And yes, a certain knowledge of cross compiling is assumed. I&#039;m thinking to write an introductory article about cross compilation to help people who are not experienced in this area, but it won&#039;t be anytime soon as I have other priorities at the moment.

Notice that this is a plain toolchain and NOT a cross-compilation environment. You are required to setup the rootfs, environment, libraries, dependencies and the emulator yourself, or please consider to install the toolchain within scratchbox2 (or other cross-compilation environment of your choice) to make things easier for you.</description>
		<content:encoded><![CDATA[<p>It can be used exactly like any other cross toolchain, there is nothing special in it except that it uses Ubuntu&#8217;s libraries and compiler versions. And yes, a certain knowledge of cross compiling is assumed. I&#8217;m thinking to write an introductory article about cross compilation to help people who are not experienced in this area, but it won&#8217;t be anytime soon as I have other priorities at the moment.</p>
<p>Notice that this is a plain toolchain and NOT a cross-compilation environment. You are required to setup the rootfs, environment, libraries, dependencies and the emulator yourself, or please consider to install the toolchain within scratchbox2 (or other cross-compilation environment of your choice) to make things easier for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Who</title>
		<link>http://alone-in-the-light.zenvoid.org/2009/11/cross-toolchain-for-arm-ubuntu-9-10-karmic-koala.html/comment-page-1#comment-26</link>
		<dc:creator>Who</dc:creator>
		<pubDate>Mon, 15 Feb 2010 17:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://zenvoid.org/rgs/wordpress/2009/11/cross-toolchain-for-arm-ubuntu-9-10-karmic-koala.html#comment-26</guid>
		<description>Hi,&lt;br /&gt;&lt;br /&gt;I&#039;ve got the binary and unpacked it to /usr/local/ but I&#039;m not so sure what&#039;s the best way to *use* it&lt;br /&gt;&lt;br /&gt;Could you provide an example of how, for example, to compile an autotools package using the cross compiler - for example, something like ./configure --target=arm-none-linux-gnueabi --host=arm-none-linux-gnueabi&lt;br /&gt;&lt;br /&gt;Which is what I would do with the only cross compiler with which I am familiar!&lt;br /&gt;&lt;br /&gt;Any thanks would be really appreciated - I&#039;m sure it&#039;s just a little &#039;getting started&#039; thing that I&#039;m missing :(&lt;br /&gt;&lt;br /&gt;Who</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#39;ve got the binary and unpacked it to /usr/local/ but I&#39;m not so sure what&#39;s the best way to *use* it</p>
<p>Could you provide an example of how, for example, to compile an autotools package using the cross compiler &#8211; for example, something like ./configure &#8211;target=arm-none-linux-gnueabi &#8211;host=arm-none-linux-gnueabi</p>
<p>Which is what I would do with the only cross compiler with which I am familiar!</p>
<p>Any thanks would be really appreciated &#8211; I&#39;m sure it&#39;s just a little &#39;getting started&#39; thing that I&#39;m missing :(</p>
<p>Who</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vegalou.tw</title>
		<link>http://alone-in-the-light.zenvoid.org/2009/11/cross-toolchain-for-arm-ubuntu-9-10-karmic-koala.html/comment-page-1#comment-27</link>
		<dc:creator>vegalou.tw</dc:creator>
		<pubDate>Thu, 11 Feb 2010 03:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://zenvoid.org/rgs/wordpress/2009/11/cross-toolchain-for-arm-ubuntu-9-10-karmic-koala.html#comment-27</guid>
		<description>great job!! You make it one script to bring toolchain into ubuntu 9.10.&lt;br /&gt;&lt;br /&gt;Thanks a lots!! sincerely.</description>
		<content:encoded><![CDATA[<p>great job!! You make it one script to bring toolchain into ubuntu 9.10.</p>
<p>Thanks a lots!! sincerely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xonox_h4x0r</title>
		<link>http://alone-in-the-light.zenvoid.org/2009/11/cross-toolchain-for-arm-ubuntu-9-10-karmic-koala.html/comment-page-1#comment-28</link>
		<dc:creator>xonox_h4x0r</dc:creator>
		<pubDate>Thu, 21 Jan 2010 18:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://zenvoid.org/rgs/wordpress/2009/11/cross-toolchain-for-arm-ubuntu-9-10-karmic-koala.html#comment-28</guid>
		<description>Roberto! please, tell me how i can perform an Ubuntu 9.10&#039;s installation on my SmartQ 5. i&#039;m not a linux power user and programmer, but i have a little bit expirience with linux, if you&#039;ll clear in u&#039;re explanation I&#039;d be a great help! :) &lt;br /&gt;thnx! :)</description>
		<content:encoded><![CDATA[<p>Roberto! please, tell me how i can perform an Ubuntu 9.10&#39;s installation on my SmartQ 5. i&#39;m not a linux power user and programmer, but i have a little bit expirience with linux, if you&#39;ll clear in u&#39;re explanation I&#39;d be a great help! :) <br />thnx! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaustin</title>
		<link>http://alone-in-the-light.zenvoid.org/2009/11/cross-toolchain-for-arm-ubuntu-9-10-karmic-koala.html/comment-page-1#comment-29</link>
		<dc:creator>jaustin</dc:creator>
		<pubDate>Wed, 06 Jan 2010 15:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://zenvoid.org/rgs/wordpress/2009/11/cross-toolchain-for-arm-ubuntu-9-10-karmic-koala.html#comment-29</guid>
		<description>Bear with me here. I have a few more questions :)&lt;br /&gt;&lt;br /&gt;Does the cross compiler assume that the machine used for compilation is setup in the same way as the target - for example with respect to shared libraries?&lt;br /&gt;&lt;br /&gt;I have a 9.10 rootfs that I&#039;m running on a Beagle-alike board (IGEPv2) - I&#039;d like to be able to cross compile apps for it (I need to develop some CORBA apps) but I&#039;d rather not do all the compilation on the board itself. &lt;br /&gt;&lt;br /&gt;So far, it seems like your package will be a very good solution for this - but I am not sure of the caveats/pitfalls. Do I need to ensure the systems are set up identically? If not, are there specific details about how to set up the specifications of the target environment? In fact, is there a bunch of documentation somewhere I can churn through?&lt;br /&gt;&lt;br /&gt;Thanks :)</description>
		<content:encoded><![CDATA[<p>Bear with me here. I have a few more questions :)</p>
<p>Does the cross compiler assume that the machine used for compilation is setup in the same way as the target &#8211; for example with respect to shared libraries?</p>
<p>I have a 9.10 rootfs that I&#39;m running on a Beagle-alike board (IGEPv2) &#8211; I&#39;d like to be able to cross compile apps for it (I need to develop some CORBA apps) but I&#39;d rather not do all the compilation on the board itself. </p>
<p>So far, it seems like your package will be a very good solution for this &#8211; but I am not sure of the caveats/pitfalls. Do I need to ensure the systems are set up identically? If not, are there specific details about how to set up the specifications of the target environment? In fact, is there a bunch of documentation somewhere I can churn through?</p>
<p>Thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaustin</title>
		<link>http://alone-in-the-light.zenvoid.org/2009/11/cross-toolchain-for-arm-ubuntu-9-10-karmic-koala.html/comment-page-1#comment-31</link>
		<dc:creator>jaustin</dc:creator>
		<pubDate>Wed, 06 Jan 2010 12:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://zenvoid.org/rgs/wordpress/2009/11/cross-toolchain-for-arm-ubuntu-9-10-karmic-koala.html#comment-31</guid>
		<description>Can you explain a bit more about this toolchain: Does it build for ubuntu-arm targets, or just work on ubuntu-arm?</description>
		<content:encoded><![CDATA[<p>Can you explain a bit more about this toolchain: Does it build for ubuntu-arm targets, or just work on ubuntu-arm?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto</title>
		<link>http://alone-in-the-light.zenvoid.org/2009/11/cross-toolchain-for-arm-ubuntu-9-10-karmic-koala.html/comment-page-1#comment-30</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Wed, 06 Jan 2010 12:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://zenvoid.org/rgs/wordpress/2009/11/cross-toolchain-for-arm-ubuntu-9-10-karmic-koala.html#comment-30</guid>
		<description>It is a cross-compilation toolchain: the compiler runs on a machine and creates executables for another one. In this case, it runs on Ubuntu x86 computers and builds software for Ubuntu ARM.

A native toolchain that runs and builds for Ubuntu ARM is easlily available by apt-get, but cross-compilation toolchains are a bit harder to obtain, hence this package.</description>
		<content:encoded><![CDATA[<p>It is a cross-compilation toolchain: the compiler runs on a machine and creates executables for another one. In this case, it runs on Ubuntu x86 computers and builds software for Ubuntu ARM.</p>
<p>A native toolchain that runs and builds for Ubuntu ARM is easlily available by apt-get, but cross-compilation toolchains are a bit harder to obtain, hence this package.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

