[LLVMbugs] [Bug 19179] Error during linking on arm64: malformed object (unknown load command 1)
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Mar 21 16:18:34 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19179
Chris Ballinger <chris at chatsecure.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #6 from Chris Ballinger <chris at chatsecure.org> ---
Looks like this was an issue with Xcode 5.1 including outdated versions of
ranlib in certain SDK paths. To resolve this, you have to remove the paths
pointing to the outdated version of ranlib
(/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/ranlib)
and instead make sure its using the one in
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140321/e99f6a42/attachment.html>
More information about the llvm-bugs
mailing list