From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 4710A12A1 for ; Fri, 25 Apr 2014 13:26:49 +0200 (CEST) Received: by mail-wg0-f44.google.com with SMTP id m15so3422951wgh.3 for ; Fri, 25 Apr 2014 04:26:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=U/+1Z0zriM415jw16LVqIOiElAHGnzMNXXgCtpu+dTM=; b=YyS3Gk0eHLMIzJVbIi8vxeQ1YvU60aO0ZRfj+Ah60RbQzkPNv77lBga1qST6l444+b EtjEgEAl3CNTzIP2t3kUDK4XPXEp5SeP75G5bKXz7Xlw8yOZT1owdfFTYSAvh4b3w3zO imaH7ZubCAyt6CoNRmHHDRUVBce/CuwmV9ThFFwFQndjNMZB7+Ww6OoJsELBpf/bsuvx O6W7Yve0NcnNXSCT8SzneUY6zsMo6Yn4R/Ct5TqWAxxkWb4CNiReQVvkk41gnBDdul37 2JAvO1+cShFAT8HoHc12cMy6tnWjCvma31c4WoNPXHkX3JVNN+0cPCYNUaO/1nE4HaKd 5CdA== X-Gm-Message-State: ALoCoQlMvOANMLJOVeRssXWEBRI4kI5QgYKWd/EZ7KyYMCOazKKMLaB41nbN16rf11M5Qx4mAc8U X-Received: by 10.194.58.79 with SMTP id o15mr1264337wjq.62.1398425211843; Fri, 25 Apr 2014 04:26:51 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id dn4sm5293458wib.18.2014.04.25.04.26.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Apr 2014 04:26:51 -0700 (PDT) From: Thomas Monjalon To: Vasiliy Tolstov Date: Fri, 25 Apr 2014 13:26:50 +0200 Message-ID: <2796371.H54fiQbGEl@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.1-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org 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:26:49 -0000 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