[lldb-dev] Linking issue missing init_lldb() - linux
root at hbbrbasic.com
root at hbbrbasic.com
Fri Jun 11 13:41:14 PDT 2010
Hi,
While building lldb driver I ran into the missing init_lldb() in
ScriptInterpreterPython.cpp.
Seems that lldb_private::Initialize() is the right function to call and
I just wanted to confirm that.
The other minor issue is the missing LLDBVersionNumber but that is
easily taken care of.
Cheers,
Pawel
Scanning dependencies of target lldb
Linking CXX executable ../../../../bin/lldb
../../../../lib/libInterpreter.a(ScriptInterpreterPython.cpp.o): In
function `lldb_private::ScriptInterpreterPython::ScriptInterpreterPython()':
ScriptInterpreterPython.cpp:(.text+0x15d): undefined reference to
`init_lldb'
../../../../lib/libsource.a(lldb.cpp.o): In function
`lldb_private::GetVersion()':
lldb.cpp:(.text+0x1c8): undefined reference to `LLDBVersionNumber'
More information about the lldb-dev
mailing list