Hi, all,<br><br>I tried to build clang <br><br>Here is the list of commands I used<br><br>svn co <a href="http://llvm.org/svn/llvm-project/llvm/trunk">http://llvm.org/svn/llvm-project/llvm/trunk</a> llvm<br>cd tools<br>svn co <a href="http://llvm.org/svn/llvm-project/cfe/trunk">http://llvm.org/svn/llvm-project/cfe/trunk</a> clang<br>
cd ..<br>./configure<br>make<br><br>Then I encountered a number of error messages similar to this<br><br>/var/folders/gM/gM3LrYvlHsiF1mG55FgL+k+++TI/-Tmp-/camlasm67bd71.s:697:suffix or operands invalid for `call'<br>
/var/folders/gM/gM3LrYvlHsiF1mG55FgL+k+++TI/-Tmp-/camlasm67bd71.s:701:suffix or operands invalid for `push'<br>
/var/folders/gM/gM3LrYvlHsiF1mG55FgL+k+++TI/-Tmp-/camlasm67bd71.s:702:32-bit absolute addressing is not supported for x86-64<br><br><br>Just wonder if anyone has encountered similar issue<br><br><br>Cheers<br>