<?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: So I Made My iPhone Say Hello, World&#8230;</title>
	<atom:link href="http://soi.kd6.us/2008/09/27/so-i-made-my-iphone-say-hello-world/feed/" rel="self" type="application/rss+xml" />
	<link>http://soi.kd6.us/2008/09/27/so-i-made-my-iphone-say-hello-world/</link>
	<description>...thought I should blog</description>
	<lastBuildDate>Mon, 10 Oct 2011 00:14:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Loui</title>
		<link>http://soi.kd6.us/2008/09/27/so-i-made-my-iphone-say-hello-world/comment-page-1/#comment-304</link>
		<dc:creator>Loui</dc:creator>
		<pubDate>Mon, 10 Oct 2011 00:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://soi.kd6.us/?p=23#comment-304</guid>
		<description>I did it. Thanks for the information. I have a question. I ran c codes compiled with gcc on my iOS Device and always I have to sign all the programs. How can you turn automatic this, I mean, how to say to the terminal that all the programs are dignity to sign ? . Do I say it correctly, the question ?

Anyway, recieve a big greeting</description>
		<content:encoded><![CDATA[<p>I did it. Thanks for the information. I have a question. I ran c codes compiled with gcc on my iOS Device and always I have to sign all the programs. How can you turn automatic this, I mean, how to say to the terminal that all the programs are dignity to sign ? . Do I say it correctly, the question ?</p>
<p>Anyway, recieve a big greeting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Is iPhone Open Application Development Any Good &#171; Campbells Blog</title>
		<link>http://soi.kd6.us/2008/09/27/so-i-made-my-iphone-say-hello-world/comment-page-1/#comment-303</link>
		<dc:creator>Is iPhone Open Application Development Any Good &#171; Campbells Blog</dc:creator>
		<pubDate>Mon, 13 Dec 2010 15:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://soi.kd6.us/?p=23#comment-303</guid>
		<description>[...] jailbreaking, getting the compiler set up either on the Mac (hard) or the iPhone itself (trivial: http://soi.kd6.us/2008/09/27/so-i-made-my-iphone-say-hello-world/) and an introduction to [...]</description>
		<content:encoded><![CDATA[<p>[...] jailbreaking, getting the compiler set up either on the Mac (hard) or the iPhone itself (trivial: <a href="http://soi.kd6.us/2008/09/27/so-i-made-my-iphone-say-hello-world/" rel="nofollow">http://soi.kd6.us/2008/09/27/so-i-made-my-iphone-say-hello-world/</a>) and an introduction to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://soi.kd6.us/2008/09/27/so-i-made-my-iphone-say-hello-world/comment-page-1/#comment-275</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 22 Nov 2009 17:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://soi.kd6.us/?p=23#comment-275</guid>
		<description>Thanks! I first tried another tutorial (it wasn&#039;t very helpful). It never told me to sign the output with ldid. Thanks very much!!!!</description>
		<content:encoded><![CDATA[<p>Thanks! I first tried another tutorial (it wasn&#8217;t very helpful). It never told me to sign the output with ldid. Thanks very much!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ikea_repairman</title>
		<link>http://soi.kd6.us/2008/09/27/so-i-made-my-iphone-say-hello-world/comment-page-1/#comment-272</link>
		<dc:creator>ikea_repairman</dc:creator>
		<pubDate>Sun, 25 Oct 2009 03:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://soi.kd6.us/?p=23#comment-272</guid>
		<description>Any ideas?

$ gcc hello.c -o hello 
hello.c: In function &#039;main&#039;:
hello.c:2: warning: incompatible implicit declaration of built-in function &#039;printf&#039;
ld: library not found for -lgcc_s.10.5
collect2: ld returned 1 exit status

$ ls -al /usr/lib/libgcc_s.10.*
lrwxr-xr-x 1 root admin 16 Oct 24 22:30 /usr/lib/libgcc_s.10.4.dylib -&gt; libgcc_s.1.dylib
lrwxr-xr-x 1 root admin 16 Oct 24 22:30 /usr/lib/libgcc_s.10.5.dylib -&gt; libgcc_s.1.dylib

$ ls -al /usr/lib/libgcc_s.1.dylib
ls: cannot access /usr/lib/libgcc_s.1.dylib: No such file or directory</description>
		<content:encoded><![CDATA[<p>Any ideas?</p>
<p>$ gcc hello.c -o hello<br />
hello.c: In function &#8216;main&#8217;:<br />
hello.c:2: warning: incompatible implicit declaration of built-in function &#8216;printf&#8217;<br />
ld: library not found for -lgcc_s.10.5<br />
collect2: ld returned 1 exit status</p>
<p>$ ls -al /usr/lib/libgcc_s.10.*<br />
lrwxr-xr-x 1 root admin 16 Oct 24 22:30 /usr/lib/libgcc_s.10.4.dylib -&gt; libgcc_s.1.dylib<br />
lrwxr-xr-x 1 root admin 16 Oct 24 22:30 /usr/lib/libgcc_s.10.5.dylib -&gt; libgcc_s.1.dylib</p>
<p>$ ls -al /usr/lib/libgcc_s.1.dylib<br />
ls: cannot access /usr/lib/libgcc_s.1.dylib: No such file or directory</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adamoerikom</title>
		<link>http://soi.kd6.us/2008/09/27/so-i-made-my-iphone-say-hello-world/comment-page-1/#comment-270</link>
		<dc:creator>adamoerikom</dc:creator>
		<pubDate>Sat, 19 Sep 2009 21:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://soi.kd6.us/?p=23#comment-270</guid>
		<description>Stunning blog and good article. High 5 for u man !</description>
		<content:encoded><![CDATA[<p>Stunning blog and good article. High 5 for u man !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AG</title>
		<link>http://soi.kd6.us/2008/09/27/so-i-made-my-iphone-say-hello-world/comment-page-1/#comment-268</link>
		<dc:creator>AG</dc:creator>
		<pubDate>Tue, 18 Aug 2009 18:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://soi.kd6.us/?p=23#comment-268</guid>
		<description>my bad, hit the submit button before completing it

though i signed the executable, its not getting executed...

any reasons???


am using jailbroken Ipod touch on FW:3.0</description>
		<content:encoded><![CDATA[<p>my bad, hit the submit button before completing it</p>
<p>though i signed the executable, its not getting executed&#8230;</p>
<p>any reasons???</p>
<p>am using jailbroken Ipod touch on FW:3.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AG</title>
		<link>http://soi.kd6.us/2008/09/27/so-i-made-my-iphone-say-hello-world/comment-page-1/#comment-267</link>
		<dc:creator>AG</dc:creator>
		<pubDate>Tue, 18 Aug 2009 18:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://soi.kd6.us/?p=23#comment-267</guid>
		<description>AGs-Touch:/tmp root# cat temp.c
#include
main()
{
printf(&quot;hello, Ipod touch&quot;);
return 0;
}
AGs-Touch:/tmp root# chmod 777 temp.c
AGs-Touch:/tmp root# gcc temp.c -o temp
AGs-Touch:/tmp root# chmod 777 temp
AGs-Touch:/tmp root# ldid -S temp
AGs-Touch:/tmp root# ./temp
Killed
AGs-Touch:/tmp root#</description>
		<content:encoded><![CDATA[<p>AGs-Touch:/tmp root# cat temp.c<br />
#include<br />
main()<br />
{<br />
printf(&#8220;hello, Ipod touch&#8221;);<br />
return 0;<br />
}<br />
AGs-Touch:/tmp root# chmod 777 temp.c<br />
AGs-Touch:/tmp root# gcc temp.c -o temp<br />
AGs-Touch:/tmp root# chmod 777 temp<br />
AGs-Touch:/tmp root# ldid -S temp<br />
AGs-Touch:/tmp root# ./temp<br />
Killed<br />
AGs-Touch:/tmp root#</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: romonoeroetoko</title>
		<link>http://soi.kd6.us/2008/09/27/so-i-made-my-iphone-say-hello-world/comment-page-1/#comment-260</link>
		<dc:creator>romonoeroetoko</dc:creator>
		<pubDate>Wed, 15 Jul 2009 17:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://soi.kd6.us/?p=23#comment-260</guid>
		<description>Your news is a cool stuff man, keep it going.</description>
		<content:encoded><![CDATA[<p>Your news is a cool stuff man, keep it going.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: romonoeroetoko</title>
		<link>http://soi.kd6.us/2008/09/27/so-i-made-my-iphone-say-hello-world/comment-page-1/#comment-259</link>
		<dc:creator>romonoeroetoko</dc:creator>
		<pubDate>Wed, 08 Jul 2009 16:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://soi.kd6.us/?p=23#comment-259</guid>
		<description>Hm that sounds good but I would like to know more details.</description>
		<content:encoded><![CDATA[<p>Hm that sounds good but I would like to know more details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teabaggs</title>
		<link>http://soi.kd6.us/2008/09/27/so-i-made-my-iphone-say-hello-world/comment-page-1/#comment-256</link>
		<dc:creator>teabaggs</dc:creator>
		<pubDate>Tue, 09 Jun 2009 05:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://soi.kd6.us/?p=23#comment-256</guid>
		<description>when i installed the headers they went to /var/include but...
&gt;gcc -v hello.c
#include &quot;...&quot; search starts here:
#include  search starts here:
 /usr/lib/gcc/arm-apple-darwin8/4.2.1/include
 /usr/include
 /System/Library/Frameworks (framework directory)
 /Library/Frameworks (framework directory)
End of search list.
GNU C version 4.2.1 (Based on Apple Inc. build 5555) (arm-apple-darwin8)
        compiled by GNU C version 4.2.1 (Based on Apple Inc. build 5555).
GGC heuristics: --param ggc-min-expand=37 --param ggc-min-heapsize=14848
Compiler executable checksum: e0ef93d2f2f57f4a826ac880faa82584
test.c:1:19: error: stdio.h: No such file or directory
test.c: In function &#039;main&#039;:
test.c:8: warning: incompatible implicit declaration of built-in function &#039;printf&#039;


its not in the default Include paths so try 

gcc hello.c -I/var/include

worked for me</description>
		<content:encoded><![CDATA[<p>when i installed the headers they went to /var/include but&#8230;<br />
&gt;gcc -v hello.c<br />
#include &#8220;&#8230;&#8221; search starts here:<br />
#include  search starts here:<br />
 /usr/lib/gcc/arm-apple-darwin8/4.2.1/include<br />
 /usr/include<br />
 /System/Library/Frameworks (framework directory)<br />
 /Library/Frameworks (framework directory)<br />
End of search list.<br />
GNU C version 4.2.1 (Based on Apple Inc. build 5555) (arm-apple-darwin8)<br />
        compiled by GNU C version 4.2.1 (Based on Apple Inc. build 5555).<br />
GGC heuristics: &#8211;param ggc-min-expand=37 &#8211;param ggc-min-heapsize=14848<br />
Compiler executable checksum: e0ef93d2f2f57f4a826ac880faa82584<br />
test.c:1:19: error: stdio.h: No such file or directory<br />
test.c: In function &#8216;main&#8217;:<br />
test.c:8: warning: incompatible implicit declaration of built-in function &#8216;printf&#8217;</p>
<p>its not in the default Include paths so try </p>
<p>gcc hello.c -I/var/include</p>
<p>worked for me</p>
]]></content:encoded>
	</item>
</channel>
</rss>

