Welcome! Log In Create A New Profile

Advanced

Help With Programmers Notepad (solved)

Posted by bg4545 
Help With Programmers Notepad (solved)
January 02, 2009 08:58AM
Whenever I try to compile Wii64 I get this at the end.
Quote

powerpc-gekko-objcopy -O binary wii64-GX.elf wii64-GX.dol
"make": powerpc-gekko-objcopy: Command not found
"make": *** [wii64-GX.elf] Error 127
The makefile says this:
Quote

wii64-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't know much about coding/programming]



Edited 1 time(s). Last edit at 01/06/2009 01:21AM by bg4545.
Re: Help With Programmers Notepad
January 02, 2009 09:16AM
Couple of things to check.

1. In the PowerPC Bin folder in your DevKitPro install, check that powerpc-gekko-objcopy exists
2. Check the PowerPC Bin folder is in your "path"
Re: Help With Programmers Notepad
January 02, 2009 09:29AM
1. yup [C:\devkitPro\devkitPPC\bin\powerpc-gekko-objcopy.exe]
2. what do you mean by "path" [sorry i'm a noob at this]



Edited 2 time(s). Last edit at 01/02/2009 09:38AM by bg4545.
Re: Help With Programmers Notepad
January 02, 2009 09:36AM
If you go to the command line and type "PATH" and press enter, you should get something that looks a bit like this:
PATH=C:\WINDOWS\system32;C:\WINDOWS;....

Check that C:\devkitPro\devkitPPC\bin exists in the list. If it doesn't, you can add it by-
1. Right click on My Computer
2. Click Properties
3. Click Advance Tabs
4. Click Environment Variables
5. In either User variables, or System variables, if a PATH variable exists, edit it, otherwise click New, and add it.
Re: Help With Programmers Notepad
January 02, 2009 09:38AM
ah, thanks whodares.
Sorry, only registered users may post in this forum.

Click here to login