<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Help With Programmers Notepad (solved)</title>
<description> Whenever I try to compile Wii64 I get this at the end.
Quotepowerpc-gekko-objcopy -O binary wii64-GX.elf wii64-GX.dol
&quot;make&quot;: powerpc-gekko-objcopy: Command not found
&quot;make&quot;: *** [wii64-GX.elf] Error 127
The makefile says this:
Quotewii64-GX.elf: $(OBJ) $(OBJ_INPUT) $(OBJ_GX_GFX) $(OBJ_AUDIO) $(OBJ_RSPHLE) main/main_gc-menu.o #$(OBJ_PPC)
$(LD) $^ $(LDFLAGS) $(LIBPATHS) $(LIB) -Wl -o $@
powerpc-gekko-objcopy -O binary $@ wii64-GX.dol
dollz3 wii64-GX.dol wii64z.dol
I can do it manually, but I was wondering if I could get it done in the program.
[I really don&amp;#039;t know much about coding/programming]</description><link>http://forum.wiibrew.org/read.php?14,6632,6632#msg-6632</link><lastBuildDate>Sun, 14 Jun 2026 05:27:05 +0200</lastBuildDate>
<generator>Phorum 5.2.23</generator>
<item>
<guid>http://forum.wiibrew.org/read.php?14,6632,6639#msg-6639</guid>
<title>Re: Help With Programmers Notepad</title><link>http://forum.wiibrew.org/read.php?14,6632,6639#msg-6639</link><description><![CDATA[ ah, thanks whodares.]]></description>
<dc:creator>bg4545</dc:creator>
<category>Offtopic</category><pubDate>Fri, 02 Jan 2009 09:38:27 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,6632,6638#msg-6638</guid>
<title>Re: Help With Programmers Notepad</title><link>http://forum.wiibrew.org/read.php?14,6632,6638#msg-6638</link><description><![CDATA[ If you go to the command line and type "PATH" and press enter, you should get something that looks a bit like this:<br /><pre class="bbcode">
PATH=C:\WINDOWS\system32;C:\WINDOWS;....</pre><br />Check that C:\devkitPro\devkitPPC\bin exists in the list. If it doesn&#039;t, you can add it by-<br />1. Right click on My Computer<br />2. Click Properties<br />3. Click Advance Tabs<br />4. Click Environment Variables<br />5. In either User variables, or System variables, if a PATH variable exists, edit it, otherwise click New, and add it.]]></description>
<dc:creator>whodares</dc:creator>
<category>Offtopic</category><pubDate>Fri, 02 Jan 2009 09:36:15 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,6632,6635#msg-6635</guid>
<title>Re: Help With Programmers Notepad</title><link>http://forum.wiibrew.org/read.php?14,6632,6635#msg-6635</link><description><![CDATA[ 1. yup [C:\devkitPro\devkitPPC\bin\powerpc-gekko-objcopy.exe]<br />2. what do you mean by "path" [sorry i&#039;m a noob at this]]]></description>
<dc:creator>bg4545</dc:creator>
<category>Offtopic</category><pubDate>Fri, 02 Jan 2009 09:29:55 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,6632,6633#msg-6633</guid>
<title>Re: Help With Programmers Notepad</title><link>http://forum.wiibrew.org/read.php?14,6632,6633#msg-6633</link><description><![CDATA[ Couple of things to check.<br /><br />1. In the PowerPC Bin folder in your DevKitPro install, check that powerpc-gekko-objcopy exists<br />2. Check the PowerPC Bin folder is in your "path"]]></description>
<dc:creator>whodares</dc:creator>
<category>Offtopic</category><pubDate>Fri, 02 Jan 2009 09:16:36 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,6632,6632#msg-6632</guid>
<title>Help With Programmers Notepad (solved)</title><link>http://forum.wiibrew.org/read.php?14,6632,6632#msg-6632</link><description><![CDATA[ Whenever I try to compile Wii64 I get this at the end.<br /><blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />powerpc-gekko-objcopy -O binary wii64-GX.elf wii64-GX.dol<br />"make": powerpc-gekko-objcopy: Command not found<br />"make": *** [wii64-GX.elf] Error 127</div></blockquote>
The makefile says this:<br /><blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br /><span style="color:#AA0000">wii64-GX.elf</span>:<span style="color:#0000AA"> $(OBJ) $(OBJ_INPUT) $(OBJ_GX_GFX) $(OBJ_AUDIO) $(OBJ_RSPHLE)</span> main/main_gc-menu.o #<span style="color:#0000AA">$(OBJ_PPC)<br />$(LD)</span> $^ <span style="color:#0000AA">$(LDFLAGS) $(LIBPATHS) $(LIB)</span> -Wl -o $@<br />powerpc-gekko-objcopy -O binary $@ wii64-GX.dol<br />dollz3 wii64-GX.dol wii64z.dol</div></blockquote>
I can do it manually, but I was wondering if I could get it done in the program.<br />[I really don&#039;t know much about coding/programming]]]></description>
<dc:creator>bg4545</dc:creator>
<category>Offtopic</category><pubDate>Fri, 02 Jan 2009 08:58:32 +0100</pubDate></item>
</channel>
</rss>