Line 3:
Line 3:
| title = devkitPPC
| title = devkitPPC
| image = [[File:Devkitlogo.png|128px|center]]
| image = [[File:Devkitlogo.png|128px|center]]
â
| type = library
+
| type = biblioteca
| maintainer = WinterMute
| maintainer = WinterMute
| version = r19
| version = r19
â
| licence = Various
+
| licence = VĂĄrias
| 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.
â
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].
+
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].
â
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.
+
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.
â
=== Ported libraries ===
+
=== Bibliotecas suportadas ===
â
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).
+
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).
â
* Expat - XML parser library
+
* Expat - Biblioteca analisadora de XML
â
* FreeType - TTF/Type1 font support
+
* FreeType - Suporte para fontes TTF/Type1
â
* libjpeg - JPEG support library
+
* libjpeg - Biblioteca para suporte de JPEG
â
* libpng - PNG support library
+
* libpng - Biblioteca para suporte de PNG
â
* [[Mini-XML]] - XML library
+
* [[Mini-XML]] - Biblioteca XML
â
* libtremor - An integer-only fully Vorbis compliant software decoder library
+
* libtremor - Uma integer-only completamente Vorbis, conforme o software decodificador de bibliotecas
â
=== Tools ===
+
=== Ferramentas ===
â
The following tools are included as well:
+
As seguintes ferramentas estĂŁo incluĂdas:
â
* [[doltool]] - a tool for converting to and from [[Dol|.dol]] executable files and examining their contents
+
* [[doltool]] - Uma ferramenta de converter para e a partir de arquivos executĂĄveis [[Dol|.dol]] e que examina os conteĂșdos destes
â
* [[gcdspsuite]] - an assembler for the gamecube DSP chip written by duddie.
+
* [[gcdspsuite]] - Um assembler para o chip DSP, escrito por duddie.
â
* [[wiiload]] - a utility for uploading code to the wii written by [[User:dhewg|Dhewg]].
+
* [[wiiload]] - Um utilitĂĄrio para fazer upload de cĂłdigo para Wii escrito por [[User:dhewg|Dhewg]].
â
* [[gxtexconv]] - a utility for texture conversion written by Shagkur.
+
* [[gxtexconv]] - Um utilitĂĄrio para conversĂŁo de texturas escrito por Shagkur.
â
== See also ==
+
== Veja também ==
* [[libogc]]
* [[libogc]]