From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CCB3F46349; Wed, 5 Mar 2025 10:07:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6933E40156; Wed, 5 Mar 2025 10:07:49 +0100 (CET) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 40093400EF for ; Wed, 5 Mar 2025 10:07:48 +0100 (CET) Received: by inbox.dpdk.org (Postfix, from userid 33) id 1F1D34634A; Wed, 5 Mar 2025 10:07:48 +0100 (CET) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [DPDK/meson Bug 1670] DPDK fails to compile using gcc version 8.5.0 Date: Wed, 05 Mar 2025 09:07:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: meson X-Bugzilla-Version: 25.03 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: subhim@nvidia.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: multipart/alternative; boundary=17411656670.feACC.284291 Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org --17411656670.feACC.284291 Date: Wed, 5 Mar 2025 10:07:47 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All https://bugs.dpdk.org/show_bug.cgi?id=3D1670 Bug ID: 1670 Summary: DPDK fails to compile using gcc version 8.5.0 Product: DPDK Version: 25.03 Hardware: ARM OS: Linux Status: UNCONFIRMED Severity: critical Priority: Normal Component: meson Assignee: dev@dpdk.org Reporter: subhim@nvidia.com Target Milestone: --- Compiling DPDK 25.03 on systems that runs gcc version 8.5.0 and ARM architecture ( aarch64) is failing. Reproducer :=20 1.Clone DPDK 23.05 :=20 git clone git:\\dpdk.org\dpdk dpdk-25.03 2. Compile DPDK : meson build-meson --werror -Dexamples=3Dethtool,ip_fragmentation,l2fwd-crypto,l3fwd-power,link_status_= interrupt,multi_process/client_server_mp/mp_client,multi_process/client_ser= ver_mp/mp_server,multi_process/simple_mp,multi_process/symmetric_mp,vdpa -Dprefix=3D/download/dpdk/install -Dlibdir=3Dlib64 -Denable_drivers=3D*/mlx5,mempool/bucket,mempool/ring,mempool/stack,net/fai= lsafe,net/netvsc,bus/vmbus,net/tap,net/vdev_netvsc,crypto/openssl,*/virtio*= ,bus/auxiliary && ninja -C build-meson install Result : compilation fails with the following error :=20 Compiler for C supports arguments -Wno-missing-field-initializers: YES Compiler for C supports arguments -fzero-init-padding-bits=3Dall: NO Message: Arm implementer: Arm Message: Arm part number: 0xd42 Compiler for C supports arguments -mcpu=3Dcortex-a78ae: NO config/arm/meson.build:915:12: ERROR: Problem encountered: Compiler does not support -mcpu=3Dcortex-a78ae. --=20 You are receiving this mail because: You are the assignee for the bug.= --17411656670.feACC.284291 Date: Wed, 5 Mar 2025 10:07:47 +0100 MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All
Bug ID 1670
Summary DPDK fails to compile using gcc version 8.5.0
Product DPDK
Version 25.03
Hardware ARM
OS Linux
Status UNCONFIRMED
Severity critical
Priority Normal
Component meson
Assignee dev@dpdk.org
Reporter subhim@nvidia.com
Target Milestone ---

Compiling DPDK 25.03 on systems th=
at runs gcc version 8.5.0 and ARM
architecture ( aarch64) is failing.

Reproducer :=20

1.Clone DPDK 23.05 :=20

git clone git:\\dpdk.org\dpdk dpdk-25.03

2. Compile DPDK :

meson build-meson --werror
-Dexamples=3Dethtool,ip_fragmentation,l2fwd-crypto,l3fwd-power,link_status_=
interrupt,multi_process/client_server_mp/mp_client,multi_process/client_ser=
ver_mp/mp_server,multi_process/simple_mp,multi_process/symmetric_mp,vdpa
-Dprefix=3D/download/dpdk/install -Dlibdir=3Dlib64
-Denable_drivers=3D*/mlx5,mempool/bucket,mempool/ring,mempool/stack,net/fai=
lsafe,net/netvsc,bus/vmbus,net/tap,net/vdev_netvsc,crypto/openssl,*/virtio*=
,bus/auxiliary
&& ninja -C build-meson install


Result : compilation fails with the following error  :=20

Compiler for C supports arguments -Wno-missing-field-initializers: YES
Compiler for C supports arguments -fzero-init-padding-bits=3Dall: NO
Message: Arm implementer: Arm
Message: Arm part number: 0xd42
Compiler for C supports arguments -mcpu=3Dcortex-a78ae: NO

config/arm/meson.build:915:12: ERROR: Problem encountered: Compiler does not
support -mcpu=3Dcortex-a78ae.
          


You are receiving this mail because:
  • You are the assignee for the bug.
=20=20=20=20=20=20=20=20=20=20
= --17411656670.feACC.284291--