Let's try make a Wii U Toolchain / SDK for creating rpx/rpl.
Go to file
2016-01-05 15:25:22 -08:00
crt Basic start of a Wii U Toolchain. 2015-12-26 18:10:38 -08:00
include Fix LIBRARY_NAME 2016-01-04 05:20:36 -08:00
rpl Fix LIBRARY_NAME 2016-01-04 05:20:36 -08:00
rules Add -lcoreinit to rpl.mk as it is required by crt0.S 2016-01-05 15:25:22 -08:00
samples/helloworld Add -lcoreinit to rpl.mk as it is required by crt0.S 2016-01-05 15:25:22 -08:00
tools Fix relocations into data section. 2016-01-05 15:22:39 -08:00
.gitignore Add .gitignore 2015-12-26 18:24:51 -08:00
.gitmodules Add readrpl tool. 2016-01-04 17:10:32 +00:00
LICENSE.md Create LICENSE.md 2015-12-27 02:16:34 +00:00
make-tools.bat Add elf2rpl src. 2016-01-04 13:17:43 +00:00
Makefile Update makefile for elf2rpl 2016-01-04 05:46:52 -08:00
README.md Update README.md 2016-01-05 14:11:08 +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

Try typing make and see if it works.