Re: [lldb-dev] Compiling LLDB on Centos 5 (dont judge me)

2015-10-31 Thread Todd Fiala via lldb-dev
types from other libraries. Well done lldb team! > > > Mark > > > > -- > *From:* Todd Fiala > *Sent:* Thursday, October 29, 2015 4:17 PM > *To:* Mark Chandler > *Cc:* Oleksiy Vyalov; lldb-dev@lists.llvm.org > *Subject:* Re: [lldb-dev]

Re: [lldb-dev] Compiling LLDB on Centos 5 (dont judge me)

2015-10-29 Thread Mark Chandler via lldb-dev
: Oleksiy Vyalov; lldb-dev@lists.llvm.org Subject: Re: [lldb-dev] Compiling LLDB on Centos 5 (dont judge me) I fixed several RHEL-derived distribution-related issues in top of tree LLDB a few weeks back. It was for RHEL 7-derived builds, so quite a bit newer. If you are building your lldb off of

Re: [lldb-dev] Compiling LLDB on Centos 5 (dont judge me)

2015-10-29 Thread Todd Fiala via lldb-dev
I fixed several RHEL-derived distribution-related issues in top of tree LLDB a few weeks back. It was for RHEL 7-derived builds, so quite a bit newer. If you are building your lldb off of top-of-tree, hopefully this will mostly become an exercise of: * Do you have a new-enough python. (I believ

Re: [lldb-dev] Compiling LLDB on Centos 5 (dont judge me)

2015-10-27 Thread Mark Chandler via lldb-dev
Using gcc 4.8 from devtoolset2. Clang builds fine so might try building with that tomorrow. Sent from my iPhone On Oct 27, 2015, at 7:46 PM, Oleksiy Vyalov mailto:ovya...@google.com>> wrote: Hi Mark, what compiler do you use? Could you try to build LLDB with clang 3.5 specifying it via DCMAK

Re: [lldb-dev] Compiling LLDB on Centos 5 (dont judge me)

2015-10-27 Thread Oleksiy Vyalov via lldb-dev
Hi Mark, what compiler do you use? Could you try to build LLDB with clang 3.5 specifying it via DCMAKE_C_COMPILER and DCMAKE_CXX_COMPILER flags? It might be a problem with sysroot setup since some headers are not found - you can try to pass a custom sysroot with -DCMAKE_CXX_FLAGS="--sysroot=..."

[lldb-dev] Compiling LLDB on Centos 5 (dont judge me)

2015-10-27 Thread Mark Chandler via lldb-dev
Hi All, Trying to get LLDB to compile on centos 5 to help reduce the size of cores of programs crashing on some servers however im running into some compile issues with it. Looks like some features are used from newer kernel versions and was wondering what the procedure is to get this fixed and