Before you begin
Depending on how you obtained the CDT, you might have also received a toolchain with a built-in CDT integration. However, if you downloaded the CDT from the Eclipse web site, then you will require a toolchain before you can build and debug any projects.
The standard CDT supports integration with the GNU toolchain. This includes GNU's make, gcc compiler, and gdb debugger utilities. If you require a toolchain to build software for your development host, this is the best choice to get started.
Each platform that runs the CDT requires different steps to acquire this toolchain.
Windows
For windows, MinGW and Cygwin are the two main platform choices for acquiring the GNU toolchain. It is important to understand the difference between them. Cygwin produces executables that use the Cygwin POSIX runtime. Note that this runtime is GPL licensed. MinGW produces native Windows executables that do not require a separate runtime.
For MinGW, it is recommended to use the MinGW installer, mingw-get, to manage your MinGW installation. Download and run the lateset mingw-get-inst package from the MinGW Downloads page. The CDT MinGW toolchain will find this install if it is located in the default C:\MinGW directory, the MinGW bin directory is placed in your path, or if the MinGW location is stored in the MINGW_HOME environment variable.
Note that the Wascana IDE has been discontinued.
Cygwin can be installed from the Cygwin site at https://www.cygwin.com. You need to manually select the gcc, gdb, and make packages to install the toolchain.
The Windows SDK provides the Visual C++ compiler and header files and libraries required to create Windows applications. The CDT Visual C++ build integration will find these files based on where you installed the SDK. No other setup is required.
Note: For this release, the integration should be considered beta quality. It is not recommended for production use.
Linux
All Linux distributions include the GNU toolchain. They may not, however, be installed by default. For instructions about installing the GNU toolchain for Linux, see the instructions for your particular distribution.
Mac OS X
The CDT supports the Apple GNU toolchain that is included in with the Xcode IDE. It can be downloaded from the Apple's developer site, https://developer.apple.comOther Platforms
The GNU toolchain is supported on all platforms that the CDT supports. For instructions about installing the GNU toolchain on your platform, see your platform vendor.