Please see https://github.com/EstexNT/rhf-dtk for the new repo
It builds the following DOL:
main.dol: sha1: d96d2c7e50b0c713cb8fcb18835258351ada5576
- devkitPro
- gcc
- WINDOWS ONLY STEP:
- Launch msys2(Provided by devkitPro) and run the command
pacman -S gcc
.
- Launch msys2(Provided by devkitPro) and run the command
- Download GC_WII_COMPILERS.zip from (https://cdn.discordapp.com/attachments/727918646525165659/917185027656286218/GC_WII_COMPILERS.zip) and extract the mwcc_compilers folder to tools/.
- Run
make -j
in a command prompt or terminal.- -j Allows make to use multiple threads, speeding up the process.
- OPTIONAL:
- To generate a linker map (takes a considerable amount of time), run
make MAPGENFLAG=1 -j
- To generate a linker map (takes a considerable amount of time), run