macavenger
Registered
Is there a way to change what compiler Xcode uses (other than between GCC 3.1 or 3.3)? I work with writing code for the motorola 68HC1x, and would like to be able to write and assemble/compile the code using Xcode. Currently I write the code in Xcode (since it has nice code formating features, such as automatic tabing), but then have to exit Xcode and use a command line tool to assemble the code. I would like to be able to simply click the build button and have it call said command, although obviously it would not be able to run the assembled code. Thanks.