Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Re: [PATCH v2] contrib: add download_prerequisites script from GCC
       [not found] ` <20250717083202.2949512-1-jerry.zhangjian@sifive.com>
@ 2025-07-17  8:38   ` Jan Beulich
       [not found]     ` <3856A741-F62C-4207-B901-723BB393F71E@sifive.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Beulich @ 2025-07-17  8:38 UTC (permalink / raw)
  To: Jerry Zhang Jian; +Cc: binutils, GDB

On 17.07.2025 10:32, Jerry Zhang Jian via Binutils wrote:
> Add new download_prerequisites from GCC source tree to simplify the
> build dependencies setup for building GDB.

Oh, gdb. Cc-ing their patches mailing list. But then I'm still unclear
how much of an overlap there is between gdb's and gcc's prereqs.

Jan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] contrib: add download_prerequisites script from GCC
       [not found]     ` <3856A741-F62C-4207-B901-723BB393F71E@sifive.com>
@ 2025-07-17  9:30       ` Jan Beulich
  2025-07-22  4:56         ` Jerry Zhang Jian
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Beulich @ 2025-07-17  9:30 UTC (permalink / raw)
  To: Jerry Zhang Jian; +Cc: Binutils, GDB

On 17.07.2025 10:40, Jerry Zhang Jian wrote:
> It is required to specify the gmp and mpfr path without the patch

And gcc's and gdb's required / desired versions match (and will always do so)?

Also please don't send private replies for on-list discussions, and please
don't top-post.

Jan

> Configure error:
> Try the --with-gmp and/or --with-mpfr options to specify
> their locations.  If you obtained GMP and/or MPFR from a vendor
> distribution package, make sure that you have installed both the libraries
> and the header files.  They may be located in separate packages.
> 
>> On Jul 17, 2025, at 16:38, Jan Beulich <jbeulich@suse.com> wrote:
>>
>> On 17.07.2025 10:32, Jerry Zhang Jian via Binutils wrote:
>>> Add new download_prerequisites from GCC source tree to simplify the
>>> build dependencies setup for building GDB.
>>
>> Oh, gdb. Cc-ing their patches mailing list. But then I'm still unclear
>> how much of an overlap there is between gdb's and gcc's prereqs.
>>
>> Jan
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] contrib: add download_prerequisites script from GCC
  2025-07-17  9:30       ` Jan Beulich
@ 2025-07-22  4:56         ` Jerry Zhang Jian
  2025-07-22  5:36           ` Jan Beulich
  0 siblings, 1 reply; 4+ messages in thread
From: Jerry Zhang Jian @ 2025-07-22  4:56 UTC (permalink / raw)
  To: GDB; +Cc: Binutils, Jan Beulich

[-- Attachment #1: Type: text/plain, Size: 1334 bytes --]

GDB is not specifying the required version, so I simply follow GCC's version and it works fine on my end.

https://sourceware.org/gdb/current/onlinedocs/gdb.html/Requirements.html

Jerry

> On Jul 17, 2025, at 17:30, Jan Beulich <jbeulich@suse.com> wrote:
> 
> On 17.07.2025 10:40, Jerry Zhang Jian wrote:
>> It is required to specify the gmp and mpfr path without the patch
> 
> And gcc's and gdb's required / desired versions match (and will always do so)?
> 
> Also please don't send private replies for on-list discussions, and please
> don't top-post.
> 
> Jan
> 
>> Configure error:
>> Try the --with-gmp and/or --with-mpfr options to specify
>> their locations.  If you obtained GMP and/or MPFR from a vendor
>> distribution package, make sure that you have installed both the libraries
>> and the header files.  They may be located in separate packages.
>> 
>>> On Jul 17, 2025, at 16:38, Jan Beulich <jbeulich@suse.com> wrote:
>>> 
>>> On 17.07.2025 10:32, Jerry Zhang Jian via Binutils wrote:
>>>> Add new download_prerequisites from GCC source tree to simplify the
>>>> build dependencies setup for building GDB.
>>> 
>>> Oh, gdb. Cc-ing their patches mailing list. But then I'm still unclear
>>> how much of an overlap there is between gdb's and gcc's prereqs.
>>> 
>>> Jan
>> 
> 


[-- Attachment #2.1: Type: text/html, Size: 4667 bytes --]

[-- Attachment #2.2: favicon.ico --]
[-- Type: image/vnd.microsoft.icon, Size: 10462 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] contrib: add download_prerequisites script from GCC
  2025-07-22  4:56         ` Jerry Zhang Jian
@ 2025-07-22  5:36           ` Jan Beulich
  0 siblings, 0 replies; 4+ messages in thread
From: Jan Beulich @ 2025-07-22  5:36 UTC (permalink / raw)
  To: Jerry Zhang Jian; +Cc: Binutils, GDB

On 22.07.2025 06:56, Jerry Zhang Jian wrote:
> GDB is not specifying the required version, so I simply follow GCC's version and it works fine on my end.
> 
> https://sourceware.org/gdb/current/onlinedocs/gdb.html/Requirements.html
Which then means this script is potentially going to be misleading to
people. I wonder what other binutils maintainers think ...

Also, just to re-emphasize ...

>> On Jul 17, 2025, at 17:30, Jan Beulich <jbeulich@suse.com> wrote:
>>
>> On 17.07.2025 10:40, Jerry Zhang Jian wrote:
>>> It is required to specify the gmp and mpfr path without the patch
>>
>> And gcc's and gdb's required / desired versions match (and will always do so)?
>>
>> Also please don't send private replies for on-list discussions, and please
>> don't top-post.

... please, really, don't top-post.

Jan

>>> Configure error:
>>> Try the --with-gmp and/or --with-mpfr options to specify
>>> their locations.  If you obtained GMP and/or MPFR from a vendor
>>> distribution package, make sure that you have installed both the libraries
>>> and the header files.  They may be located in separate packages.
>>>
>>>> On Jul 17, 2025, at 16:38, Jan Beulich <jbeulich@suse.com> wrote:
>>>>
>>>> On 17.07.2025 10:32, Jerry Zhang Jian via Binutils wrote:
>>>>> Add new download_prerequisites from GCC source tree to simplify the
>>>>> build dependencies setup for building GDB.
>>>>
>>>> Oh, gdb. Cc-ing their patches mailing list. But then I'm still unclear
>>>> how much of an overlap there is between gdb's and gcc's prereqs.
>>>>
>>>> Jan
>>>
>>
> 
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-07-22  5:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20250717075754.2857544-1-jerry.zhangjian@sifive.com>
     [not found] ` <20250717083202.2949512-1-jerry.zhangjian@sifive.com>
2025-07-17  8:38   ` [PATCH v2] contrib: add download_prerequisites script from GCC Jan Beulich
     [not found]     ` <3856A741-F62C-4207-B901-723BB393F71E@sifive.com>
2025-07-17  9:30       ` Jan Beulich
2025-07-22  4:56         ` Jerry Zhang Jian
2025-07-22  5:36           ` Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox