Let's try make a Wii U Toolchain / SDK for creating rpx/rpl.
Go to file
James Benton e46445c3ec Set linker page size to reduce padding.
Previously every PHDR had align(0x1000) creating huge amounts of padding.
Changing page size to 64 changes PHDR align to 0x40, reducing elf size.
2015-12-27 20:02:20 -08:00
crt Basic start of a Wii U Toolchain. 2015-12-26 18:10:38 -08:00
include Basic start of a Wii U Toolchain. 2015-12-26 18:10:38 -08:00
rpl Proper PIE for RPL. 2015-12-27 05:45:32 -08:00
rules Set linker page size to reduce padding. 2015-12-27 20:02:20 -08:00
samples/helloworld Add helloworld sample. 2015-12-26 18:22:53 -08:00
.gitignore Add .gitignore 2015-12-26 18:24:51 -08:00
LICENSE.md Create LICENSE.md 2015-12-27 02:16:34 +00:00
Makefile Basic start of a Wii U Toolchain. 2015-12-26 18:10:38 -08:00
README.md Update README.md 2015-12-27 02:18:13 +00:00

wut

Let's try make a Wii U Toolchain / SDK for creating rpx/rpl.

Licensed under the terms of the GNU General Public License, version 2 or later (GPLv2+).

Requirements

devkitPPC

Usage

Not very useful until I finish the elf2rpl tool. But these current scripts output an elf nice and ready for conversion!