mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-27 12:27:31 -05:00
07fafab7b409cf428c718f8556038003e8a305ae
Will verify that you do not have any extra exports which should not exist. Can optionally print unimplemented / implemented function & data exports.
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.9%
C++
29.5%
Makefile
0.4%
CMake
0.1%
Assembly
0.1%