<div dir="ltr">Hi Sergey,<div><br></div><div>Yes, I was hoping to find time to finish a new iteration of GHC-iOS with the new toolchain in Xcode 5 before it was released but didn&#39;t quite make it. I hope to have some time this week.</div>

<div><br></div><div>In the meantime you should be able to grab Xcode 4.6.3 by visiting <a href="http://developer.apple.com/ios">developer.apple.com/ios</a> and clicking &quot;Looking for an older version of Xcode?&quot;. Xcode 4.6.3 and Xcode 5 should be able to live happily next to one another if you give them different names (that&#39;s how I&#39;ve been navigating this).</div>

<div><br></div><div>Cheers</div><div>Luke</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Sep 30, 2013 at 4:16 AM, Sergey Mikhanov <span dir="ltr">&lt;<a href="mailto:sergey@mikhanov.com" target="_blank">sergey@mikhanov.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Using Xcode 5 Final for building GHC is not possible because of<br>
llvm-gcc-4.2 made obsolete.<br>
<br>
One of the scripts in ghc-ios-scripts (arm-apple-darwin10-gcc) invokes<br>
llvm-gcc-4.2 from Xcode  setup:<br>
<br>
TARGET_BIN=&quot;/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin&quot;<br>
TARGET_GCC=$TARGET_BIN/arm-apple-darwin10-llvm-gcc-4.2<br>
<br>
This binary is absent from Xcode 5. I tried using this configuration<br>
in arm-apple-darwin10-gcc:<br>
<br>
TARGET_BIN=/Applications/Xcode.app/Contents/Developer/usr/bin<br>
TARGET_GCC=$TARGET_BIN/gcc<br>
<br>
This results in this error: <a href="http://lpaste.net/93640" target="_blank">http://lpaste.net/93640</a>. Looks like this<br>
gcc binary is just a link to clang.<br>
<br>
Is there any way around it?<br>
<br>
Thanks,<br>
Sergey Mikhanov<br>
_______________________________________________<br>
iPhone mailing list<br>
<a href="mailto:iPhone@haskell.org">iPhone@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/iphone" target="_blank">http://www.haskell.org/mailman/listinfo/iphone</a><br>
</blockquote></div><br></div>