Re: gdb-8.2.1 build failed on macos 10.11.6

2019-06-18 Thread Jiri Gaisler
On 6/18/19 1:05 AM, Chris Johns wrote: > On 17/6/19 5:48 pm, Jiri Gaisler wrote: >> I don't know if it is of any help, > but I managed to build gdb-8.2.1 >> on MacOSX 10.10 using gcc-9. The trick > was to install gcc with >> 'brew install gcc', and then configure and compile > with CC=gcc-9 >>

Re: gdb-8.2.1 build failed on macos 10.11.6

2019-06-17 Thread Chris Johns
On 17/6/19 5:48 pm, Jiri Gaisler wrote: > I don't know if it is of any help, but I managed to build gdb-8.2.1 on > MacOSX 10.10 using gcc-9. The trick was to install gcc with 'brew > install gcc', and then configure and compile with CC=gcc-9 and CXX=g++-9 > . I'm doing this in a KVM virtual

Re: gdb-8.2.1 build failed on macos 10.11.6

2019-06-17 Thread Jiri Gaisler
I don't know if it is of any help, but I managed to build gdb-8.2.1 on MacOSX 10.10 using gcc-9. The trick was to install gcc with 'brew install gcc', and then configure and compile with CC=gcc-9 and CXX=g++-9 . I'm doing this in a KVM virtual machine, but I don't think it matters. The resulting

Re: gdb-8.2.1 build failed on macos 10.11.6

2019-06-16 Thread Chris Johns
On 17/6/19 5:31 am, Juan Rafael García Blanco wrote: > Hi, > > I have installed macOS 10.9.5, for which Xcode includes the following > compiler: > Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn) > Target: x86_64-apple-darwin13.4.0 > Thread model: posix > > Compilation of gdb 8.2

Re: gdb-8.2.1 build failed on macos 10.11.6

2019-06-16 Thread Juan Rafael García Blanco
Hi, I have installed macOS 10.9.5, for which Xcode includes the following compiler: Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn) Target: x86_64-apple-darwin13.4.0 Thread model: posix Compilation of gdb 8.2 fails also with this setup, although the error seems to be caused by

Re: gdb-8.2.1 build failed on macos 10.11.6

2019-06-15 Thread Chris Johns
On 16/6/19 7:24 am, Juan Rafael García Blanco wrote: > Hi, > > Sorry, I need to downgrade my macOS installation. I will not be able to check > whether gdb-8.3 builds fine or not. I’m sorry I cannot be more useful. > No problem. Let me know when you can help again. Thanks Chris

Re: gdb-8.2.1 build failed on macos 10.11.6

2019-06-15 Thread Juan Rafael García Blanco
Hi, Sorry, I need to downgrade my macOS installation. I will not be able to check whether gdb-8.3 builds fine or not. I’m sorry I cannot be more useful. Regards, Juan. > On 15 Jun 2019, at 12:26, Juan Rafael García Blanco > wrote: > > Yes, I can test building gdb-8.3. However, I plan to

Re: gdb-8.2.1 build failed on macos 10.11.6

2019-06-15 Thread Juan Rafael García Blanco
Yes, I can test building gdb-8.3. However, I plan to downgrade to an older version of macOS during the next week (not because of this issue :) Thanks, Juan. > On 15 Jun 2019, at 11:23, Chris Johns wrote: > > On 15/6/19 5:48 pm, Juan Rafael García Blanco wrote: >> Here on macos 10.11.6 I have

Re: gdb-8.2.1 build failed on macos 10.11.6

2019-06-15 Thread Chris Johns
On 15/6/19 5:48 pm, Juan Rafael García Blanco wrote: > Here on macos 10.11.6 I have this Xcode: Version 7.3.1 (7D1014). I cannot > update if further in 10.11.6, i.e.: > > Nebuchadnezzar:qemu juanrgar$ softwareupdate --list > Software Update Tool > Copyright 2002-2015 Apple Inc. > > Finding

Re: gdb-8.2.1 build failed on macos 10.11.6

2019-06-15 Thread Juan Rafael García Blanco
Here on macos 10.11.6 I have this Xcode: Version 7.3.1 (7D1014). I cannot update if further in 10.11.6, i.e.: Nebuchadnezzar:qemu juanrgar$ softwareupdate --list Software Update Tool Copyright 2002-2015 Apple Inc. Finding available software No new software available. Please note that latest

Re: gdb-8.2.1 build failed on macos 10.11.6

2019-06-14 Thread Chris Johns
On 15/6/19 7:44 am, Juan Rafael García Blanco wrote: > Hi, > > Please find below the error I get: > > CXXtui/tui-interp.o > ../../gdb-8.2.1/gdb/tui/tui-hooks.c:208:36: error: default initialization of > an object of const type 'const gdb::observers::token' without a user-provided >

Re: gdb-8.2.1 build failed on macos 10.11.6

2019-06-14 Thread Juan Rafael García Blanco
Hi, Please find below the error I get: CXXtui/tui-interp.o ../../gdb-8.2.1/gdb/tui/tui-hooks.c:208:36: error: default initialization of an object of const type 'const gdb::observers::token' without a user-provided default constructor static const gdb::observers::token

Re: gdb-8.2.1 build failed on macos 10.11.6

2019-06-08 Thread Chris Johns
On 9/6/19 2:11 am, Juan Rafael García Blanco wrote: > Thank you for answering. My pleasure. > Sorry, I think I did not make myself clear. I mean that it is not possible to > build the RTEMS 5 tools for SPARC in macos 10.11.6. My understanding is you are not able to build a SPARC gdb on MacOS.

Re: gdb-8.2.1 build failed on macos 10.11.6

2019-06-08 Thread Juan Rafael García Blanco
Thank you for answering. Sorry, I think I did not make myself clear. I mean that it is not possible to build the RTEMS 5 tools for SPARC in macos 10.11.6. The latest Xcode version available for 10.11.6 includes LLVM 7.3.0, which cannot build gdb. It fails with the error in the previous email.

Re: gdb-8.2.1 build failed on macos 10.11.6

2019-04-21 Thread Chris Johns
On 20/4/19 3:58 am, Juan Rafael García Blanco wrote: > Hi, > > I have found an error while trying to build the RTEMS 5 toolset with RSB. The > build process stops during compilation of gdb with the following error > message: > > ../../gdb-8.2.1/gdb/tui/tui-hooks.c:208:36: error: default

gdb-8.2.1 build failed on macos 10.11.6

2019-04-19 Thread Juan Rafael García Blanco
Hi, I have found an error while trying to build the RTEMS 5 toolset with RSB. The build process stops during compilation of gdb with the following error message: ../../gdb-8.2.1/gdb/tui/tui-hooks.c:208:36: error: default initialization of an object of const type 'const gdb::observers::token'