devkitPPC
This is an old revision of this page, as edited by Crayon (talk | contribs) at 05:48, 10 June 2021. It may differ significantly from the current revision. |
devkitPPC is a port of the GNU Compiler Collection (GCC) and includes a C (gcc) and C++ compiler (g++), a debugger (gdb) and associated utilities, with the architecture "powerpc-eabi". It also includes standard C libraries based on newlib, which is specifically designed for embedded systems. Compilers and libraries are also included for the MN10200, the Matsushita (Panasonic) chip used in the Wii DVD controller. It is designed to be used in conjunction with libogc, a collection of Wii-specific low-level libraries.
devkitPPC | |
General | |
---|---|
Maintainer(s) | WinterMute |
Type | Library |
Version | r39 |
Licence | Various |
Links | |
Download | |
Website | |
Discussion | |
Source |
Instructions for setting up the system are available for Windows, macOS and Linux. Additional information and download links can be found at the devkitPro website.
Automated install scripts for Linux can be found at DevkitPPC.sh and DevkitProLinuxInstall. These are 3rd party installers and are not supported by the devkitPRO team. So don't complain to them if they break something.
devkitPPC also comes with example source code documents that can be used to base one's project off of. These include examples in audio, graphics, and adding a GUI to a homebrew app.
For Windows users it comes with the MSYS environment, which is a minimal set of GNU tools such as a shell.
Ported libraries
The following libraries are available for download from devkitPro SourceForge, precompiled for use with devkitPPC. Simply place them in the appropriate devkitPPC portlibs folder (on Windows this is c:\devkitPro\portlibs\ppc).
- Expat - XML parser library
- FreeType - TTF/Type1 font support
- libjpeg - JPEG support library
- libpng - PNG support library
- Mini-XML - XML library
- libtremor - An integer-only fully Vorbis compliant software decoder library
- zlib - ZIP compression/decompression library
Tools
The following tools are included as well: