<?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"
	>
<channel>
	<title>Comments on: Platinum 0.3.1 released</title>
	<atom:link href="http://www.plutinosoft.com/blog/category/platinum/161/feed" rel="self" type="application/rss+xml" />
	<link>http://www.plutinosoft.com/blog/category/platinum/161</link>
	<description></description>
	<pubDate>Mon, 01 Dec 2008 18:54:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Sylvain</title>
		<link>http://www.plutinosoft.com/blog/category/platinum/161#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/blog/category/platinum/161#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/blog/category/platinum/161#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('gcc-generic', env, gcc_cross_prefix='mipsel-linux-uclibc', gcc_extra_options='-static')</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(&#8217;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/blog/category/platinum/161#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'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('gcc-generic', env)

env['gcc_cross_prefix'] = 'mips-linux-uclibc'
env['gcc_extra_options'] = ' -static'
 
### Neptune System Files
env['NPT_SYSTEM_SOURCES']={'System/StdC':'*.cpp', 'System/Bsd':'*.cpp', 'System/Posix':'*.cpp'}
env['NPT_EXTRA_LIBS']='pthread'

But this does not work, 'gcc_cross_prefix' is not used. The only way I found to crosscompile is to modify gcc-generic.py:
def generate(env, gcc_cross_prefix='mips-linux-uclibc', gcc_extra_options='', 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(&#8217;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']={&#8217;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>

<!-- Dynamic Page Served (once) in 1.068 seconds -->
