[dpdk-dev] Unable to build dpdk : #error "SSSE3 instruction set not enabled"

2013-12-02 Thread Alexander Belyakov
Hi, On Fri, Nov 29, 2013 at 2:39 PM, Surya Nimmagadda wrote: > I am seeing the following error when doing make with 1.5.0r2 or 1.5.1r1 > > == Build lib/librte_meter > == Build lib/librte_sched > CC rte_sched.o > In file included from > /home/surya/dpdk/dpdk-1.5.1r1/lib/librte_sched/rte_bitmap.h

[dpdk-dev] Unable to build dpdk : #error "SSSE3 instruction set not enabled"

2013-11-29 Thread Etai Lev-Ran
e to build dpdk : #error "SSSE3 instruction set not enabled" Changing the CPU type emulation to some model that supports SSSE3 solved it (e.g. core2duo) should do the trick. I faced the same problem sometime ago. best marc On 29/11/13 11:39, Surya Nimmagadda wrote: > Hi, > > I am

[dpdk-dev] Unable to build dpdk : #error "SSSE3 instruction set not enabled"

2013-11-29 Thread Marc Sune
Changing the CPU type emulation to some model that supports SSSE3 solved it (e.g. core2duo) should do the trick. I faced the same problem sometime ago. best marc On 29/11/13 11:39, Surya Nimmagadda wrote: > Hi, > > I am a beginner with dpdk and trying to follow the instructions in > http://www

[dpdk-dev] Unable to build dpdk : #error "SSSE3 instruction set not enabled"

2013-11-29 Thread Surya Nimmagadda
Hi, I am a beginner with dpdk and trying to follow the instructions in http://www.dpdk.org/doc/quick-start I am seeing the following error when doing make with 1.5.0r2 or 1.5.1r1 == Build lib/librte_meter == Build lib/librte_sched CC rte_sched.o In file included from /home/surya/dpdk/dpdk-1.