Re: [PATCH v2] config/arm: update aarch32 build with gcc13

2023-10-13 Thread Juraj Linkeš
On Thu, Oct 12, 2023 at 2:40 PM Paul Szczepanek wrote: > > > On 09/10/2023 10:53, Juraj Linkeš wrote: > > The aarch32 with gcc13 fails with: > > > > Compiler for C supports arguments -march=armv8-a: NO > > > > ../config/arm/meson.build:714:12: ERROR: Problem encountered: No > > suitable armv8 marc

Re: [PATCH v2] config/arm: update aarch32 build with gcc13

2023-10-12 Thread Paul Szczepanek
On 09/10/2023 10:53, Juraj Linkeš wrote: The aarch32 with gcc13 fails with: Compiler for C supports arguments -march=armv8-a: NO ../config/arm/meson.build:714:12: ERROR: Problem encountered: No suitable armv8 march version found. This is because we test -march=armv8-a alone (without the -mpf

RE: [PATCH v2] config/arm: update aarch32 build with gcc13

2023-10-09 Thread Ruifeng Wang
> -Original Message- > From: Juraj Linkeš > Sent: Monday, October 9, 2023 5:53 PM > To: tho...@monjalon.net; Honnappa Nagarahalli ; > bruce.richard...@intel.com; Ruifeng Wang > Cc: dev@dpdk.org; Juraj Linkeš > Subject: [PATCH v2] config/arm: update aarch32 buil

[PATCH v2] config/arm: update aarch32 build with gcc13

2023-10-09 Thread Juraj Linkeš
The aarch32 with gcc13 fails with: Compiler for C supports arguments -march=armv8-a: NO ../config/arm/meson.build:714:12: ERROR: Problem encountered: No suitable armv8 march version found. This is because we test -march=armv8-a alone (without the -mpfu option), which is no longer supported in gc