[dpdk-dev] unable to compile 1.6.0

2014-04-28 Thread Vasiliy Tolstov
2014-04-25 17:03 GMT+04:00 Ananyev, Konstantin : > Then I suppose you need to set > CONFIG_RTE_MACHINE="default" > in your config file. Thanks, this is works fine..., but: /var/tmp/paludis/build/net-libs-dpdk-1.6.0/work/dpdk-1.6.0/mk/internal/rte.compile-pre.mk:126: recipe for target 'eal_common_

[dpdk-dev] unable to compile 1.6.0

2014-04-28 Thread Vasiliy Tolstov
2014-04-25 18:02 GMT+04:00 Paul Barrette : > In qemu you can turn off the cpu features that you don't want enabled: > http://www.linux-kvm.org/page/Tuning_KVM > maybe -cpu Nehalem ... Why dpdk not use provided CFLAGS? I think that compile for native arch not best option for packaging stuff for va

[dpdk-dev] unable to compile 1.6.0

2014-04-25 Thread Vasiliy Tolstov
2014-04-25 16:22 GMT+04:00 Ananyev, Konstantin : > Hi Vasiliy, > Why just not use ' -cpu host' when starting your kvm? Because in this case compiled binaries may use extensions that not supported on other platforms. As i see error happen with MACHINE_CFLAGS = -march=native, but i compile all soft

[dpdk-dev] unable to compile 1.6.0

2014-04-25 Thread Vasiliy Tolstov
2014-04-25 15:20 GMT+04:00 Neil Horman : > Start by adding V=1 to your command line to start drilling down to where the > problem is actually happening. make -f /var/tmp/paludis/build/net-libs-dpdk-1.6.0/work/dpdk-1.6.0/mk/rte.sdkconfig.mk config if [ "/var/tmp/paludis/build/net-libs-dpdk-1.6.0

[dpdk-dev] unable to compile 1.6.0

2014-04-25 Thread Thomas Monjalon
Hi, 2014-04-25 10:00, Vasiliy Tolstov: > model name : QEMU Virtual CPU version 1.0 [...) > error: > make config T=x86_64-default-linuxapp-gcc > cc1: error: CPU you selected does not support x86-64 instruction set Try qemu -cpu host. -- Thomas

[dpdk-dev] unable to compile 1.6.0

2014-04-25 Thread Ananyev, Konstantin
Then I suppose you need to set CONFIG_RTE_MACHINE="default" in your config file. -Original Message- From: vase at selfip.ru [mailto:v...@selfip.ru] On Behalf Of Vasiliy Tolstov Sent: Friday, April 25, 2014 1:37 PM To: Ananyev, Konstantin Cc: Neil Horman; dev Subject: Re: [dpdk-d

[dpdk-dev] unable to compile 1.6.0

2014-04-25 Thread Ananyev, Konstantin
Hi Vasiliy, Why just not use ' -cpu host' when starting your kvm? Konstantin -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Vasiliy Tolstov Sent: Friday, April 25, 2014 12:37 PM To: Neil Horman Cc: dev Subject: Re: [dpdk-dev] unable to compile 1.6.0 201

[dpdk-dev] unable to compile 1.6.0

2014-04-25 Thread Paul Barrette
On 04/25/2014 08:36 AM, Vasiliy Tolstov wrote: > 2014-04-25 16:22 GMT+04:00 Ananyev, Konstantin intel.com>: >> Hi Vasiliy, >> Why just not use ' -cpu host' when starting your kvm? > > Because in this case compiled binaries may use extensions that not > supported on other platforms. > As i see err

[dpdk-dev] unable to compile 1.6.0

2014-04-25 Thread Vasiliy Tolstov
Hello. I'm try to create package for my distro for testing, but unable to compile under kvm virtual machine. /proc/cpuinfo processor : 7 vendor_id : GenuineIntel cpu family : 6 model : 2 model name : QEMU Virtual CPU version 1.0 stepping: 3 microcode :

[dpdk-dev] unable to compile 1.6.0

2014-04-25 Thread Neil Horman
On Fri, Apr 25, 2014 at 10:00:41AM +0400, Vasiliy Tolstov wrote: > Hello. I'm try to create package for my distro for testing, but unable > to compile under kvm virtual machine. > /proc/cpuinfo > processor : 7 > vendor_id : GenuineIntel > cpu family : 6 > model : 2 > mode