[ scummvm-Patches-3109551 ] Update wii/gamecube configure

SourceForge.net noreply at sourceforge.net
Mon Nov 15 15:12:10 CET 2010


Patches item #3109551, was opened at 2010-11-15 14:12
Message generated for change (Tracker Item Submitted) made by wntrmute
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=3109551&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Dave Murphy (wntrmute)
Assigned to: Nobody/Anonymous (nobody)
Summary: Update wii/gamecube configure

Initial Comment:
This patch updates the configure process for wii/gamecube builds using latest devkitPPC/libogc/libfat

I replaced the old powerpc-gekko host alias with the new powerpc-eabi alias

Under windows devkitPPC uses the TMP environment variable to find the temporary directory used for temp files generated when compiling. The configure script sets this variable during several tests which causes the tests to fail. I've replaced this variable with RES.

strings may not be available on windows if there's no native gcc in the path. Cross gcc provides <prefix>-strings so I've added a check for that in the endianness test.

backends/platform/wii/main.cpp used fatUnmountDefault which doesn't exist in official libfat, I've commented this out for now. I'll need to track down dhewg to see if it should be added.

With latest libogc, KEYBOARD_Init takes a parameter. I've patched this in backends/platform/wii/osystem_events.cpp

backends/platform/wii/wii.mk also needed patched with the new host alias.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=3109551&group_id=37116




More information about the Scummvm-tracker mailing list