WiiClipse - Eclipse Plugin
Posted: Fri Sep 23, 2011 11:15 am
Hello,
i've been recently working on a way to integrate the devkitPPC toolchain into Eclipse. I ended up writing a plugin that may be usefull to others as well.
The plugin adds the devkitPPC Toolchain to the CDT Managed Build System. Once the plugin is installed the devkitPPC toolchain will become available for C/C++ projects whose final build artefact is either an executable or static library. If you choose the devkitPPC toolchain for a project, the build artefact will be created using the DevkitPPC tools (compiler, linker, archiver, ...). The plugin will figure out builtin compiler specs (builtin include paths, macros...) and will also add the libogc include path, -library path, -library to the projects compiler resp. linker settings.
Requirements:
Use the WiiClipse Eclipse Update Site: http://wiiclipse.github.com/update-site/ (via Eclipse->Help->Install New Software)
Quickstart:
i've been recently working on a way to integrate the devkitPPC toolchain into Eclipse. I ended up writing a plugin that may be usefull to others as well.
The plugin adds the devkitPPC Toolchain to the CDT Managed Build System. Once the plugin is installed the devkitPPC toolchain will become available for C/C++ projects whose final build artefact is either an executable or static library. If you choose the devkitPPC toolchain for a project, the build artefact will be created using the DevkitPPC tools (compiler, linker, archiver, ...). The plugin will figure out builtin compiler specs (builtin include paths, macros...) and will also add the libogc include path, -library path, -library to the projects compiler resp. linker settings.
Requirements:
- Platform: Win, Linux, Mac (Mac is untested)
- a recent Eclipse Helios or Indigo installation
- devkitPPC
- DEVKITPRO/DEVKITPPC environment variables pointing to the particular installation folders if devkitPPC is not installed to the following default locations:
- c:\devkitPro resp. c:\devkitPro\devkitPPC for Windows
- /opt/devkitpro/ resp. /opt/devkitpro/devkitPPC for Linux & Mac
Use the WiiClipse Eclipse Update Site: http://wiiclipse.github.com/update-site/ (via Eclipse->Help->Install New Software)
Quickstart:
- Install plugin via update site
- Create a new C/C++ project -> "Empty project"
- Choose the "devkitPPC GCC" toolchain from the list of availabe toolchains