DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] SSSE3 instruction set not enabled ERROR - use msse4.2
@ 2014-09-05 13:23 Raj Ravi
  2014-09-05 13:38 ` Thomas Monjalon
  2014-09-05 13:40 ` Masaru Oki
  0 siblings, 2 replies; 5+ messages in thread
From: Raj Ravi @ 2014-09-05 13:23 UTC (permalink / raw)
  To: dev

Hi,
I was facing this error:
"SSSE3 instruction set not enabled" while building dpdk.

Using the following commands:
make config  T=x86_64-native-linuxapp-gcc
make install  T=x86_64-native-linuxapp-gcc

So, again I tried like this :
make config    T=x86_64-native-linuxapp-gcc   EXTRA_CFLAGS="-msse4.2"
make install    T=x86_64-native-linuxapp-gcc   EXTRA_CFLAGS="-msse4.2"

Now, the build goes through.
Is This method correct  to follow ?

Thanks

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

end of thread, other threads:[~2014-09-05 16:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-05 13:23 [dpdk-dev] SSSE3 instruction set not enabled ERROR - use msse4.2 Raj Ravi
2014-09-05 13:38 ` Thomas Monjalon
2014-09-05 13:40 ` Masaru Oki
2014-09-05 15:02   ` Raj Ravi
2014-09-05 16:45     ` Neil Horman

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).