From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-f181.google.com (mail-ie0-f181.google.com [209.85.223.181]) by dpdk.org (Postfix) with ESMTP id E47FB5907 for ; Tue, 24 Jun 2014 10:12:18 +0200 (CEST) Received: by mail-ie0-f181.google.com with SMTP id y20so6868206ier.26 for ; Tue, 24 Jun 2014 01:12:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=gdrdpuk+63QeDB2aKKgfyn3HkgZyQ55e172nJ78hJGY=; b=ZcWVEMePzg6Gg+qMT4v2iSJnd9KQ/L/qu26OhIxO/cmI4DMaRT7ZAvZ1OsB6RxAnOU exQkPxU6dg7xL8qpaj4kaqA6ldirQypyMKQOtsvbvAF0kZE8ZNQT8FZJ4t320eaL/MZ5 ZFzEB47z6IGHGHdbWwM54IzIi6qzCNLjlJHCKu84JlX/gyqL2d+/q+yf8XSIrPekntiP EpBjUAIBKFSRS8gdLCKjopA+JG4awCF46II8mR+K6BU7Uu+zKP+RQ9QE1/nPX3rAmkSF E3p0z2780QGJ3o3EFFo5IeXq8I8EgP6RjdnjZ785jPxUKNgk8ZsVhag0xrb6vdanT6cA XR1Q== X-Gm-Message-State: ALoCoQkrNYZF/tfETQrTIhDg1MfLZKIfjmtms9jWXk7qR7JQCcwm+/uTR7LdtMfyL+K/aAA8Mi1q MIME-Version: 1.0 X-Received: by 10.182.76.38 with SMTP id h6mr25122150obw.8.1403597556621; Tue, 24 Jun 2014 01:12:36 -0700 (PDT) Received: by 10.202.202.137 with HTTP; Tue, 24 Jun 2014 01:12:36 -0700 (PDT) In-Reply-To: References: <1446078.gBle9s9fQO@xps13> Date: Tue, 24 Jun 2014 11:12:36 +0300 Message-ID: From: Alex Markuze To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Fwd: CPU does not support x86-64 instruction set 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: Tue, 24 Jun 2014 08:12:19 -0000 Thomas Thanks for your reply, I've resolved the issue in a similar way by modifying the VM xml config file with this line . I was wondering if a Makefile/.config solution exists w/o modifying an existing VM in cases where its not possible. I've tried to modify the .config file with 'CONFIG_RTE_MACHINE=3D"native" -= > CONFIG_RTE_MACHINE=3D"x86-64"' But it didn't seem to matter (I didn't explore this much farther, I dint really try a clean build and didn't make sure that the .config file I've modified was read). Alex. On Mon, Jun 23, 2014 at 5:42 PM, Thomas Monjalon wrote: > Hi, > > 2014-06-23 15:42, Alex Markuze: > > Hi, I'm new to DPDK and Im trying to compile on a x86 Ubuntu 14.04 > VM(KVM). > > And I'm getting this error: > > > > "error: CPU you selected does not support x86-64 instruction set" > > You should try "-cpu host" option of Qemu/KVM in order to have the full > instruction set of your host. > > Please confirm it's working. > -- > Thomas >