Line 18:
Line 18:
3. After reboot, go ahead and test the toolchain installation. Open Programmer's Notepad and select '''File -> Open Projects...''' - browse to the devkitpro folder, then '''/examples/wii/template''' and choose '''template.pnproj'''.
3. After reboot, go ahead and test the toolchain installation. Open Programmer's Notepad and select '''File -> Open Projects...''' - browse to the devkitpro folder, then '''/examples/wii/template''' and choose '''template.pnproj'''.
−
Notice that a project hierarchy appears in the Projects window. You will see a makefile and some folders. Inside the folder '''source''' is the file template.c.
+
Notice that a project hierarchy appears in the Projects window. You will see a '''makefile''' and some folders. Inside the folder '''source''' is the file '''template.c'''.
−
Remember this folder structure! Why? I intend to use this template makefile when it's time to create my own project, and in order for things to compile properly, this structure has to be followed.
+
Remember this folder structure! Why? It's very easy to use this template makefile when it's time to create your own project, and in order for things to compile properly, this structure has to be followed.
−
Press alt-1 to make the project. If everything is good, you'll see something like this in the Output window:
+
Press '''alt-1''' to '''make''' the project. If everything is good, you'll see something like this in the Output window:
<code><pre>
<code><pre>
Line 44:
Line 44:
<code><pre>https://devkitpro.svn.sourceforge.net/svnroot/devkitpro/trunk/libogc</pre></code>
<code><pre>https://devkitpro.svn.sourceforge.net/svnroot/devkitpro/trunk/libogc</pre></code>
−
To keep things simple, specify c:\libogc as the checkout directory. Like before, don't use a path with spaces in it. Keep '''checkout depth''' as '''fully recursive''' and leave '''Omit externals''' unchecked. '''HEAD revision''' simply means the latest revision, which is what we want. Whack '''OK''' and take a break while the sources are downloaded.
+
To keep things simple, specify c:\libogc as the checkout directory. Like before, don't use a path with spaces in it. Keep '''Checkout Depth''' as '''Fully recursive''' and leave '''Omit externals''' unchecked. '''HEAD revision''' simply means the latest revision, which is what we want. Whack '''OK''' and take a break while the sources are downloaded.
5. Once the sources are downloaded, let's try and compile libogc. Close the TortoiseSVN status window and open a command prompt. Browse to the libogc folder and use this arcane command to make the new libraries:
5. Once the sources are downloaded, let's try and compile libogc. Close the TortoiseSVN status window and open a command prompt. Browse to the libogc folder and use this arcane command to make the new libraries: