2018-05-25 17:13:54 +01:00
2018-05-23 09:47:28 +01:00
2018-05-25 17:13:40 +01:00
2018-05-25 13:58:21 +01:00
2018-05-25 14:48:13 +01:00
2016-01-08 17:04:40 +00:00
2018-05-25 13:57:47 +01:00
2018-05-23 12:35:24 +01:00
2018-05-25 14:26:49 +01:00
2018-05-25 13:58:21 +01:00
2015-12-27 02:16:34 +00:00
2018-05-25 11:31:44 +01:00

Build status Build Status

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+).

Rewrite

This branch is an WIP experimental rewrite to simplify how elf2rpl works and hopefully make it more correct for more advanced C++ programs.

TODO:

  • Maybe add fopen for sdcard ?

Linux

Requires CMake + Make + devkitPPC + libzdev

export DEVKITPPC=<Path to devkitPPC>
git clone --recursive https://github.com/decaf-emu/wut.git
cd wut
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/install ../
make
make install
export WUT_ROOT=/path/to/install

Then for any wut project you want to build you must use the wut.toolchain.cmake script:

cd ../samples/helloworld
mkdir build && cd build
cmake -DCMAKE_TOOLCHAIN_FILE=$WUT_ROOT/share/wut.toolchain.cmake ../
make
Description
Let's try make a Wii U Toolchain / SDK for creating rpx/rpl.
Readme 5.9 MiB
Languages
C 88.5%
C++ 9.7%
CMake 1%
Makefile 0.7%
Assembly 0.1%