I need to use gcc 4.2 with Xcode 4.2 for some older code. How do i get it to show up. Xcode4.2 seems to have dropped support for it.
Thanks
|
I need to use gcc 4.2 with Xcode 4.2 for some older code. How do i get it to show up. Xcode4.2 seems to have dropped support for it. Thanks | ||||
|
feedback
|
|
Here is a way to enable compiling with gcc 4.2 in xcode 4.2. This is mostly done via command line so when you see lines starting with:
Edit the Xcode 4.2
Backup the Xcode 4.2 iOS/Simulator Framework Copy Xcode 4.1 iOS/Simulator Framework Copy the Compile using gcc-4.2!
[1] If opening from a command line (using something like [2] This is necessary because the iPhoneOS.platform SDK has its own seperate | |||||||||||
feedback
|
|
So the full process for getting gcc 4.2 to work with a fresh install of Xcode 4.2 (non-iOS) is:
I explained the problem and workaround in this blog post, which condenses the information I found. Feel free to comment. | ||||
|
feedback
|
|
Thanks chown for sharing this! I struggled around half a day, but at the end it turned out, that I only needed a few steps to achieve my goal: For everyone that just needs GCC-4.2 to compile apps (no iOS stuff) it's pretty easy: You don't need to install anything just follow these few steps:
This works perfectly for me! But as I said it's just for non iOS products! | |||||||||||
feedback
|
|
Simple and userful solution https://github.com/kennethreitz/osx-gcc-installer/ It automates the lists of the declaration on the stackoverflow | ||||
|
feedback
|