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