<?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: Native GCC on the N810</title>
	<atom:link href="http://www.thisismobility.com/blog/2008/02/08/native-gcc-on-the-n810/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thisismobility.com/blog/2008/02/08/native-gcc-on-the-n810/</link>
	<description>Ripping mobility from the clutches of telecom</description>
	<lastBuildDate>Thu, 29 Dec 2011 20:46:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: geijer</title>
		<link>http://www.thisismobility.com/blog/2008/02/08/native-gcc-on-the-n810/comment-page-1/#comment-314586</link>
		<dc:creator>geijer</dc:creator>
		<pubDate>Tue, 12 Aug 2008 21:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2008/02/08/native-gcc-on-the-n810/#comment-314586</guid>
		<description>you need to install some development packages in order to compile;
in particular libc6-dev and the kernel headers.

to port SDL stuff you will also need the sdl development packages,
try : apt-get install libsdl1.2-dev

once you have all the proper headers installed under /usr/include
it is quite straighforward to port any SDL piece of code,</description>
		<content:encoded><![CDATA[<p>you need to install some development packages in order to compile;<br />
in particular libc6-dev and the kernel headers.</p>
<p>to port SDL stuff you will also need the sdl development packages,<br />
try : apt-get install libsdl1.2-dev</p>
<p>once you have all the proper headers installed under /usr/include<br />
it is quite straighforward to port any SDL piece of code,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlexM</title>
		<link>http://www.thisismobility.com/blog/2008/02/08/native-gcc-on-the-n810/comment-page-1/#comment-287385</link>
		<dc:creator>AlexM</dc:creator>
		<pubDate>Sat, 21 Jun 2008 16:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2008/02/08/native-gcc-on-the-n810/#comment-287385</guid>
		<description>I&#039;m intrigued, but very confused...

Somehow I&#039;ve managed to get GCC on there, but in attempting to compile a helloworld.cpp, I find I&#039;m missing cc1plus.

If I try hello.c instead, it skips looking for cc1plus, but then it turns out I&#039;m missing things like sdtio.h and iostream. Is there anything else I can install, must configure, or should sprinkle with the ashes of burnt offerings?

My goal is to port lightweight SDL stuff to N810, but as you can see, I&#039;m pretty lost, and running out of things to sacrifice. Any tips would be much appreciated.</description>
		<content:encoded><![CDATA[<p>I&#8217;m intrigued, but very confused&#8230;</p>
<p>Somehow I&#8217;ve managed to get GCC on there, but in attempting to compile a helloworld.cpp, I find I&#8217;m missing cc1plus.</p>
<p>If I try hello.c instead, it skips looking for cc1plus, but then it turns out I&#8217;m missing things like sdtio.h and iostream. Is there anything else I can install, must configure, or should sprinkle with the ashes of burnt offerings?</p>
<p>My goal is to port lightweight SDL stuff to N810, but as you can see, I&#8217;m pretty lost, and running out of things to sacrifice. Any tips would be much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.thisismobility.com/blog/2008/02/08/native-gcc-on-the-n810/comment-page-1/#comment-254742</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 21 Mar 2008 12:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2008/02/08/native-gcc-on-the-n810/#comment-254742</guid>
		<description>This worked. Just ssh to root@localhost.

Then apt-get install gcc

No problems.</description>
		<content:encoded><![CDATA[<p>This worked. Just ssh to root@localhost.</p>
<p>Then apt-get install gcc</p>
<p>No problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miker</title>
		<link>http://www.thisismobility.com/blog/2008/02/08/native-gcc-on-the-n810/comment-page-1/#comment-242189</link>
		<dc:creator>miker</dc:creator>
		<pubDate>Thu, 21 Feb 2008 18:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2008/02/08/native-gcc-on-the-n810/#comment-242189</guid>
		<description>Hey Denis,

Heres my repos, no idea which one provides, make me proud and do at least a little something yourself and figure it out.

deb http://catalogue.tableteer.nokia.com/certified/ chinook user
deb http://catalogue.tableteer.nokia.com/non-certified/ chinook user
deb http://catalogue.tableteer.nokia.com/updates/chinook/ ./
deb http://repository.maemo.org/extras/ chinook free non-free
deb http://repository.maemo.org chinook free non-free
deb http://repository.maemo.org/extras chinook free non-free
deb http://www.cobb.uk.net/apt/ chinook user
deb http://maemo-hackers.org/apt/ chinook main
deb http://mg.pov.lt/770 chinook user other
deb http://www.fbreader.org/maemo chinook user
deb http://www.claws-mail.org/maemo chinook user
deb http://repository.maemo.org/extras-devel/ chinook free non-free
deb http://browser-extras.garage.maemo.org/browser-extras/ chinook browser-extras</description>
		<content:encoded><![CDATA[<p>Hey Denis,</p>
<p>Heres my repos, no idea which one provides, make me proud and do at least a little something yourself and figure it out.</p>
<p>deb <a href="http://catalogue.tableteer.nokia.com/certified/" rel="nofollow">http://catalogue.tableteer.nokia.com/certified/</a> chinook user<br />
deb <a href="http://catalogue.tableteer.nokia.com/non-certified/" rel="nofollow">http://catalogue.tableteer.nokia.com/non-certified/</a> chinook user<br />
deb <a href="http://catalogue.tableteer.nokia.com/updates/chinook/" rel="nofollow">http://catalogue.tableteer.nokia.com/updates/chinook/</a> ./<br />
deb <a href="http://repository.maemo.org/extras/" rel="nofollow">http://repository.maemo.org/extras/</a> chinook free non-free<br />
deb <a href="http://repository.maemo.org" rel="nofollow">http://repository.maemo.org</a> chinook free non-free<br />
deb <a href="http://repository.maemo.org/extras" rel="nofollow">http://repository.maemo.org/extras</a> chinook free non-free<br />
deb <a href="http://www.cobb.uk.net/apt/" rel="nofollow">http://www.cobb.uk.net/apt/</a> chinook user<br />
deb <a href="http://maemo-hackers.org/apt/" rel="nofollow">http://maemo-hackers.org/apt/</a> chinook main<br />
deb <a href="http://mg.pov.lt/770" rel="nofollow">http://mg.pov.lt/770</a> chinook user other<br />
deb <a href="http://www.fbreader.org/maemo" rel="nofollow">http://www.fbreader.org/maemo</a> chinook user<br />
deb <a href="http://www.claws-mail.org/maemo" rel="nofollow">http://www.claws-mail.org/maemo</a> chinook user<br />
deb <a href="http://repository.maemo.org/extras-devel/" rel="nofollow">http://repository.maemo.org/extras-devel/</a> chinook free non-free<br />
deb <a href="http://browser-extras.garage.maemo.org/browser-extras/" rel="nofollow">http://browser-extras.garage.maemo.org/browser-extras/</a> chinook browser-extras</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://www.thisismobility.com/blog/2008/02/08/native-gcc-on-the-n810/comment-page-1/#comment-242020</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Thu, 21 Feb 2008 08:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2008/02/08/native-gcc-on-the-n810/#comment-242020</guid>
		<description>It looks like a joke :( Nobody replied anything about repository.</description>
		<content:encoded><![CDATA[<p>It looks like a joke :( Nobody replied anything about repository.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.thisismobility.com/blog/2008/02/08/native-gcc-on-the-n810/comment-page-1/#comment-240602</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sun, 17 Feb 2008 18:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2008/02/08/native-gcc-on-the-n810/#comment-240602</guid>
		<description>Very interested in gcc on the N810 as I have used it for years on Solaris. Could you let me know in in which repository you found it.</description>
		<content:encoded><![CDATA[<p>Very interested in gcc on the N810 as I have used it for years on Solaris. Could you let me know in in which repository you found it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris (gleemy)</title>
		<link>http://www.thisismobility.com/blog/2008/02/08/native-gcc-on-the-n810/comment-page-1/#comment-238727</link>
		<dc:creator>Chris (gleemy)</dc:creator>
		<pubDate>Wed, 13 Feb 2008 07:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2008/02/08/native-gcc-on-the-n810/#comment-238727</guid>
		<description>Thanks for the heads up. I didn&#039;t know the toolchain was available - it&#039;s great not having to use scratchbox.

First thing I did was install gcc and the SDL-dev. Then wrote a simple SDL app that rendered to every pixel on the screen. Super easy.

Must resist spending too much time porting old code to the N800 </description>
		<content:encoded><![CDATA[<p>Thanks for the heads up. I didn&#8217;t know the toolchain was available &#8211; it&#8217;s great not having to use scratchbox.</p>
<p>First thing I did was install gcc and the SDL-dev. Then wrote a simple SDL app that rendered to every pixel on the screen. Super easy.</p>
<p>Must resist spending too much time porting old code to the N800</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://www.thisismobility.com/blog/2008/02/08/native-gcc-on-the-n810/comment-page-1/#comment-238410</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Tue, 12 Feb 2008 08:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2008/02/08/native-gcc-on-the-n810/#comment-238410</guid>
		<description>I also can not find gcc :( I see only gcc-3.4-base from apt-cache search but this is other package).
Can you say what repository list do you have?</description>
		<content:encoded><![CDATA[<p>I also can not find gcc :( I see only gcc-3.4-base from apt-cache search but this is other package).<br />
Can you say what repository list do you have?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antony Dovgal</title>
		<link>http://www.thisismobility.com/blog/2008/02/08/native-gcc-on-the-n810/comment-page-1/#comment-238189</link>
		<dc:creator>Antony Dovgal</dc:creator>
		<pubDate>Mon, 11 Feb 2008 15:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2008/02/08/native-gcc-on-the-n810/#comment-238189</guid>
		<description>gcc (GCC) 3.4.4 (release) (CodeSourcery ARM 2005q3-2)</description>
		<content:encoded><![CDATA[<p>gcc (GCC) 3.4.4 (release) (CodeSourcery ARM 2005q3-2)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.thisismobility.com/blog/2008/02/08/native-gcc-on-the-n810/comment-page-1/#comment-237844</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 10 Feb 2008 13:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.thisismobility.com/blog/2008/02/08/native-gcc-on-the-n810/#comment-237844</guid>
		<description>Which version of the gcc is it?</description>
		<content:encoded><![CDATA[<p>Which version of the gcc is it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

