- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You might get help following this link

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page