Line 3:
Line 3:
| title = devkitPPC
| title = devkitPPC
| image = [[File:Devkitlogo.png|128px|center]]
| image = [[File:Devkitlogo.png|128px|center]]
â
| type = biblioteca
+
| type = library
| maintainer = WinterMute
| maintainer = WinterMute
| version = r19
| version = r19
â
| licence = VĂĄrias
+
| licence = Various
| download = http://sourceforge.net/projects/devkitpro/
| download = http://sourceforge.net/projects/devkitpro/
| website = http://www.devkitpro.org/
| website = http://www.devkitpro.org/
Line 12:
Line 12:
| source = http://sourceforge.net/projects/devkitpro/develop
| source = http://sourceforge.net/projects/devkitpro/develop
}}
}}
â
â
'''devkitPPC''' Ă© parte integrante do ''GNU Compiler Collection (GCC)'', que inclui um compilador de C (gcc) e de C++ (g++), um ''debugger'' (gdb) e ferramentas relacionadas, com a arquitetura "powerpc-eabi". Ele tambĂ©m inclui uma biblioteca bĂĄsica de C baseada em [http://sourceware.org/newlib newlib], que Ă© especificadamente feita para sistemas imbutidos. Compiladores e bibliotecas tambĂ©m estĂŁo incluĂdas para o MN10200, o chip Matsushita (Panasonic) usado no controlador de DVD do Wii. Este Ă© feito para ser usado em conjunto com [[libogc]], uma coleção de bibliotecas ''low-level'' especĂficas do Wii.
â
â
InstruçÔes para con
'''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.
'''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.
â
InstruçÔes para configurar o sistema estĂŁo disponĂveis para [[Devkitppc_setup_(Windows)|Windows]], [[Devkitppc_setup_(Mac OS X)|Mac OSX]] e [[Devkitppc_setup_(Linux)|Linux]]. InformaçÔes adicionais e links para download podem ser encontrados no [http://www.devkitpro.org/ site do devkitPro].
+
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].
â
Para usuĂĄrios do Windows, ele vem com o ambiente [http://www.mingw.org/msys.shtml MSYS], que Ă© um conjunto mĂnimo de ferramentas GNU, como uma 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.
â
=== Bibliotecas suportadas ===
+
=== Ported libraries ===
â
As seguintes bibliotecas estĂŁo [http://sourceforge.net/projects/devkitpro/files/portlibs disponĂveis para download] no SourceForge, prĂ©-compilados para uso com o devkitPPC r19. Simplismente coloque elas na pasta apropriada do portlibs, no devkitPPC (No Windows estĂĄ em is c:\devkitPro\portlibs\ppc).
+
The following libraries are [http://sourceforge.net/projects/devkitpro/files/portlibs available for download] from devkitPro SourceForge, precompiled for use with devkitPPC r19. Simply place them in the appropriate devkitPPC portlibs folder (on Windows this is c:\devkitPro\portlibs\ppc).
â
* Expat - Biblioteca analisadora de XML
+
* Expat - XML parser library
â
* FreeType - Suporte para fontes TTF/Type1
+
* FreeType - TTF/Type1 font support
â
* libjpeg - Biblioteca para suporte de JPEG
+
* libjpeg - JPEG support library
â
* libpng - Biblioteca para suporte de PNG
+
* libpng - PNG support library
â
* [[Mini-XML]] - Biblioteca XML
+
* [[Mini-XML]] - XML library
â
* libtremor - Uma integer-only completamente Vorbis, conforme o software decodificador de bibliotecas
+
* libtremor - An integer-only fully Vorbis compliant software decoder library
â
=== Ferramentas ===
+
=== Tools ===
â
As seguintes ferramentas estĂŁo incluĂdas:
+
The following tools are included as well:
â
* [[doltool]] - Uma ferramenta de converter para e a partir de arquivos executĂĄveis [[Dol|.dol]] e que examina os conteĂșdos destes
+
* [[doltool]] - a tool for converting to and from [[Dol|.dol]] executable files and examining their contents
â
* [[gcdspsuite]] - Um assembler para o chip DSP, escrito por duddie.
+
* [[gcdspsuite]] - an assembler for the gamecube DSP chip written by duddie.
â
* [[wiiload]] - Um utilitĂĄrio para fazer upload de cĂłdigo para Wii escrito por [[User:dhewg|Dhewg]].
+
* [[wiiload]] - a utility for uploading code to the wii written by [[User:dhewg|Dhewg]].
â
* [[gxtexconv]] - Um utilitĂĄrio para conversĂŁo de texturas escrito por Shagkur.
+
* [[gxtexconv]] - a utility for texture conversion written by Shagkur.
â
== Veja também ==
+
== See also ==
* [[libogc]]
* [[libogc]]