Embedded Intel® Core™ Processors
Communicate Intel® Core™ Hardware, Software, Firmware, Graphics Concerns
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

DPDK 20.11 compile issue

qlin2000
Beginner
4,312 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
4,290 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
4,183 Views
0 Kudos
Reply