<div>Hello!</div><div><br></div><div>I compiled llvm clang according to <a href="http://clang.llvm.org/get_started.html">this guide</a> on Unix with GNU GCC 4.6 (Debian gcc package). And I have this error:</div><div><br></div>
<div><span style="background-color:rgb(204,204,204)">llvm[4]: Compiling CGExprAgg.cpp for Debug+Asserts build</span></div><div><span style="background-color:rgb(204,204,204)">/tmp/ccE1jciA.s: Assembler messages:</span></div>
<div><span style="background-color:rgb(204,204,204)">/tmp/ccE1jciA.s:88098: Error: unknown pseudo-op: `.loog'</span></div><div><span style="background-color:rgb(204,204,204)">make[4]: *** [/home/kron/Software/llvm/154138/tools/clang/lib/CodeGen/Debug+Asserts/CGExprAgg.o] Error 1</span></div>
<div><span style="background-color:rgb(204,204,204)">make[4]: Leaving directory `/home/kron/Software/llvm/154138/tools/clang/lib/CodeGen'</span></div><div><span style="background-color:rgb(204,204,204)">make[3]: *** [CodeGen/.makeall] Error 2</span></div>
<div><span style="background-color:rgb(204,204,204)">make[3]: Leaving directory `/home/kron/Software/llvm/154138/tools/clang/lib'</span></div><div><span style="background-color:rgb(204,204,204)">make[2]: *** [all] Error 1</span></div>
<div><span style="background-color:rgb(204,204,204)">make[2]: Leaving directory `/home/kron/Software/llvm/154138/tools/clang'</span></div><div><span style="background-color:rgb(204,204,204)">make[1]: *** [clang/.makeall] Error 2</span></div>
<div><span style="background-color:rgb(204,204,204)">make[1]: Leaving directory `/home/kron/Software/llvm/154138/tools'</span></div><div><span style="background-color:rgb(204,204,204)">make: *** [all] Error 1</span></div>
<div><br></div><div>Respectfully,</div><div>Itun</div>