From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masaru OKI Subject: Re: compile error on ubuntu 14.4.4 kernel 4.2.0-27-generic in qemu Date: Mon, 18 Apr 2016 03:41:20 +0900 Message-ID: <5713D8D0.8080201@chocot.jp> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Sharath , dev@dpdk.org Return-path: Received: from chiharu.chocot.jp (85.16.128.210.bn.2iij.net [210.128.16.85]) by dpdk.org (Postfix) with ESMTP id B75B12C37 for ; Sun, 17 Apr 2016 20:41:22 +0200 (CEST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2016/04/18 3:27, Sharath wrote: > I am facing feew compile errors while compiling dpdk. The env is ubuntu > running as an VM, VM is started by qemu. How do I fix the compile errors? Default qemu virtual cpu does not support SSE4.2. Try qemu -cpu help, and specify your reasonable cpu.