<?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: Android C native development &#8211; take full control!</title>
	<atom:link href="http://www.pocketmagic.net/?feed=rss2&#038;p=682" rel="self" type="application/rss+xml" />
	<link>http://www.pocketmagic.net/?p=682</link>
	<description>Where Technology meets magic</description>
	<lastBuildDate>Thu, 09 Sep 2010 09:47:26 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Radu Motisan</title>
		<link>http://www.pocketmagic.net/?p=682&#038;cpage=1#comment-1370</link>
		<dc:creator>Radu Motisan</dc:creator>
		<pubDate>Sun, 29 Aug 2010 19:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.pocketmagic.net/?p=682#comment-1370</guid>
		<description>See this NDK/JNI tutorial as well:

http://www.pocketmagic.net/?p=1332</description>
		<content:encoded><![CDATA[<p>See this NDK/JNI tutorial as well:</p>
<p><a href="http://www.pocketmagic.net/?p=1332" rel="nofollow">http://www.pocketmagic.net/?p=1332</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: android trickery exploit for root</title>
		<link>http://www.pocketmagic.net/?p=682&#038;cpage=1#comment-1288</link>
		<dc:creator>android trickery exploit for root</dc:creator>
		<pubDate>Wed, 28 Jul 2010 20:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.pocketmagic.net/?p=682#comment-1288</guid>
		<description>[...] Android C native development - take full control! [...]</description>
		<content:encoded><![CDATA[<p>[...] Android C native development &#8211; take full control! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: android Phone</title>
		<link>http://www.pocketmagic.net/?p=682&#038;cpage=1#comment-1273</link>
		<dc:creator>android Phone</dc:creator>
		<pubDate>Wed, 07 Jul 2010 19:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.pocketmagic.net/?p=682#comment-1273</guid>
		<description>I am not at all a technical person, so when it comes to understanding code, this feels foreign to me. However, from what I&#039;ve read, you&#039;ve found a way to include blue tooth functionality with C++? That&#039;s actually kind of cool in my opinion. If you don&#039;t have bluetooth, you make it yourself.</description>
		<content:encoded><![CDATA[<p>I am not at all a technical person, so when it comes to understanding code, this feels foreign to me. However, from what I&#8217;ve read, you&#8217;ve found a way to include blue tooth functionality with C++? That&#8217;s actually kind of cool in my opinion. If you don&#8217;t have bluetooth, you make it yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radu Motisan</title>
		<link>http://www.pocketmagic.net/?p=682&#038;cpage=1#comment-1266</link>
		<dc:creator>Radu Motisan</dc:creator>
		<pubDate>Fri, 02 Jul 2010 08:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.pocketmagic.net/?p=682#comment-1266</guid>
		<description>Hello Anup, Thanks for your contribution!</description>
		<content:encoded><![CDATA[<p>Hello Anup, Thanks for your contribution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anup</title>
		<link>http://www.pocketmagic.net/?p=682&#038;cpage=1#comment-1265</link>
		<dc:creator>Anup</dc:creator>
		<pubDate>Thu, 01 Jul 2010 21:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.pocketmagic.net/?p=682#comment-1265</guid>
		<description>Gcc 4.3 is required for building android. 4.4 has strict has more strict rules so it will through fprintf declaraion errors..

To fix, 

$ sudo apt-get install gcc-4.3 g++-4.3
$ sudo rm /usr/bin gcc
$ sudo rm /usr/bin g++
$ sudo ln -s gcc-4.3 gcc
$ sudo ln -s g++-4.3 g++</description>
		<content:encoded><![CDATA[<p>Gcc 4.3 is required for building android. 4.4 has strict has more strict rules so it will through fprintf declaraion errors..</p>
<p>To fix, </p>
<p>$ sudo apt-get install gcc-4.3 g++-4.3<br />
$ sudo rm /usr/bin gcc<br />
$ sudo rm /usr/bin g++<br />
$ sudo ln -s gcc-4.3 gcc<br />
$ sudo ln -s g++-4.3 g++</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qds</title>
		<link>http://www.pocketmagic.net/?p=682&#038;cpage=1#comment-1249</link>
		<dc:creator>qds</dc:creator>
		<pubDate>Tue, 15 Jun 2010 12:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.pocketmagic.net/?p=682#comment-1249</guid>
		<description>This tutorial is cool, but I have problems when I try to compile static

when I add -static directive I get error:  &quot;cannot find -lc&quot; &quot;collect2: ld returned 1 exit status&quot;

do you know how to solve this problem? Thanks

regards</description>
		<content:encoded><![CDATA[<p>This tutorial is cool, but I have problems when I try to compile static</p>
<p>when I add -static directive I get error:  &#8220;cannot find -lc&#8221; &#8220;collect2: ld returned 1 exit status&#8221;</p>
<p>do you know how to solve this problem? Thanks</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.pocketmagic.net/?p=682&#038;cpage=1#comment-1243</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 08 Jun 2010 20:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.pocketmagic.net/?p=682#comment-1243</guid>
		<description>Can&#039;t seem to get the gpg --import section to work.  How exactly do you paste the key in?</description>
		<content:encoded><![CDATA[<p>Can&#8217;t seem to get the gpg &#8211;import section to work.  How exactly do you paste the key in?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radu Motisan</title>
		<link>http://www.pocketmagic.net/?p=682&#038;cpage=1#comment-1226</link>
		<dc:creator>Radu Motisan</dc:creator>
		<pubDate>Fri, 28 May 2010 06:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.pocketmagic.net/?p=682#comment-1226</guid>
		<description>glad you like it, Quincy .</description>
		<content:encoded><![CDATA[<p>glad you like it, Quincy .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: quincy</title>
		<link>http://www.pocketmagic.net/?p=682&#038;cpage=1#comment-1224</link>
		<dc:creator>quincy</dc:creator>
		<pubDate>Wed, 26 May 2010 21:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.pocketmagic.net/?p=682#comment-1224</guid>
		<description>@Tanis: you mixed-up your EABI versions in your PATH; there are references to 4.2.1 and 4.3.1</description>
		<content:encoded><![CDATA[<p>@Tanis: you mixed-up your EABI versions in your PATH; there are references to 4.2.1 and 4.3.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: quincy</title>
		<link>http://www.pocketmagic.net/?p=682&#038;cpage=1#comment-1223</link>
		<dc:creator>quincy</dc:creator>
		<pubDate>Wed, 26 May 2010 21:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.pocketmagic.net/?p=682#comment-1223</guid>
		<description>this is so dope.  I can compile all kinds of console programs now!

Dude, you rock!</description>
		<content:encoded><![CDATA[<p>this is so dope.  I can compile all kinds of console programs now!</p>
<p>Dude, you rock!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
