Difference between revisions of "DevkitPPC"
Line 4: | Line 4: | ||
| image = [[File:Devkitlogo.png|128px|center]] | | image = [[File:Devkitlogo.png|128px|center]] | ||
| type = library | | type = library | ||
− | + | | maintainer = WinterMute | |
− | | maintainer = | + | | version = r18 |
− | |||
− | |||
− | | version = | ||
| licence = Various | | licence = Various | ||
| download = http://sourceforge.net/projects/devkitpro/ | | download = http://sourceforge.net/projects/devkitpro/ | ||
| website = http://www.devkitpro.org/ | | website = http://www.devkitpro.org/ | ||
− | | discussion = | + | | discussion = http://forums.devkitpro.org/viewforum.php?f=3 |
| source = http://sourceforge.net/projects/devkitpro/develop | | source = http://sourceforge.net/projects/devkitpro/develop | ||
}} | }} | ||
− | ''' | + | '''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 [http://sourceware.org/newlib 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. |
− | + | Instructions for setting up the system are available for [[Devkitppc_setup_(Windows)|Windows]], [[Devkitppc_setup_(Mac OS X)|Mac OSX]] and [[Devkitppc_setup_(Linux)|Linux]]. Additional information and download links can be found at the [http://www.devkitpro.org/ devkitPro website]. | |
− | |||
− | |||
− | |||
− | |||
For Windows users it comes with the [http://www.mingw.org/msys.shtml MSYS] environment, which is a minimal set of GNU tools such as a shell. | For Windows users it comes with the [http://www.mingw.org/msys.shtml MSYS] environment, which is a minimal set of GNU tools such as a shell. | ||
− | === | + | === Ported libraries === |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | The following libraries are [http://sourceforge.net/projects/devkitpro/files/portlibs available for download] from devkitPro SourceForge, precompiled for use with devkitPPC r18: | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
* FreeType - TTF/Type1 font support | * FreeType - TTF/Type1 font support | ||
* libjpeg - JPEG support library | * libjpeg - JPEG support library | ||
Line 72: | Line 30: | ||
=== Tools === | === Tools === | ||
+ | |||
The following tools are included as well: | The following tools are included as well: | ||
− | *[[doltool]] - a tool for converting to and from [[Dol|.dol]] executable files and examining their contents | + | |
− | *[[gcdspsuite]] - an assembler for the gamecube DSP chip written by duddie. | + | * [[doltool]] - a tool for converting to and from [[Dol|.dol]] executable files and examining their contents |
− | *[[wiiload]] - a utility for uploading code to the wii written by [[User:dhewg|Dhewg]]. | + | * [[gcdspsuite]] - an assembler for the gamecube DSP chip written by duddie. |
− | *[[gxtexconv]] - a utility for texture conversion written by Shagkur. | + | * [[wiiload]] - a utility for uploading code to the wii written by [[User:dhewg|Dhewg]]. |
+ | * [[gxtexconv]] - a utility for texture conversion written by Shagkur. | ||
== See also == | == See also == | ||
− | *[[Developer Tips]] | + | |
− | *[[Development Tools]] | + | * [[libogc]] |
− | *[[Debugging]] | + | * [[Developer Tips]] |
+ | * [[Development Tools]] | ||
+ | * [[Debugging]] | ||
[[Category:Libraries]] | [[Category:Libraries]] | ||
[[Category:Development]] | [[Category:Development]] |
Revision as of 03:44, 10 October 2009
devkitPPC | |
General | |
---|---|
Maintainer(s) | WinterMute |
Type | Library |
Version | r18 |
Licence | Various |
Links | |
Download | |
Website | |
Discussion | |
Source |
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.
Instructions for setting up the system are available for Windows, Mac OSX and Linux. Additional information and download links can be found at the devkitPro website.
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 r18:
- 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
Tools
The following tools are included as well:
- doltool - a tool for converting to and from .dol executable files and examining their contents
- gcdspsuite - an assembler for the gamecube DSP chip written by duddie.
- wiiload - a utility for uploading code to the wii written by Dhewg.
- gxtexconv - a utility for texture conversion written by Shagkur.