Tuesday 1 December 2015

Tutorial: Compiling Loadiine for WiiU on Windows

Loadiine is a Backup loader for the Wii U. It loads backups from your SD-card. Loadiine was initially released in October by developer Golden45.
In this little Tutorial I will explain how easy it is to compile his own Loadiine for the WiiU on a Windows PC, alright so let us begin but before we do this we have to get a few things.
Requirements to compile Loadiine:
Loadiine
WiiU Lib
Python27
Cygwin (you will need python & devel packages)
devkitPro
First download the latest Loadiine and WiiU Lib Source from Github and put it into the same folder see the Picture below. Alright, now we got the sources which we still want compile, next step is to make the PC ready, download and install Cygwin (python & devel packages),Python27 and of course devkitPro in the default directories. Now check the Environment Variables on your Windows PC and enter the needed Paths. (change the Directories if you use any other Locations)
loadiine source code
c:\python27;c:\cygwin\bin;c:\devkitPro\devkitPPC\bin;c:\devkitPro\msys\bin
CYGWIN_PATH=c:\cygwin
DEVKITARM=/C/devkitPro/devkitARM
DEVKITPPC=/C/devkitPro/devkitPPC
DEVKITPSP=/C/devkitPro/devkitPSP
DEVKITPRO=/C/devkitPro
Environment Variables Windows

Ok, now we are nearly done. All what we need to do is to open the command prompt and enter the Location where the Source Code is and just typing “make” to build Loadiine.
loadiine compile command
You get these two Files “loadiine.elf” and “loadiine_dbg.elf”, place them beside the html payloads in the www/loadiine folder (where actually a already compiled build is) and your are finally done!

No comments :

Post a Comment