Let's try make a Wii U Toolchain / SDK for creating rpx/rpl.
Go to file
2016-01-07 04:46:10 -08:00
crt Change crt0.S to call exit(int) instead of _Exit(void) 2016-01-05 15:25:22 -08:00
include Add missing OSInitAlarmQueueEx function 2016-01-07 04:46:02 -08:00
rpl Add missing core.h exports 2016-01-07 04:46:10 -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 Update include layout. 2016-01-05 15:25:22 -08:00
tools Calculate crc of sections. 2016-01-05 15:45:05 -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 23:39:24 +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

  • devkitPRO + devkitPPC
  • Only tested on Linux so far

Usage