Re: [PATCH] Add GMP as a prerequisite for GDB

2020-12-20 Thread Chris Johns
On 21/12/20 5:24 pm, Sebastian Huber wrote: > On 15/12/2020 04:59, Chris Johns wrote: >> Why is xgcc now dependent on a share libgmp? A FreeBSD gcc does not show any >> shared library dependencies other than the standard OS ones. What happens if >> you >> configure the GMP package that is built fo

Re: [PATCH] Add GMP as a prerequisite for GDB

2020-12-20 Thread Sebastian Huber
On 15/12/2020 04:59, Chris Johns wrote: Why is xgcc now dependent on a share libgmp? A FreeBSD gcc does not show any shared library dependencies other than the standard OS ones. What happens if you configure the GMP package that is built for gdb with --disable-shared (assuming it supports it)? B

Re: [PATCH] Add GMP as a prerequisite for GDB

2020-12-15 Thread Sebastian Huber
On 15/12/2020 08:53, Chris Johns wrote: On FreeBSD is see no dynamic libexpat: /home/user/rtems/6/bin/sparc-rtems6-gdb:     libutil.so.9 => /lib/libutil.so.9 (0x8009fc000)     libncursesw.so.8 => /lib/libncursesw.so.8 (0x800a13000)     libm.so.5 => /lib/libm.so.5 (0x800a74000)  

Re: [PATCH] Add GMP as a prerequisite for GDB

2020-12-14 Thread Chris Johns
On 15/12/20 6:42 pm, Sebastian Huber wrote: > On 15/12/2020 04:59, Chris Johns wrote: > >> Sorry, I have been distracted with other things >> >> On 14/12/20 5:55 pm, Sebastian Huber wrote: >>> On 11/12/2020 14:00, Sebastian Huber wrote: >>> ---    bare/config/devel/gmp-6.1.0.cfg   |

Re: [PATCH] Add GMP as a prerequisite for GDB

2020-12-14 Thread Sebastian Huber
On 15/12/2020 04:59, Chris Johns wrote: Sorry, I have been distracted with other things On 14/12/20 5:55 pm, Sebastian Huber wrote: On 11/12/2020 14:00, Sebastian Huber wrote: ---   bare/config/devel/gmp-6.1.0.cfg   | 18 ++   rtems/config/6/rtems-default.bset |  1 +   rtems/co

Re: [PATCH] Add GMP as a prerequisite for GDB

2020-12-14 Thread Chris Johns
Sorry, I have been distracted with other things On 14/12/20 5:55 pm, Sebastian Huber wrote: > On 11/12/2020 14:00, Sebastian Huber wrote: > >> --- >>   bare/config/devel/gmp-6.1.0.cfg   | 18 ++ >>   rtems/config/6/rtems-default.bset |  1 + >>   rtems/config/7/rtems-default.bset |  1 +

Re: [PATCH] Add GMP as a prerequisite for GDB

2020-12-13 Thread Sebastian Huber
On 11/12/2020 14:00, Sebastian Huber wrote: --- bare/config/devel/gmp-6.1.0.cfg | 18 ++ rtems/config/6/rtems-default.bset | 1 + rtems/config/7/rtems-default.bset | 1 + source-builder/config/gmp.cfg | 60 +++ 4 files changed, 80 insertions(+)

[PATCH] Add GMP as a prerequisite for GDB

2020-12-11 Thread Sebastian Huber
--- bare/config/devel/gmp-6.1.0.cfg | 18 ++ rtems/config/6/rtems-default.bset | 1 + rtems/config/7/rtems-default.bset | 1 + source-builder/config/gmp.cfg | 60 +++ 4 files changed, 80 insertions(+) create mode 100644 bare/config/devel/gmp-6.1.0.cfg