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 an update site, then you will require a toolchain before you can build and debug any projects.

The base 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.

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.

Windows

For windows, MinGW, and Cygwin are the two main choices for acquiring the GNU toolchain:

Mac OS X

The Apple GNU toolchain is included in Xcode available at Apple's Developer Website.

Other 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.

Related reference
CDT Home

Related tasks
Building Manually

QNX Copyright Statement