In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Code::Blocks: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
Daid (talk | contribs)
←Created page with 'Code::Blocks is an open source IDE. It can be found [http://www.codeblocks.org/ here]. This IDE can be configured with extra compilers. Which makes development for multiple ta...'
 
Davyg (talk | contribs)
No edit summary
 
Line 9: Line 9:


[[image:CodeBlockCompilerConfig2.jpg]]
[[image:CodeBlockCompilerConfig2.jpg]]
-mrvl
-mcpu=750


[[image:CodeBlockCompilerConfig3.jpg]]
[[image:CodeBlockCompilerConfig3.jpg]]


[[image:CodeBlockCompilerConfig4.jpg]]
[[image:CodeBlockCompilerConfig4.jpg]]
GEKKO


[[image:CodeBlockCompilerConfig5.jpg]]
[[image:CodeBlockCompilerConfig5.jpg]]
-Wl,-Map,boot.map,--section-start,.init=0x80a00100
-mrvl -mcpu=750
-meabi -mhard-float


[[image:CodeBlockCompilerConfig6.jpg]]
[[image:CodeBlockCompilerConfig6.jpg]]
devkitpro/libogc/include


[[image:CodeBlockCompilerConfig7.jpg]]
[[image:CodeBlockCompilerConfig7.jpg]]
devkitpro/libogc/lib/wii


[[image:CodeBlockCompilerConfig8.jpg]]
[[image:CodeBlockCompilerConfig8.jpg]]
devkitpro/devkitPPC
powerpc-gekko

Latest revision as of 17:25, 29 August 2009

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