From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) by dpdk.org (Postfix) with ESMTP id B2BD168A1 for ; Fri, 7 Jun 2013 00:22:20 +0200 (CEST) Received: by mail-wi0-f180.google.com with SMTP id hn14so815847wib.7 for ; Thu, 06 Jun 2013 15:22:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=OB0KReBPiqfhreHajAk8o8dpYIgnBQUmuykzW83MZyc=; b=ZknWWJc+DLn5uEzVclCLgAmUun+JyvGWP++L+4XZJjCwtuTUJAlJbckJgcHznfk2Yx Tb2x1tFHAloJaBZDSpLsHrZL/W4OCzIv9D1eBXO2v2Tl8YZtWQXporU5DnKdDCr33bah pI/RWeNI4e5+aimq1GshkbjImyxu4G5xw+ENv4Ph5hMQ/fgy55cJoYYjNajO/GmeFxTT IgHO71kbJZAoCAD7ptKLgi+GsGMr9MwptpSFnjNfsdOx5lBA0RrZA4fkOpCRfwL47/5a qRnnqvva8ltSPIlCfM28OOrVgU/CiTP8ij/INe+nb4KIY7ecJiqEuzvggYMcAl+i4M4X dBgg== X-Received: by 10.194.178.138 with SMTP id cy10mr2369888wjc.61.1370557348707; Thu, 06 Jun 2013 15:22:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.76.35 with HTTP; Thu, 6 Jun 2013 15:22:08 -0700 (PDT) In-Reply-To: References: From: jinho hwang Date: Thu, 6 Jun 2013 18:22:08 -0400 Message-ID: To: dev Content-Type: multipart/alternative; boundary=089e013d1dc6ea039b04de83bfe3 Subject: Re: [dpdk-dev] 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: Thu, 06 Jun 2013 22:22:21 -0000 --089e013d1dc6ea039b04de83bfe3 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Jun 6, 2013 at 5:27 PM, jinho hwang wrote: > Hi, > > I am having trouble to compile the dpdk in a virtual machine. I am using > KVM as a hypervisor, and guest os is ubuntu 12.10, kernel 3.5.0, x86_64. I > have been using dpdk for a week and run the examples in a native platform. > But when I try to move it to virtual machine, it gives me the following > error: > > /home/guest/dpdk-1.2.3r1/lib/librte_eal/linuxapp/eal/eal.c:1:0: error: CPU > you selected does not support x86-64 instruction set > > I am sure that I have installed 64 bit version as it shows in "uname -a". > Also, /proc/cpuinfo shows "model name: QEMU Virtual CPU version > (cpu64-rhe16)". > > Do you have any idea? > > Thank you, > > Jinho > I figured out just now. It was because gcc version. I used to use 4.4, but in the guest virtual machine, I used 4.7 which may have additional functions to check strictly. - Jinho --089e013d1dc6ea039b04de83bfe3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
--089e013d1dc6ea039b04de83bfe3--