mirror of
https://github.com/devkitPro/wut.git
synced 2026-07-07 21:04:18 -05:00
Let's try to make a Wii U Toolchain / SDK for creating rpx/rpl.
Previously every PHDR had align(0x1000) creating huge amounts of padding. Changing page size to 64 changes PHDR align to 0x40, reducing elf size. |
||
|---|---|---|
| crt | ||
| include | ||
| rpl | ||
| rules | ||
| samples/helloworld | ||
| .gitignore | ||
| LICENSE.md | ||
| Makefile | ||
| README.md | ||
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!