Embedded Intel® Core™ Processors
Communicate Intel® Core™ Hardware, Software, Firmware, Graphics Concerns
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

DPDK 20.11 compile issue

qlin2000
Beginner
1,784 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
1,762 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.

  

ZeKay
Beginner
1,655 Views
Reply