Embedded Intel® Core™ Processors
Communicate Intel® Core™ Hardware, Software, Firmware, Graphics Concerns

DPDK 20.11 compile issue

qlin2000
Beginner
2,771 Views

Trying to build DPDK 20.11. Build with default machine type ("native") works. But, got an error when setting a x86 machine type, e.g.

     meson -Dmachine=silvermont build

The problem seems with compiler setting. File $(DPDK_ROOT)/config/x86/meson.build has code:

# we require SSE4.2 for DPDK
if cc.get_define('__SSE4_2__', args: machine_args) == ''
        message('SSE 4.2 not enabled by default, explicitly enabling')
        machine_args += '-msse4'
endif

 

The error is: "Could not get define '__SSE4_2__'   "
How to resolve this issue?  What have I missed? Thanks.

0 Kudos
2 Replies
CarlosAM_INTEL
Moderator
2,749 Views

Hello, @qlin2000:

Thank you for contacting Intel Embedded Community.

You should address your Data Plane Development Kit (DPDK) consultations as a reference to the channels listed on the following website:

https://www.dpdk.org/contribute/#mailing-lists

Best regards,

@CarlosAM_INTEL.

  

0 Kudos
ZeKay
Beginner
2,642 Views
0 Kudos
Reply