Help With Programmers Notepad (solved) January 02, 2009 08:58AM | Admin Registered: 16 years ago Posts: 3,247 |
The makefile says this: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
I can do it manually, but I was wondering if I could get it done in the program.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
Re: Help With Programmers Notepad January 02, 2009 09:16AM | Registered: 16 years ago Posts: 443 |
Re: Help With Programmers Notepad January 02, 2009 09:29AM | Admin Registered: 16 years ago Posts: 3,247 |
Re: Help With Programmers Notepad January 02, 2009 09:36AM | Registered: 16 years ago Posts: 443 |
PATH=C:\WINDOWS\system32;C:\WINDOWS;....
Re: Help With Programmers Notepad January 02, 2009 09:38AM | Admin Registered: 16 years ago Posts: 3,247 |