DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] RTE_MACHINE_TYPE Error
@ 2018-10-09  4:10 Cliff Burdick
  2018-10-09 13:54 ` Wiles, Keith
  0 siblings, 1 reply; 7+ messages in thread
From: Cliff Burdick @ 2018-10-09  4:10 UTC (permalink / raw)
  To: users

Hi, I'm trying to compile on a machine with an older-generation xeon than
the target, so I'm using CONFIG_RTE_MACHINE="broadwell" in the config.
gcc's options show that broadwell supports the AES flag, and I verified
that the build shows -march=broadwell. However, when I run my application
it prints immediately:

ERROR: This system does not support "AES".
Please check that RTE_MACHINE is set correctly.
EAL: FATAL: unsupported cpu type.
EAL: unsupported cpu type.
EAL: Error - exiting with code: 1
  Cause: Error with EAL initialization

This is gcc 7, so it supports that flag. Does anyone know how I can compile
for a later architecture on an older machine?

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-10-09 20:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-09  4:10 [dpdk-users] RTE_MACHINE_TYPE Error Cliff Burdick
2018-10-09 13:54 ` Wiles, Keith
2018-10-09 14:37   ` Cliff Burdick
2018-10-09 14:56     ` Cliff Burdick
2018-10-09 19:59       ` Wiles, Keith
2018-10-09 20:45         ` Cliff Burdick
2018-10-09 19:58     ` Wiles, Keith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).