From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Cressent Subject: Re: Unable to compile DPDK 1.5 on Debian GNU/Linux: lib/librte_eal/linuxapp/igb_uio Date: Mon, 4 Nov 2013 14:21:48 +0000 Message-ID: <20131104142148.GB10240@debian> References: <52779A10.4010007@bisdn.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev-VfR2kkLFssw@public.gmane.org To: Marc Sune Return-path: Content-Disposition: inline In-Reply-To: <52779A10.4010007-kpkqNMk1I7M@public.gmane.org> 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" Hi Marc, On Mon, Nov 04, 2013 at 01:58:56PM +0100, Marc Sune wrote: > > I am unable to compile DPDK 1.5 (and previous versions) on Debian > GNU/Linux Wheezy (7) and Squeeze (6). I mainly work with a machine running Debian Testing. I'm assuming that by DPDK 1.5 you mean the latest version as of today: 1.5.0r1. I cannot reproduce your problem on that up to date Debian Testing machine: cyril@aiur:~/src$ wget http://dpdk.org/browse/dpdk/snapshot/dpdk-1.5.0r1.tar.gz cyril@aiur:~/src$ tar -zxf dpdk-1.5.0r1.tar.gz cyril@aiur:~/src$ cd dpdk-1.5.0r1/ cyril@aiur:~/src/dpdk-1.5.0r1$ make install T=x86_64-default-linuxapp-gcc [...] The build completes with no error. I have the same version of make as you: cyril@aiur:~/src/dpdk-1.5.0r1$ make --version GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program built for x86_64-pc-linux-gnu > Of course I can install another OS, but it is annoying to move from > the usual environment, and in principle it _should_ work. Yes it should. > Any ideas? Am I missing something? I'm afraid I don't have any idea to solve your problem, but I can confirm that it works on other Debian systems ; so I'd say the problem is with your setup? Cyril