mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-10 19:46:18 -05:00
aeaf01451bb8baf47e962f827c24a6445d815389
Move rodata into text so that jump tables work properly without -fno-jump-tables
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
- Tested on Linux, OS X and cygwin on Windows
Usage
- git clone --recursive https://github.com/decaf-emu/wut.git
- cd wut
- export devkitPRO=...
- export devkitPPC=...
- export WUT_ROOT=$PWD
- make install
- cd samples/helloworld
- make
Description
Languages
C
69.8%
C++
29.6%
Makefile
0.4%
CMake
0.1%
Assembly
0.1%