LLVM on openSUSE 15.1

2019-09-16 Thread Sebastian Huber
Hello, I didn't get far: config.status: creating t/wrap/automake-1.12 + make -j 12 all GEN automake GEN aclocal GEN t/ax/shell-no-trail-bslash GEN doc/aclocal.1 GEN doc/automake.1 GEN runtest GEN t/ax/test-defs.sh GEN

Re: llvm on CentOS 7

2019-09-16 Thread Chris Johns
On 17/9/19 8:09 am, Joel Sherrill wrote: > On Mon, Sep 16, 2019 at 4:57 PM Chris Johns wrote: >> >> On 17/9/19 7:52 am, Joel Sherrill wrote: >>> I need to install that! In the mean time, I used the machine I test >>> odd new gcc versions on and this happened: >>> >>> -- Check for working CXX

Re: llvm on CentOS 7

2019-09-16 Thread Chris Johns
On 17/9/19 12:36 am, Joel Sherrill wrote: > Running log as I work through this. Thanks, it is appreciated. > Build failed because I didn't have cmake. Double-checked and sb-check wouldn't > have reported this. Not sure we should report it missing unless we can > designate > something as "needed

Re: llvm on CentOS 7

2019-09-16 Thread Joel Sherrill
On Mon, Sep 16, 2019 at 4:57 PM Chris Johns wrote: > > On 17/9/19 7:52 am, Joel Sherrill wrote: > > I need to install that! In the mean time, I used the machine I test > > odd new gcc versions on and this happened: > > > > -- Check for working CXX compiler: /usr/bin/c++ > > -- Check for working

Re: llvm on CentOS 7

2019-09-16 Thread Chris Johns
On 17/9/19 7:52 am, Joel Sherrill wrote: > I need to install that! In the mean time, I used the machine I test > odd new gcc versions on and this happened: > > -- Check for working CXX compiler: /usr/bin/c++ > -- Check for working CXX compiler: /usr/bin/c++ -- works > -- Detecting CXX compiler

Re: llvm on CentOS 7

2019-09-16 Thread Joel Sherrill
I need to install that! In the mean time, I used the machine I test odd new gcc versions on and this happened: -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done --

Re: llvm on CentOS 7

2019-09-16 Thread Peter Dufault
> On Sep 16, 2019, at 10:36 , Joel Sherrill wrote: > > Hi > > Running log as I work through this. > > Build failed because I didn't have cmake. Double-checked and sb-check wouldn't > have reported this. Not sure we should report it missing unless we can > designate > something as "needed by

llvm on CentOS 7

2019-09-16 Thread Joel Sherrill
Hi Running log as I work through this. Build failed because I didn't have cmake. Double-checked and sb-check wouldn't have reported this. Not sure we should report it missing unless we can designate something as "needed by some packages" or let folks know which one(s). Loaded cmake, then got

Run Time linker and relocation of multiple local labels

2019-09-16 Thread jameszxj
Hi, About issue #3740, I think maybe I found the cause of loading failed. In file libdl/rtl-elf.c line159-166, it says "STT_NOTYPE the symbol references a global symbol", But from arm-rtems-readelf information, local symbol .LC0 ...is STT_NOTYPE. And the of document IHI0044E_aaelf.pdf