Bug 1041 - dma/idxd build failure with clang 3.4.2
Summary: dma/idxd build failure with clang 3.4.2
Status: IN_PROGRESS
Alias: None
Product: DPDK
Classification: Unclassified
Component: other (show other bugs)
Version: unspecified
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: dev
URL:
Depends on:
Blocks:
 
Reported: 2022-06-22 16:18 CEST by Ali Alnubani
Modified: 2022-06-24 09:57 CEST (History)
1 user (show)



Attachments

Description Ali Alnubani 2022-06-22 16:18:19 CEST
$ CC=clang meson --werror --buildtype=debugoptimized build && ninja-build -C build
[..]
drivers/dma/idxd/idxd_common.c:25:1: error: unknown attribute 'target' ignored [-Werror,-Wattributes]
[..]


DPDK version: main (3227bc7138)
OS: CentOS Linux 7
clang: 3.4.2
Comment 1 Bruce Richardson 2022-06-24 09:57:03 CEST
Any issues on Centos 7 should be fixed by[1] which I've just upstreamed.

[1] http://patches.dpdk.org/project/dpdk/list/?series=23735

Note You need to log in before you can comment on or make changes to this bug.