Difference between revisions of "DevkitPPC"

(Update version number. Correct site links. Remove incorrect/incomplete/broken unofficial installation pages/guides in favor of the official one. Remove manual portlib installation instructions.)
 
(42 intermediate revisions by 18 users not shown)
Line 1: Line 1:
βˆ’
{{Infobox homebrewapp
+
{{Lowercase titleβ€Ž}}
 +
{{Infobox development tools
 
| title      = devkitPPC
 
| title      = devkitPPC
βˆ’
| image      = [[Image:Devkitlogo.png|128px|center]]
+
| image      = [[File:Devkitlogo.png|128px|center]]
βˆ’
| desc      = Homebrew console development tools based on the gnu compiler collection with additional tools and libraries.
+
| type        = library
βˆ’
| type        = Library, Build Tools
+
| maintainer  = WinterMute
βˆ’
| license     = various
+
| version    = r41-2
βˆ’
| source      = [http://www.devkitpro.org/ devkitpro.org]
+
| licence     = Various
βˆ’
| download    = [http://sourceforge.net/projects/devkitpro/ Sourceforge]
+
| download    = https://devkitpro.org/wiki/Getting_Started
 +
| website    = https://devkitpro.org/
 +
| discussion  = https://forums.devkitpro.org/viewforum.php?f=3
 +
| source      = https://github.com/devkitPro
 
}}
 
}}
  
βˆ’
'''devkitPro''' is a project that produces toolchains for homebrew development which target several popular consoles including Game Boy Advance, DS, and GP32 (devkitARM); PlayStation Portable (PSP) (devkitPSP); and GameCube and Wii (devkitPPC). Instructions for setting up the system are available for [[Getting_Started_with_devkitppc|Windows]], [[Getting_started_with_DevkitPPC_on_Mac_OS_X|Mac OSX]] and [[Getting_started_with_DevkitPPC_on_Linux|Linux]]. Additional information and download links can be found at the [http://www.devkitpro.org/ devkitPro website].
+
'''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.
  
βˆ’
==Contents==
+
Instructions for setting up the system are available at the [https://devkitpro.org/wiki/Getting_Started devkitPro website].
βˆ’
The following components distributed by devkitPro are used for GameCube/Wii development:
 
  
βˆ’
===devkitPPC===
+
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.  
βˆ’
This 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-gekko".  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.
 
  
βˆ’
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/wiki/MSYS MSYS] environment, which is a minimal set of GNU tools such as a shell.
  
βˆ’
===libogc===
+
=== Ported libraries ===
βˆ’
libogc is a collection of libraries for the GameCube and Wii.  This collection of libraries was originally written by '''''shagkur''''' for the GameCube and has been developed over the past 6 years.<br>
 
βˆ’
It includes the following low-level wii/gamecube specific sub-systems:
 
βˆ’
*ARAM
 
βˆ’
*AUDIO
 
βˆ’
*EXI - Support routines for the system bus which connects many internal devices to the CPU
 
βˆ’
*IRQ - Hardware Interrupts
 
βˆ’
*DSP
 
βˆ’
*DVD
 
βˆ’
*GX
 
βˆ’
*VIDEO
 
βˆ’
*Cache
 
βˆ’
*Memory Card
 
βˆ’
*Console
 
βˆ’
*Threads
 
βˆ’
**Messages
 
βˆ’
**Mutexes
 
βˆ’
**Semaphores
 
βˆ’
**Condition Variables
 
βˆ’
Information on many of these sub-systems can be found in [[YAGCD]].
 
  
βˆ’
===Additional libraries===
+
The following libraries are available for download from devkitPro pacman, precompiled for use with devkitPPC.
βˆ’
libogc also incorporates the following libraries (which may be custom versions of external libraries):
+
 
βˆ’
*[[asndlib]] - accelerated sound lib using the DSP
+
* Expat - XML parser library
βˆ’
*[[libdb]] - routines to support remote debugging
+
* FreeType - TTF/Type1 font support
βˆ’
*[[libdi]] - allows you to access the DVD drive
+
* libjpeg - JPEG support library
βˆ’
*[[libfat]] - routines for accessing FAT file systems such as those on SD cards; also commonly used with libnds
+
* libpng - PNG support library
βˆ’
*[[libmodplay]] - music module player library
+
* [[Mini-XML]] - XML library
βˆ’
*[http://www.underbit.com/products/mad/ libmad] - MPEG audio decoder library
+
* libtremor - An integer-only fully Vorbis compliant software decoder library
βˆ’
*[[libwiikeyboard]] - a USB keyboard interface library
+
* zlib - ZIP compression/decompression library
βˆ’
*[http://www.sm.luth.se/~conny/lwbt/ lwbt] - lightweight bluetooth stack
+
 
βˆ’
*[http://savannah.nongnu.org/projects/lwip/ lwip] - lightweight TCP/IP stack
+
=== Tools ===
βˆ’
*[[tinysmb]] - [http://en.wikipedia.org/wiki/Server_Message_Block SMB] implementation (protocol used by Windows file sharing)
 
βˆ’
*[[Wiiuse]] - an API for the wiimote (also available on Windows and Linux), which is encapsulated in libogc within the WPAD_ interface
 
βˆ’
*[http://www.zlib.net zlib] - compression routines
 
  
βˆ’
===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.
 
βˆ’
*[[wiiload]] - a utility for uploading code to the wii written by Dhewg.
 
βˆ’
*[[gxtexconv]] - a utility for texture conversion written by Shagkur.
 
  
βˆ’
==See also==
+
* [[doltool]] - a tool for converting to and from [[Dol|.dol]] executable files and examining their contents
βˆ’
*[[Developer Tips]]
+
* [[gcdspsuite]] - an assembler for the gamecube DSP chip written by duddie.
βˆ’
*[[Development Tools]]
+
* [[wiiload]] - a utility for uploading code to the wii written by [[User:dhewg|Dhewg]].
βˆ’
*[[Debugging]]
+
* [[gxtexconv]] - a utility for texture conversion written by Shagkur.
 +
* [[Gcube]] - a gamecube only emulator for desktop
 +
 
 +
== See also ==
 +
 
 +
* [[libogc]]
 +
* [[Developer Tips]]
 +
* [[Development Tools]]
 +
* [[Debugging]]
  
 
[[Category:Libraries]]
 
[[Category:Libraries]]
 
[[Category:Development]]
 
[[Category:Development]]

Latest revision as of 19:35, 30 September 2022

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
Devkitlogo.png
General
Maintainer(s)WinterMute
TypeLibrary
Versionr41-2
LicenceVarious
Links
Download
Website
Discussion
Source

Instructions for setting up the system are available at the devkitPro website.

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 pacman, precompiled for use with devkitPPC.

  • 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:

  • 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.
  • Gcube - a gamecube only emulator for desktop

See also