MathewWi / mupen64gc

Automatically exported from code.google.com/p/mupen64gc
GNU General Public License v2.0
0 stars 0 forks source link

Won't create a valid dol #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Select "make" in Programmer's Notepad
2. Let it compile

What is the expected output? What do you see instead?
The wii64-GX.dol is supposed to be compressed by dollz3
I see:
powerpc-gekko-objcopy -O binary wii64-GX.elf wii64-GX.dol
dollz3 wii64-GX.dol wii64z.dol
***********************************************************
* d0lLZ 3.0 - Gamecube Executable Compressor.
* softdev 2005 - http://www.tehskeen.com
***********************************************************
* wii64-GX.dol - Invalid DOL header!

> Process Exit Code: 0
> Time Taken: 01:28

What version of the product are you using? On which system and loader?
r471, latest devkitPro and libogc using Makefile.GX_gfx_wii

Please provide any additional information below.
I used to be able to compile older revisions (466 and lower) but after I 
updated devkitPro and libogc it wouldn't compile. Maybe I don't have 
devkitPro set up right?

Original issue reported on code.google.com by bguerrer...@yahoo.com on 29 Jan 2009 at 7:18

GoogleCodeExporter commented 9 years ago
This certainly seems like a devkitPro or dollz3 issue.  Dollz3 isn't required 
so if
the executable which objcopy makes doesn't work without dollz3, you might 
consider
filing a bug report with devkitPro.

Original comment by tehp...@gmail.com on 29 Jan 2009 at 2:52

GoogleCodeExporter commented 9 years ago
doltool the ELF. nuff said.

Original comment by emuki...@gmail.com on 30 Jan 2009 at 2:23

GoogleCodeExporter commented 9 years ago
yeah, i just tried the ELF and it worked, so it must have been objcopy or dollz3

Original comment by bguerrer...@yahoo.com on 30 Jan 2009 at 5:00