xcode-gcc-plugin


XCode plugin for GCC

You can use GCC installed by your self with XCode now. GCC 4.5 is currently supported.

Installation

Just unzip the GCC x.y.xcplugin.zip in to your /Developer/Library/Xcode/Plug-ins dictionary and make a link from your gcc and g++ binary file to /Developer/usr/bin/ as gcc-x.y and g++-x.y.

Restart Xcode.

Using

Change the compiler setting to GCC x.y.

If there is a error of something about "-Wmost" warning option, just remove the "-Wmost" option from each target setting.

Note

The plugin is tested under Xcode 3.2.4. Xcode 4.x is not tested.

Project Information

The project was created on Jun 6, 2011.

Labels:
Xcode Mac Plugin GCC