From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?RGF2aWQgTnlzdHLDtm0=?= Subject: Re: compile error in fedora19 Date: Fri, 23 Aug 2013 12:21:41 +0200 Message-ID: <521737B5.6010906@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Nulik Nol Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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