<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Need Help W/ PPC Asm</title>
<description> Okay, this is driving me crazy.

I&amp;#039;m trying to compile a project for bootmii, ppc side of course. but I keep getting the following error:

warning: cannot find entry symbol _start; not setting start address

All I&amp;#039;m trying to do is get my main() function to launch. I need to define the start address and make it load my main function in ppc asm. The Only problem is I don&amp;#039;t know ASM at all!

So can someone help me out by writing(or helping me write) some simple asm code that defines _start and launches my external main function</description><link>http://forum.wiibrew.org/read.php?11,17779,17779#msg-17779</link><lastBuildDate>Sat, 11 Jul 2026 11:06:25 +0200</lastBuildDate>
<generator>Phorum 5.2.23</generator>
<item>
<guid>http://forum.wiibrew.org/read.php?11,17779,18277#msg-18277</guid>
<title>Re: Need Help W/ PPC Asm</title><link>http://forum.wiibrew.org/read.php?11,17779,18277#msg-18277</link><description><![CDATA[ Isn&#039;t the crt1.S used?<br /><br /><blockquote class="bbcode"><div><small>Quote<br /></small><strong>Matando</strong><br />no they are not using libogc. I&#039;ll look at crt0.S but I don&#039;t know</div></blockquote>]]></description>
<dc:creator>kwirky</dc:creator>
<category>Coding</category><pubDate>Thu, 28 May 2009 22:42:55 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,17779,18087#msg-18087</guid>
<title>Re: Need Help W/ PPC Asm</title><link>http://forum.wiibrew.org/read.php?11,17779,18087#msg-18087</link><description><![CDATA[ Umm, I don&#039;t know much about PPC ASM specifically or what you&#039;re trying to accomplish, but with MIPS ASM you define a label by simply following a symbol with a semicolon, eg. _start:. I think although MIPS and PPC differ, at least some parts are similar since they are both RISC architectures. If you&#039;re writing assembly, then you would stick that in some place in your assembly file where you want your main() to start. If not I have no idea what you&#039;re doing.]]></description>
<dc:creator>iofthestorm</dc:creator>
<category>Coding</category><pubDate>Wed, 27 May 2009 10:10:16 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,17779,17782#msg-17782</guid>
<title>Re: Need Help W/ PPC Asm</title><link>http://forum.wiibrew.org/read.php?11,17779,17782#msg-17782</link><description><![CDATA[ no they are not using libogc. I&#039;ll look at crt0.S but I don&#039;t know]]></description>
<dc:creator>Matando</dc:creator>
<category>Coding</category><pubDate>Sun, 24 May 2009 16:07:52 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,17779,17781#msg-17781</guid>
<title>Re: Need Help W/ PPC Asm</title><link>http://forum.wiibrew.org/read.php?11,17779,17781#msg-17781</link><description><![CDATA[ I don&#039;t know much about bootmii, but aren&#039;t the applications still using libogc???<br /><br />In that case, crt0.S is included, and it should work]]></description>
<dc:creator>MrPeanut</dc:creator>
<category>Coding</category><pubDate>Sun, 24 May 2009 16:04:47 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,17779,17779#msg-17779</guid>
<title>Need Help W/ PPC Asm</title><link>http://forum.wiibrew.org/read.php?11,17779,17779#msg-17779</link><description><![CDATA[ Okay, this is driving me crazy.<br /><br />I&#039;m trying to compile a project for bootmii, ppc side of course. but I keep getting the following error:<br /><pre class="bbcode">
warning: cannot find entry symbol _start; not setting start address</pre><br />All I&#039;m trying to do is get my main() function to launch. I need to define the start address and make it load my main function in ppc asm. The Only problem is I don&#039;t know ASM at all!<br /><br />So can someone help me out by writing(or helping me write) some simple asm code that defines _start and launches my external main function]]></description>
<dc:creator>Matando</dc:creator>
<category>Coding</category><pubDate>Sun, 24 May 2009 15:46:32 +0200</pubDate></item>
</channel>
</rss>