Let's try make a Wii U Toolchain / SDK for creating rpx/rpl.
Go to file
2016-08-14 13:40:30 +02:00
crt Improve overall handling of realloc 2016-08-05 14:44:11 -07:00
docs Cheeky lil tool to track unimplemented functions. 2016-01-11 01:42:25 +00:00
include coreinit: Add block heap definitions. 2016-08-10 18:27:20 +01:00
rpl Fix Makefiles on OS X. 2016-08-14 13:39:58 +02:00
rules Fix Makefiles on OS X. 2016-08-14 13:39:58 +02:00
samples Fix helloworld example by including necessary libs. 2016-08-14 13:40:30 +02:00
tools Have elf2rpl write in same allignments as reflected in rpl.ld, fix issue with .tbss where GCC is dumb and doesn't increment the address 2016-07-30 16:56:25 -07:00
.gitignore Update .gitignore 2016-01-08 17:04:40 +00:00
.gitmodules Add command line options to readrpl. 2016-07-24 11:45:30 +01: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 Fix Makefiles on OS X. 2016-08-14 13:39:58 +02:00
README.md Add --recursive flag to usage instructions 2016-08-07 03:52:56 -04: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+).

Doxygen output can be found at https://decaf-emu.github.io/wut

Requirements

  • devkitPRO + devkitPPC
  • Only tested on Linux so far

Usage