[lldb-dev] Install LLDB with LLVM and CLANG already installed
Greg Clayton
gclayton at apple.com
Mon Feb 23 11:16:34 PST 2015
You might need to have LLDB in the llvm/tools directory when you do your initial configure. If you download llvm/clang first, then configure and build llvm/clang, it probably won't pick up LLDB.
So remove your build directory and build fresh with a new configure/make.
Greg
> On Feb 22, 2015, at 3:21 PM, Natanael Ramos <naelr8 at gmail.com> wrote:
>
> Hello Stephen Wilson
>
> I've seen your tutorial about LLDB [http://goo.gl/w5BB05] and is
> basically what i'm looking for about a long time.
>
> I'm already build and install LLVM and CLANG through svn with the
> tutorials of LLVM website and worked fine.
> Now, following your tutorial, i just have to checkout LLDB in
> llvm/tools in my 'src-root' directory and execute the 'configure
> script' in the directory 'build' already created in previous build of
> llvm and clang with the appropriate options and execute 'make' in the
> directory llvm/tools/lldb.
>
> That's right? Is necessary do some other step? Perhaps 'make install'?
>
> Sorry about my english, i'm a brazilian developer.
> --
> Natanael Ramos
> Membro do corpo discente de Ciência da Computação pelo Instituto Federal de
> Minas Gerais - Campus Formiga
>
> _______________________________________________
> 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