Re: [OE-core] [PATCH v2 1/3] binutils: Upgrade to 2.40 release

2023-01-23 Thread Jeff Law
On 1/23/23 16:38, Khem Raj wrote: On Thu, Jan 19, 2023 at 9:25 AM Jeff Law wrote: On 1/18/23 21:27, Khem Raj wrote: Signed-off-by: Khem Raj --- v1 -> v2: - Fix build on mingw - Backport fix to build with --disable-gdb [ ... ] Note I think this is going to run afoul of grub2 mkimage.

Re: [OE-core] [PATCH v2 1/3] binutils: Upgrade to 2.40 release

2023-01-23 Thread Khem Raj
On Thu, Jan 19, 2023 at 9:25 AM Jeff Law wrote: > > > > On 1/18/23 21:27, Khem Raj wrote: > > Signed-off-by: Khem Raj > > --- > > v1 -> v2: > > - Fix build on mingw > > - Backport fix to build with --disable-gdb > [ ... ] > Note I think this is going to run afoul of grub2 mkimage. > > In

Re: [OE-core] [PATCH v2 1/3] binutils: Upgrade to 2.40 release

2023-01-19 Thread Khem Raj
On Thu, Jan 19, 2023 at 2:58 PM Luca Ceresoli wrote: > > Hi Khem, > > On Thu, 19 Jan 2023 08:52:09 -0800 > "Khem Raj" wrote: > > > On Thu, Jan 19, 2023 at 1:44 AM Luca Ceresoli > > wrote: > > > > > > Hi Khem, > > > > > > On Wed, 18 Jan 2023 20:27:22 -0800 > > > "Khem Raj" wrote: > > > > > > >

Re: [OE-core] [PATCH v2 1/3] binutils: Upgrade to 2.40 release

2023-01-19 Thread Luca Ceresoli via lists.openembedded.org
Hi Khem, On Thu, 19 Jan 2023 08:52:09 -0800 "Khem Raj" wrote: > On Thu, Jan 19, 2023 at 1:44 AM Luca Ceresoli > wrote: > > > > Hi Khem, > > > > On Wed, 18 Jan 2023 20:27:22 -0800 > > "Khem Raj" wrote: > > > > > Signed-off-by: Khem Raj This version is failing too:

Re: [OE-core] [PATCH v2 1/3] binutils: Upgrade to 2.40 release

2023-01-19 Thread Khem Raj
On Thu, Jan 19, 2023 at 9:25 AM Jeff Law wrote: > > > On 1/18/23 21:27, Khem Raj wrote: > > Signed-off-by: Khem Raj > > --- > > v1 -> v2: > > - Fix build on mingw > > - Backport fix to build with --disable-gdb > [ ... ] > Note I think this is going to run afoul of grub2 mkimage. > Yes I am

Re: [OE-core] [PATCH v2 1/3] binutils: Upgrade to 2.40 release

2023-01-19 Thread Jeff Law
On 1/18/23 21:27, Khem Raj wrote: Signed-off-by: Khem Raj --- v1 -> v2: - Fix build on mingw - Backport fix to build with --disable-gdb [ ... ] Note I think this is going to run afoul of grub2 mkimage. In binutils-2.40 the assembler for risc-v was changed to use CALL_PLT relocations rather

Re: [OE-core] [PATCH v2 1/3] binutils: Upgrade to 2.40 release

2023-01-19 Thread Khem Raj
On Thu, Jan 19, 2023 at 1:44 AM Luca Ceresoli wrote: > > Hi Khem, > > On Wed, 18 Jan 2023 20:27:22 -0800 > "Khem Raj" wrote: > > > Signed-off-by: Khem Raj > > --- > > v1 -> v2: > > - Fix build on mingw > > - Backport fix to build with --disable-gdb > > > >

Re: [OE-core] [PATCH v2 1/3] binutils: Upgrade to 2.40 release

2023-01-19 Thread Luca Ceresoli via lists.openembedded.org
Hi Khem, On Wed, 18 Jan 2023 20:27:22 -0800 "Khem Raj" wrote: > Signed-off-by: Khem Raj > --- > v1 -> v2: > - Fix build on mingw > - Backport fix to build with --disable-gdb > > meta/conf/distro/include/tcmode-default.inc | 2 +- > .../{binutils-2.39.inc => binutils-2.40.inc} |22