From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lb0-x229.google.com (mail-lb0-x229.google.com [IPv6:2a00:1450:4010:c04::229]) by dpdk.org (Postfix) with ESMTP id 4BD9C38E9 for ; Fri, 23 Aug 2013 12:21:14 +0200 (CEST) Received: by mail-lb0-f169.google.com with SMTP id u10so327721lbi.14 for ; Fri, 23 Aug 2013 03:21:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=eeWEhY7JXEfQrnuc+MsSrP8itwzSVhAITObZYEmcaLM=; b=yta3fIztRTRfgYUt9NUQZs+12SMRYiFql94kxtbyiPwc7Yby9wRewIQf58mcIuoN1u v85IhqVkeVWFC4XgR5995xOQUR3VPyDmcVA9WAc9ImpdlACLTdMjJnrkmzXSZUn1RzS3 iJah85C5fHv4xnXchuxoSCf4t3D4LS10d+I1UmfvDO5C4a9TcV/ppoeFRYFmaOmBH/o2 V2/KUdcHfw/52quDAR+ql3TKEK06aYQ6s6jUjlzwpRekHb0TeP+IAJn73f5OvCt2FDI2 yEbpjlsvl8EiRIVkXsdMFa04x/wD9IUavXFxFNt2mkMOhHJjKy/7pnNxss7HygpIJ62+ ti0g== X-Received: by 10.112.55.173 with SMTP id t13mr630840lbp.39.1377253304620; Fri, 23 Aug 2013 03:21:44 -0700 (PDT) Received: from [172.16.141.168] (sestofw01.enea.se. [192.36.1.252]) by mx.google.com with ESMTPSA id ur6sm32307lbc.5.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 23 Aug 2013 03:21:43 -0700 (PDT) Message-ID: <521737B5.6010906@gmail.com> Date: Fri, 23 Aug 2013 12:21:41 +0200 From: =?UTF-8?B?RGF2aWQgTnlzdHLDtm0=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Nulik Nol References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] compile error in fedora19 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, 23 Aug 2013 10:21:14 -0000 On Fri 23 Aug 2013 12:11:51 PM CEST, Nulik Nol wrote: > Hi, > I have this error when compiling on Fedora 19. Any package I am missing ? > > [niko@localhost dpdk-1.3.1r2]$ make config T=x86_64-default-linuxapp-gcc > [niko@localhost dpdk-1.3.1r2]$ uname -a > Linux localhost.localdomain 3.10.7-200.fc19.x86_64 #1 SMP Thu Aug 15 > 23:19:45 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux I'm guessing your running the 3.10.7 kernel as default in fedora 19, but there should really be a kernel version check somewhere in there to give the user a warning when using an "untested" kernel version. Br, David