[dpdk-dev] SSSE3 instruction set not enabled ERROR - use msse4.2

Masaru Oki m-oki at stratosphere.co.jp
Fri Sep 5 15:40:33 CEST 2014


Hi,
What is your build environment (processor)?
I got same error with AMD Phoenom II, doesn't have SSSE3 instruction.


2014-09-05 22:23 GMT+09:00 Raj Ravi <mekaviraj at gmail.com>:

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


More information about the dev mailing list