Hello<div><br></div><div>I'm a university student in korea</div><div><br></div><div>I have a project in my school, that related dissembleing arm machine code</div><div><br></div><div>( I'll use python script language to my project)</div>
<div><br></div><div>so I found this llvm project and i tried to build llvm </div><div><br></div><div>but I faced some problems.. </div><div><br></div><div>(my compilation enviroment is Ubuntu Linux 10.x )</div><div><br></div>
<div>I saw <a href="http://lldb.llvm.org/build.html">http://lldb.llvm.org/build.html</a> , and worked step by step</div><div><br></div><div>first problem is that the llvm_revision doesn't update,.. </div><div><br></div>
<div>typed as I saw in manual "<span style="font-family:monospace;font-size:medium">svn update -r 127682" ,doesn't work properly..</span></div><div><br></div><div>the result is as below..</div><div>-----------------------------------------------</div>
<div><br></div><div><div>root@kaspyx:~/llvm/tools# grep -m 1 llvm_revision lldb/scripts/<a href="http://build-llvm.pl">build-llvm.pl</a></div><div>our $llvm_revision = "127600";</div></div><div><br></div><div>----------------------------------------------</div>
<div>it looks some guess.. but i wonder why llvm_revision version doesn't update is..</div><div><br></div><div>why the revision is 127600?? i want update to 127682.. </div><div><br></div><div>it's my guess...</div>
<div><br></div><div>most of all, lldb doesn't work..</div><div><br></div><div>i compiled llvm, lldb, clang... step by step, referenced manual..</div><div><br></div><div>but lldb.py doesn't work..</div><div><br></div>
<div>There are compiled binaries in my directory.. ( like "lldb", "lldb.py" ..etc)</div><div><br></div><div>but When I typed for using lldb python library, I saw error strings</div><div><br></div><div>
-----------------------------------------</div><div><br></div><div><div>root@kaspyx:~/build2/Debug+Asserts/bin# python lldb.py</div><div><br></div><div>Traceback (most recent call last):</div><div>  File "lldb.py", line 25, in <module></div>
<div>    _lldb = swig_import_helper()</div><div>  File "lldb.py", line 17, in swig_import_helper</div><div>    import _lldb</div><div>ImportError: No module named _lldb</div></div><div><br></div><div>-----------------------------------------</div>
<div><br></div><div>I couldn't find _lldb module.. ,</div><div><br></div><div>problems are looks relate llvm_revision.</div><div><br></div><div>I don't know what should i do..</div><div><br></div><div><div>am i compiled properly??</div>
<div><br></div></div><div>thanks ....</div><div><br></div><div><br></div>