From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 01F6312A1 for ; Fri, 25 Apr 2014 13:20:07 +0200 (CEST) Received: from hmsreliant.think-freely.org ([2001:470:8:a08:7aac:c0ff:fec2:933b] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1WdeAm-0004C4-Av; Fri, 25 Apr 2014 07:20:08 -0400 Date: Fri, 25 Apr 2014 07:20:03 -0400 From: Neil Horman To: Vasiliy Tolstov Message-ID: <20140425112003.GB14074@hmsreliant.think-freely.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: dev Subject: Re: [dpdk-dev] unable to compile 1.6.0 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, 25 Apr 2014 11:20:07 -0000 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 > model name : QEMU Virtual CPU version 1.0 > stepping : 3 > microcode : 0x1 > cpu MHz : 2400.084 > cache size : 4096 KB > fpu : yes > fpu_exception : yes > cpuid level : 4 > wp : yes > flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca > cmov pse36 clflush mmx fxsr sse sse2 syscall nx lm rep_good nopl pni > vmx cx16 popcnt hypervisor lahf_lm > bogomips : 4800.16 > clflush size : 64 > cache_alignment : 64 > address sizes : 40 bits physical, 48 bits virtual > power management: > > > error: > make config T=x86_64-default-linuxapp-gcc > cc1: error: CPU you selected does not support x86-64 instruction set > > How can i debug this issue? Start by adding V=1 to your command line to start drilling down to where the problem is actually happening. Neil > -- > Vasiliy Tolstov, > e-mail: v.tolstov@selfip.ru > jabber: vase@selfip.ru >