Code::Blocks
This is an old revision of this page, as edited by Davyg (talk | contribs) at 17:25, 29 August 2009. It may differ significantly from the current revision. |
Code::Blocks is an open source IDE. It can be found here. This IDE can be configured with extra compilers. Which makes development for multiple targets easy.
Configuration
For the Wii you need to make a new compiler configuration. Select the "GNU GCC Compiler for PowerPC" and hit "Copy".
Then enter the following configuration: (Replace the paths from H:\ to your devkitpro installation)
-mrvl
-mcpu=750
GEKKO
-Wl,-Map,boot.map,--section-start,.init=0x80a00100
-mrvl -mcpu=750
-meabi -mhard-float
devkitpro/libogc/include
devkitpro/libogc/lib/wii
devkitpro/devkitPPC
powerpc-gekko