From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com [209.85.217.174]) by dpdk.org (Postfix) with ESMTP id F40F1AFD1 for ; Fri, 5 Sep 2014 16:58:10 +0200 (CEST) Received: by mail-lb0-f174.google.com with SMTP id n15so4034082lbi.5 for ; Fri, 05 Sep 2014 08:02:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=h+eDAFSA2e/fGaH2B9uhSsjerHS0/mIEF1lJmCz8NuI=; b=e+Oqu6bNmd9nEsiYLlN/7bMrOnySzZg1cNEAs18rCBxhuOqjXEAg6A/THMsuc0MEIC 0qHj4KGV/EY1lTJrUqwD2qelSXHc65UTAP4keAVCqhfwws6FyADue3Qj5eT9gdT4LMCY uCoWQL8CMp98ZD9llQbq5+MeWcN6tXggHWC2BqXM3KamnE+60/o+tv+SHmDUCrd9kLZn Tk4lgkNHwb4t9Gf3KBqSQdm5nK0FYUATtB/1NRr8WxI7pJTMcH5KrCyQxnLR0VbHjuds jtSaAcv5A+GjKDbhga0V7+i/TC6OoUa/hC49qeRTiwwRDF3d/AgRXtl2Q8YsrgR8Gl5I 81Ww== MIME-Version: 1.0 X-Received: by 10.152.3.35 with SMTP id 3mr12635077laz.5.1409929376410; Fri, 05 Sep 2014 08:02:56 -0700 (PDT) Received: by 10.112.45.7 with HTTP; Fri, 5 Sep 2014 08:02:56 -0700 (PDT) In-Reply-To: References: Date: Fri, 5 Sep 2014 20:32:56 +0530 Message-ID: From: Raj Ravi To: Masaru Oki , thomas.monjalon@6wind.com Content-Type: text/plain; charset=UTF-8 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] SSSE3 instruction set not enabled ERROR - use msse4.2 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2014 14:58:11 -0000 ==================================== cpuinfo: cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 16 model : 4 model name : AMD Phenom(tm) II X4 955 Processor stepping : 3 microcode : 0x10000c8 cpu MHz : 800.000 cache size : 512 KB physical id : 0 siblings : 4 core id : 0 cpu cores : 4 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt hw_pstate npt lbrv svm_lock nrip_save bogomips : 6399.94 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate =================================== Fedora 20 - 3.15.10 default Fedora kernel used. =================================== I have built dpdk-1.7.0 and faced this error. I have tried building dpdk-1.7.1 , but faced the same error. Only after adding msse4.2, this errors goes away. Thanks On Fri, Sep 5, 2014 at 7:10 PM, Masaru Oki wrote: > 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 : >> >> 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 > >