<?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: Platinum 0.3.1 released</title>
	<atom:link href="http://www.plutinosoft.com/platinum-031-released/feed" rel="self" type="application/rss+xml" />
	<link>http://www.plutinosoft.com/platinum-031-released</link>
	<description></description>
	<lastBuildDate>Fri, 26 Aug 2011 07:02:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Sylvain</title>
		<link>http://www.plutinosoft.com/platinum-031-released/comment-page-1#comment-405</link>
		<dc:creator>Sylvain</dc:creator>
		<pubDate>Thu, 30 Nov 2006 07:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.plutinosoft.com/blog/category/platinum/161#comment-405</guid>
		<description>Cool, what are you working on?
You can email me directly at sylvain at plutinosoft dot com ...</description>
		<content:encoded><![CDATA[<p>Cool, what are you working on?<br />
You can email me directly at sylvain at plutinosoft dot com &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dirk</title>
		<link>http://www.plutinosoft.com/platinum-031-released/comment-page-1#comment-394</link>
		<dc:creator>Dirk</dc:creator>
		<pubDate>Thu, 23 Nov 2006 08:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.plutinosoft.com/blog/category/platinum/161#comment-394</guid>
		<description>Thx, this works</description>
		<content:encoded><![CDATA[<p>Thx, this works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sylvain</title>
		<link>http://www.plutinosoft.com/platinum-031-released/comment-page-1#comment-393</link>
		<dc:creator>Sylvain</dc:creator>
		<pubDate>Wed, 22 Nov 2006 20:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.plutinosoft.com/blog/category/platinum/161#comment-393</guid>
		<description>What you need to do is pass gcc_cross_prefix and gcc_extra_options to LoadTool like this:

LoadTool(&#039;gcc-generic&#039;, env, gcc_cross_prefix=&#039;mipsel-linux-uclibc&#039;, gcc_extra_options=&#039;-static&#039;)</description>
		<content:encoded><![CDATA[<p>What you need to do is pass gcc_cross_prefix and gcc_extra_options to LoadTool like this:</p>
<p>LoadTool(&#8216;gcc-generic&#8217;, env, gcc_cross_prefix=&#8217;mipsel-linux-uclibc&#8217;, gcc_extra_options=&#8217;-static&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dirk</title>
		<link>http://www.plutinosoft.com/platinum-031-released/comment-page-1#comment-392</link>
		<dc:creator>Dirk</dc:creator>
		<pubDate>Wed, 22 Nov 2006 09:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.plutinosoft.com/blog/category/platinum/161#comment-392</guid>
		<description>I&#039;m tried to setup a new cross target called mips-linux-uclibc. I made a Config.scons in
Build/SCons/Targets/mips-linux-uclibc

Config.scons looks as follows:
LoadTool(&#039;gcc-generic&#039;, env)

env[&#039;gcc_cross_prefix&#039;] = &#039;mips-linux-uclibc&#039;
env[&#039;gcc_extra_options&#039;] = &#039; -static&#039;
 
### Neptune System Files
env[&#039;NPT_SYSTEM_SOURCES&#039;]={&#039;System/StdC&#039;:&#039;*.cpp&#039;, &#039;System/Bsd&#039;:&#039;*.cpp&#039;, &#039;System/Posix&#039;:&#039;*.cpp&#039;}
env[&#039;NPT_EXTRA_LIBS&#039;]=&#039;pthread&#039;

But this does not work, &#039;gcc_cross_prefix&#039; is not used. The only way I found to crosscompile is to modify gcc-generic.py:
def generate(env, gcc_cross_prefix=&#039;mips-linux-uclibc&#039;, gcc_extra_options=&#039;&#039;, gcc_relaxed_warnings=False):

But this is not the right way, I think. 
What is wrong?</description>
		<content:encoded><![CDATA[<p>I&#8217;m tried to setup a new cross target called mips-linux-uclibc. I made a Config.scons in<br />
Build/SCons/Targets/mips-linux-uclibc</p>
<p>Config.scons looks as follows:<br />
LoadTool(&#8216;gcc-generic&#8217;, env)</p>
<p>env['gcc_cross_prefix'] = &#8216;mips-linux-uclibc&#8217;<br />
env['gcc_extra_options'] = &#8216; -static&#8217;</p>
<p>### Neptune System Files<br />
env['NPT_SYSTEM_SOURCES']={&#8216;System/StdC&#8217;:'*.cpp&#8217;, &#8216;System/Bsd&#8217;:'*.cpp&#8217;, &#8216;System/Posix&#8217;:'*.cpp&#8217;}<br />
env['NPT_EXTRA_LIBS']=&#8217;pthread&#8217;</p>
<p>But this does not work, &#8216;gcc_cross_prefix&#8217; is not used. The only way I found to crosscompile is to modify gcc-generic.py:<br />
def generate(env, gcc_cross_prefix=&#8217;mips-linux-uclibc&#8217;, gcc_extra_options=&#8221;, gcc_relaxed_warnings=False):</p>
<p>But this is not the right way, I think.<br />
What is wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

