<?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: Building brickOS tools on Mac OS X</title>
	<atom:link href="http://marc-abramowitz.com/archives/2006/01/07/building-brickos-tools-on-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://marc-abramowitz.com/archives/2006/01/07/building-brickos-tools-on-mac-os-x/</link>
	<description></description>
	<lastBuildDate>Thu, 15 Jul 2010 07:55:28 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Suraine</title>
		<link>http://marc-abramowitz.com/archives/2006/01/07/building-brickos-tools-on-mac-os-x/comment-page-1/#comment-287049</link>
		<dc:creator>Suraine</dc:creator>
		<pubDate>Sun, 23 Dec 2007 15:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://marc.abramowitz.info/?p=762#comment-287049</guid>
		<description>Hihi, im new in RCX stuff especially brickOS.
Im not a computer science student, that&#039;s why im not really familliar with stuffs related to system.
Regarding to the discussion above, it seems that u guys face some problem in brickOS installation.

My installation of brickOS with cygwin in my window xp regarding to the website below:
http://tarpit.rmc.ca/lesauvage/eee243/labs/resources/install.html
ran smoothly with the instruction.

It provides two basic exe files, and there are enough.
however, their version is 5.0.3.32.
Im not sure whether it is the newest version.

hey, i need some help on brickOS, so if i have some question, can i ask u a favour?

thanks.</description>
		<content:encoded><![CDATA[<p>Hihi, im new in RCX stuff especially brickOS.<br />
Im not a computer science student, that&#8217;s why im not really familliar with stuffs related to system.<br />
Regarding to the discussion above, it seems that u guys face some problem in brickOS installation.</p>
<p>My installation of brickOS with cygwin in my window xp regarding to the website below:<br />
<a href="http://tarpit.rmc.ca/lesauvage/eee243/labs/resources/install.html" rel="nofollow">http://tarpit.rmc.ca/lesauvage/eee243/labs/resources/install.html</a><br />
ran smoothly with the instruction.</p>
<p>It provides two basic exe files, and there are enough.<br />
however, their version is 5.0.3.32.<br />
Im not sure whether it is the newest version.</p>
<p>hey, i need some help on brickOS, so if i have some question, can i ask u a favour?</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Ruland</title>
		<link>http://marc-abramowitz.com/archives/2006/01/07/building-brickos-tools-on-mac-os-x/comment-page-1/#comment-75800</link>
		<dc:creator>Kevin Ruland</dc:creator>
		<pubDate>Thu, 26 Apr 2007 19:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://marc.abramowitz.info/?p=762#comment-75800</guid>
		<description>&lt;p&gt;Marc,&lt;/p&gt;

&lt;p&gt;I recently went through the brickos-0.9 cross-compiler build thing under cygwin.  I&#039;ll send you my notes later tonight.  I suspect they are very similar.&lt;/p&gt;

&lt;p&gt;I also wanted to do the rom dump so I could try the RCX emulator and had to hack the dump program some.  I&#039;ll send that on too.&lt;/p&gt;

&lt;p&gt;Kevin&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Marc,</p>
<p>I recently went through the brickos-0.9 cross-compiler build thing under cygwin.  I&#8217;ll send you my notes later tonight.  I suspect they are very similar.</p>
<p>I also wanted to do the rom dump so I could try the RCX emulator and had to hack the dump program some.  I&#8217;ll send that on too.</p>
<p>Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dominic</title>
		<link>http://marc-abramowitz.com/archives/2006/01/07/building-brickos-tools-on-mac-os-x/comment-page-1/#comment-70727</link>
		<dc:creator>dominic</dc:creator>
		<pubDate>Tue, 17 Apr 2007 18:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://marc.abramowitz.info/?p=762#comment-70727</guid>
		<description>&lt;p&gt;ok, here we go:&lt;/p&gt;

&lt;p&gt;If you go here&lt;/p&gt;

&lt;p&gt;https://launchpad.net/ubuntu/+source/brickos/0.9.0.dfsg-4&lt;/p&gt;

&lt;p&gt;and download &lt;/p&gt;

&lt;p&gt;http://librarian.launchpad.net/7243563/brickos_0.9.0.dfsg-4.diff.gz&lt;/p&gt;

&lt;p&gt;to your brickos-0.9.0.  then in the same folder do this&lt;/p&gt;

&lt;p&gt;gunzip brickos_0.9.0.dfsg-4.diff.gz&lt;/p&gt;

&lt;p&gt;then&lt;/p&gt;

&lt;p&gt;patch &lt; brickos_0.9.0.dfsg-4.diff&lt;/p&gt;

&lt;p&gt;then you&#039;ll have some new debian files that the debian installer automatically uses, one of them is a patch file that fixes the problem, it&#039;s in the file 001_gcc3.3 so we just apply it.&lt;/p&gt;

&lt;p&gt;patch -p 1 &lt; 001_gcc3.3&lt;/p&gt;

&lt;p&gt;then you can build brickos with gcc &gt; 3.2 and binutils 2.16&lt;/p&gt;

&lt;p&gt;I had to do this on windows xp + cygwin, using gcc-3.3.3, newlib-1.15, binutils-2.16 and brickos-0.9.0 and everything &#039;appears&#039; to have build ok, but i&#039;ve yet to test it.  still, no errors so far and that&#039;s got to be a good thing :D&lt;/p&gt;

&lt;p&gt;I&#039;d also take a look at the other debian-supplied patches, there&#039;s probably some other good stuff in there too.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>ok, here we go:</p>
<p>If you go here</p>
<p><a href="https://launchpad.net/ubuntu/+source/brickos/0.9.0.dfsg-4" rel="nofollow">https://launchpad.net/ubuntu/+source/brickos/0.9.0.dfsg-4</a></p>
<p>and download </p>
<p><a href="http://librarian.launchpad.net/7243563/brickos_0.9.0.dfsg-4.diff.gz" rel="nofollow">http://librarian.launchpad.net/7243563/brickos_0.9.0.dfsg-4.diff.gz</a></p>
<p>to your brickos-0.9.0.  then in the same folder do this</p>
<p>gunzip brickos_0.9.0.dfsg-4.diff.gz</p>
<p>then</p>
<p>patch &lt; brickos_0.9.0.dfsg-4.diff</p>
<p>then you&#8217;ll have some new debian files that the debian installer automatically uses, one of them is a patch file that fixes the problem, it&#8217;s in the file 001_gcc3.3 so we just apply it.</p>
<p>patch -p 1 &lt; 001_gcc3.3</p>
<p>then you can build brickos with gcc &gt; 3.2 and binutils 2.16</p>
<p>I had to do this on windows xp + cygwin, using gcc-3.3.3, newlib-1.15, binutils-2.16 and brickos-0.9.0 and everything &#8216;appears&#8217; to have build ok, but i&#8217;ve yet to test it.  still, no errors so far and that&#8217;s got to be a good thing <img src='http://marc-abramowitz.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>I&#8217;d also take a look at the other debian-supplied patches, there&#8217;s probably some other good stuff in there too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dominic</title>
		<link>http://marc-abramowitz.com/archives/2006/01/07/building-brickos-tools-on-mac-os-x/comment-page-1/#comment-70716</link>
		<dc:creator>dominic</dc:creator>
		<pubDate>Tue, 17 Apr 2007 17:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://marc.abramowitz.info/?p=762#comment-70716</guid>
		<description>&lt;p&gt;I found this:&lt;/p&gt;

&lt;p&gt;http://lists.debian.org/debian-qa-packages/2006/11/msg00232.html&lt;/p&gt;

&lt;p&gt;seems to mention that the bug with the invalid operands is fixed.  I&#039;m going to try and find out more so that i can use the latest binutils.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I found this:</p>
<p><a href="http://lists.debian.org/debian-qa-packages/2006/11/msg00232.html" rel="nofollow">http://lists.debian.org/debian-qa-packages/2006/11/msg00232.html</a></p>
<p>seems to mention that the bug with the invalid operands is fixed.  I&#8217;m going to try and find out more so that i can use the latest binutils.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://marc-abramowitz.com/archives/2006/01/07/building-brickos-tools-on-mac-os-x/comment-page-1/#comment-35244</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 18 Feb 2007 18:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://marc.abramowitz.info/?p=762#comment-35244</guid>
		<description>&lt;p&gt;YEAH!!! Got the same error...please give us (2) ideas ... I can&#039;t believe there&#039;s other folks trying to do this right now ;-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>YEAH!!! Got the same error&#8230;please give us (2) ideas &#8230; I can&#8217;t believe there&#8217;s other folks trying to do this right now <img src='http://marc-abramowitz.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars-erik</title>
		<link>http://marc-abramowitz.com/archives/2006/01/07/building-brickos-tools-on-mac-os-x/comment-page-1/#comment-34566</link>
		<dc:creator>Lars-erik</dc:creator>
		<pubDate>Sat, 17 Feb 2007 17:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://marc.abramowitz.info/?p=762#comment-34566</guid>
		<description>&lt;p&gt;I failed to install binutils, see below. Any ideas?&lt;/p&gt;

&lt;p&gt;running a Mac Pro &lt;/p&gt;

&lt;p&gt;Kind regards Lars-Erik&lt;/p&gt;

&lt;p&gt;../configure --prefix=/usr/local --target=h8300-hms
Config.guess failed to determine the host type.  You need to specify one.
Usage: configure [OPTIONS] [HOST]&lt;/p&gt;

&lt;p&gt;Current default compiler:
gcc version 4.0.1 (Apple Computer, Inc. build 5367)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I failed to install binutils, see below. Any ideas?</p>
<p>running a Mac Pro </p>
<p>Kind regards Lars-Erik</p>
<p>../configure &#8211;prefix=/usr/local &#8211;target=h8300-hms<br />
Config.guess failed to determine the host type.  You need to specify one.<br />
Usage: configure [OPTIONS] [HOST]</p>
<p>Current default compiler:<br />
gcc version 4.0.1 (Apple Computer, Inc. build 5367)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
