<?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: Python on a WRT54GS ?</title>
	<atom:link href="http://www.larsen-b.com/Article/183.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com/Article/183.html</link>
	<description>Titanium Exposé</description>
	<lastBuildDate>Mon, 02 Jul 2018 13:54:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>By: Brad Clements</title>
		<link>http://www.larsen-b.com/Article/183.html/comment-page-1#comment-509</link>
		<dc:creator>Brad Clements</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-509</guid>
		<description><![CDATA[&lt;p&gt;I ported Python 2.3 to a 4 meg (ram) 68K Arcturus board using uClibc. I also included libxml2 and libxslt statically linked.&lt;/p&gt;
&lt;p&gt;It worked ok, but there were issues with posix threads.&lt;/p&gt;
&lt;p&gt;I did this over a year ago. It&#039;s probably easier now and perhaps threads really work instead of deadlock.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I ported Python 2.3 to a 4 meg (ram) 68K Arcturus board using uClibc. I also included libxml2 and libxslt statically linked.</p>
<p>It worked ok, but there were issues with posix threads.</p>
<p>I did this over a year ago. It&#8217;s probably easier now and perhaps threads really work instead of deadlock.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.larsen-b.com/Article/183.html/comment-page-1#comment-510</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-510</guid>
		<description><![CDATA[This is excellent. I think python could do a lot for embedded control where interpreted basic is the most common HLL.&lt;br /&gt;
&lt;br /&gt;
Does anyone have luck doing a conditional compile of the different builtin modules? What is the smallest size that the python vm could get down to?&lt;br /&gt;
&lt;br /&gt;
It would be interesting to remove the compiler and only provide the ability to run .pyc files.]]></description>
		<content:encoded><![CDATA[<p>This is excellent. I think python could do a lot for embedded control where interpreted basic is the most common HLL.</p>
<p>Does anyone have luck doing a conditional compile of the different builtin modules? What is the smallest size that the python vm could get down to?</p>
<p>It would be interesting to remove the compiler and only provide the ability to run .pyc files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jkx</title>
		<link>http://www.larsen-b.com/Article/183.html/comment-page-1#comment-511</link>
		<dc:creator>Jkx</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-511</guid>
		<description><![CDATA[&lt;p&gt;Brad how do you manage to use gcc instead of g++ ?&lt;/p&gt;
&lt;p&gt;Is there a embeded python SIG somewhere ?&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Brad how do you manage to use gcc instead of g++ ?</p>
<p>Is there a embeded python SIG somewhere ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Knirch</title>
		<link>http://www.larsen-b.com/Article/183.html/comment-page-1#comment-512</link>
		<dc:creator>Knirch</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-512</guid>
		<description><![CDATA[&lt;p&gt;This is so out of date, but for reference, ./configure --without-cxx&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>This is so out of date, but for reference, ./configure &#8211;without-cxx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.larsen-b.com/Article/183.html/comment-page-1#comment-513</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-513</guid>
		<description><![CDATA[Yes, this thread is out-of-date.&lt;br /&gt;
&lt;br /&gt;
I got python working on an ARM9 linux system;&#160; The latest (2.4.4) version of python compiled fine using scratchbox.&#160; The stripped executable is 1.0MB, but I needed to include a couple libraries.&#160; I&lt;br /&gt;
 also took a bunch of the .pyc files from /usr/local/lib/python2.4, and they seem to work well.&lt;br /&gt;
(lib-dynload seems quite important)&lt;br /&gt;
&lt;br /&gt;
Mike&lt;br /&gt;
&lt;br /&gt;
]]></description>
		<content:encoded><![CDATA[<p>Yes, this thread is out-of-date.</p>
<p>I got python working on an ARM9 linux system;&nbsp; The latest (2.4.4) version of python compiled fine using scratchbox.&nbsp; The stripped executable is 1.0MB, but I needed to include a couple libraries.&nbsp; I<br />
<br />
 also took a bunch of the .pyc files from /usr/local/lib/python2.4, and they seem to work well.<br />
<br />
(lib-dynload seems quite important)</p>
<p>Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>
