[lldb-dev] Linking issue missing init_lldb() - linux
Eli Friedman
eli.friedman at gmail.com
Fri Jun 11 14:12:51 PDT 2010
On Fri, Jun 11, 2010 at 1:41 PM, root at hbbrbasic.com <root at hbbrbasic.com> wrote:
> 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.
See http://lists.cs.uiuc.edu/pipermail/lldb-dev/2010-June/000039.html .
Also, if you're also working on Linux porting, we should coordinate;
I'm efriedma on #llvm on irc.oftc.net .
-Eli
> 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'
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
>
More information about the lldb-dev
mailing list