<?xml version="1.0" encoding="iso-8859-1"?><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: Building a Kernel Cross Compiler on MacosX</title>
	<atom:link href="http://esteve.tizos.net/archives/building-a-kernel-cross-compiler-on-macosx/feed/" rel="self" type="application/rss+xml" />
	<link>http://esteve.tizos.net/archives/building-a-kernel-cross-compiler-on-macosx/</link>
	<description>A personal blog with my own opinions, experiences and stuff I'm interested on.</description>
	<pubDate>Thu, 09 Sep 2010 03:32:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ariana Tarpy</title>
		<link>http://esteve.tizos.net/archives/building-a-kernel-cross-compiler-on-macosx/comment-page-1/#comment-33302</link>
		<dc:creator>Ariana Tarpy</dc:creator>
		<pubDate>Sun, 25 Jul 2010 10:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://esteve.tizos.net/archives/building-a-kernel-cross-compiler-on-macosx/#comment-33302</guid>
		<description>Is Blogengine acquiring an enormous improve shortly? I listen to that they had been doing so to fight off wordpress 3.0 – just curious if you happen had hearken to something at all?</description>
		<content:encoded><![CDATA[<p>Is Blogengine acquiring an enormous improve shortly? I listen to that they had been doing so to fight off wordpress 3.0 – just curious if you happen had hearken to something at all?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: esteve</title>
		<link>http://esteve.tizos.net/archives/building-a-kernel-cross-compiler-on-macosx/comment-page-1/#comment-58</link>
		<dc:creator>esteve</dc:creator>
		<pubDate>Sat, 29 Jan 2005 18:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://esteve.tizos.net/archives/building-a-kernel-cross-compiler-on-macosx/#comment-58</guid>
		<description>The comments are under moderation, I received quite a lot of Spam and I have not had time to install any protection. 
It would be cool to get in touch by E-mail, I'll just send you one now.</description>
		<content:encoded><![CDATA[<p>The comments are under moderation, I received quite a lot of Spam and I have not had time to install any protection.<br />
It would be cool to get in touch by E-mail, I&#8217;ll just send you one now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diman Todorov</title>
		<link>http://esteve.tizos.net/archives/building-a-kernel-cross-compiler-on-macosx/comment-page-1/#comment-57</link>
		<dc:creator>Diman Todorov</dc:creator>
		<pubDate>Sat, 29 Jan 2005 13:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://esteve.tizos.net/archives/building-a-kernel-cross-compiler-on-macosx/#comment-57</guid>
		<description>does this comment thing even work?</description>
		<content:encoded><![CDATA[<p>does this comment thing even work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diman Todorov</title>
		<link>http://esteve.tizos.net/archives/building-a-kernel-cross-compiler-on-macosx/comment-page-1/#comment-56</link>
		<dc:creator>Diman Todorov</dc:creator>
		<pubDate>Sat, 29 Jan 2005 13:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://esteve.tizos.net/archives/building-a-kernel-cross-compiler-on-macosx/#comment-56</guid>
		<description>i tried to reproduce your bash scripts but had several problems
first, copying and pasting into a text file didn't work because it seems like the website has a funny encoding
i had to type up the scripts to execute them
second, the gcc script complained about not finding headers
currently i am using the crosstool ( http://billgatliff.com/~bgat/twiki/bin/view/Crossgcc/WebHome )
after slight adjustments (A patch to the linux kernel makefile) it started working like a charm
i couldnt find your email on this blog
i would like to get in touch with you thoug in order to explore the subject of building an x86 os on an osx platform</description>
		<content:encoded><![CDATA[<p>i tried to reproduce your bash scripts but had several problems<br />
first, copying and pasting into a text file didn&#8217;t work because it seems like the website has a funny encoding<br />
i had to type up the scripts to execute them<br />
second, the gcc script complained about not finding headers<br />
currently i am using the crosstool ( <a href="http://billgatliff.com/~bgat/twiki/bin/view/Crossgcc/WebHome" rel="nofollow">http://billgatliff.com/~bgat/twiki/bin/view/Crossgcc/WebHome</a> )<br />
after slight adjustments (A patch to the linux kernel makefile) it started working like a charm<br />
i couldnt find your email on this blog<br />
i would like to get in touch with you thoug in order to explore the subject of building an x86 os on an osx platform</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diman Todorov</title>
		<link>http://esteve.tizos.net/archives/building-a-kernel-cross-compiler-on-macosx/comment-page-1/#comment-55</link>
		<dc:creator>Diman Todorov</dc:creator>
		<pubDate>Sat, 29 Jan 2005 11:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://esteve.tizos.net/archives/building-a-kernel-cross-compiler-on-macosx/#comment-55</guid>
		<description>you should try
http://billgatliff.com/~bgat/twiki/bin/view/Crossgcc/CrossTool
for building a toolchain
i tried your scripts but i had several problems with them
i cant copy and paste them because they're in a funny encoding so i had to type them up
i tried running your gcc.sh on my osx 10.3 but it fails to find include files
i am guessing something is fishy about copying includes/using --with-headers
i wasn't able to fix it</description>
		<content:encoded><![CDATA[<p>you should try<br />
<a href="http://billgatliff.com/~bgat/twiki/bin/view/Crossgcc/CrossTool" rel="nofollow">http://billgatliff.com/~bgat/twiki/bin/view/Crossgcc/CrossTool</a><br />
for building a toolchain<br />
i tried your scripts but i had several problems with them<br />
i cant copy and paste them because they&#8217;re in a funny encoding so i had to type them up<br />
i tried running your gcc.sh on my osx 10.3 but it fails to find include files<br />
i am guessing something is fishy about copying includes/using &#8211;with-headers<br />
i wasn&#8217;t able to fix it</p>
]]></content:encoded>
	</item>
</channel>
</rss>
