Re: GMP is now a required dependency for building GDB

2020-12-02 Thread Chris Johns
On 2/12/20 7:56 pm, Sebastian Huber wrote: > Hello Chris, > > On 19/11/2020 09:52, Sebastian Huber wrote: >> On 19/11/2020 09:33, Sebastian Huber wrote: >> >>> On 17/11/2020 14:49, Joel Sherrill wrote: >>>     The GMP library is not available by default on FreeBSD systems.     For G

Re: GMP is now a required dependency for building GDB

2020-12-02 Thread Sebastian Huber
Hello Chris, On 19/11/2020 09:52, Sebastian Huber wrote: On 19/11/2020 09:33, Sebastian Huber wrote: On 17/11/2020 14:49, Joel Sherrill wrote:     The GMP library is not available by default on FreeBSD systems.     For GCC     we include a fixed version and build it together with GCC. What

Re: GMP is now a required dependency for building GDB

2020-11-19 Thread Sebastian Huber
On 19/11/2020 09:33, Sebastian Huber wrote: On 17/11/2020 14:49, Joel Sherrill wrote:     The GMP library is not available by default on FreeBSD systems.     For GCC     we include a fixed version and build it together with GCC. What     should     be do for GDB? I would lean to including t

Re: GMP is now a required dependency for building GDB

2020-11-19 Thread Sebastian Huber
On 17/11/2020 14:49, Joel Sherrill wrote: The GMP library is not available by default on FreeBSD systems. For GCC we include a fixed version and build it together with GCC. What should be do for GDB? I would lean to including the same version in GDB that we do in GCC. Is

Re: GMP is now a required dependency for building GDB

2020-11-17 Thread Joel Sherrill
On Tue, Nov 17, 2020 at 1:46 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > I tried to update the RTEMS 6/7 tools yesterday and all builds failed on > my FreeBSD machine. The reason is this change in GDB: > > commit 1b4ac058f7daeb9bac9ab0e63a7e73535208dfef > Author: J

GMP is now a required dependency for building GDB

2020-11-16 Thread Sebastian Huber
Hello, I tried to update the RTEMS 6/7 tools yesterday and all builds failed on my FreeBSD machine. The reason is this change in GDB: commit 1b4ac058f7daeb9bac9ab0e63a7e73535208dfef Author: Joel Brobecker Date:   Sun Nov 15 03:08:40 2020 -0500     gdb: Make GMP a required dependency for buil