DPDK patches and discussions
 help / color / mirror / Atom feed
From: Raj Ravi <mekaviraj@gmail.com>
To: "dev@dpdk.org" <dev@dpdk.org>
Subject: [dpdk-dev] SSSE3 instruction set not enabled ERROR - use msse4.2
Date: Fri, 5 Sep 2014 18:53:34 +0530	[thread overview]
Message-ID: <CAL0OjmHOtJBEsue8+j2z+c914=y6q-M_h083CiXgFhENzZkX9w@mail.gmail.com> (raw)

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

             reply	other threads:[~2014-09-05 13:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-05 13:23 Raj Ravi [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAL0OjmHOtJBEsue8+j2z+c914=y6q-M_h083CiXgFhENzZkX9w@mail.gmail.com' \
    --to=mekaviraj@gmail.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).