From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by dpdk.org (Postfix) with ESMTP id 5DA2A156 for ; Mon, 4 Nov 2013 16:01:46 +0100 (CET) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail.windriver.com (8.14.5/8.14.3) with ESMTP id rA4F2MI6015930 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Mon, 4 Nov 2013 07:02:23 -0800 (PST) Received: from ALA-MBB.corp.ad.wrs.com ([169.254.1.135]) by ALA-HCB.corp.ad.wrs.com ([147.11.189.41]) with mapi id 14.02.0347.000; Mon, 4 Nov 2013 07:02:22 -0800 From: "Wiles, Roger Keith" To: Marc Sune Thread-Topic: [dpdk-dev] Unable to compile DPDK 1.5 on Debian GNU/Linux: lib/librte_eal/linuxapp/igb_uio Thread-Index: AQHO2Wz5Ee5qZj6Pa0GcGeaDz/rUcZoVsPSA Date: Mon, 4 Nov 2013 15:02:22 +0000 Message-ID: <5455F278-B5B5-48B8-AE6F-941DF0F7E4F4@windriver.com> References: <52779A10.4010007@bisdn.de> <20131104142148.GB10240@debian> <5277B3CC.3010608@bisdn.de> In-Reply-To: <5277B3CC.3010608@bisdn.de> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.25.40.166] MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "" Subject: Re: [dpdk-dev] Unable to compile DPDK 1.5 on Debian GNU/Linux: lib/librte_eal/linuxapp/igb_uio 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: Mon, 04 Nov 2013 15:01:46 -0000 You can add 'V=3D1' to the command line make and it will produce a lot more= information maybe it will help. 'make install T=3Dx86_64-default-linuxapp-gcc V=3D1' Keith Wiles, Principal Technologist for Networking member of the CTO office= , Wind River direct 972.434.4136 mobile 940.213.5533 fax 000.000.0000 [Powering 30 Years of Innovation] On Nov 4, 2013, at 8:48 AM, Marc Sune > wrote: Strange, I tried it with three different Debian Wheezy installations, two o= f them fresh, and all of them failed in the exact same point. So I am not s= ure... I was also puzzled when DPDK was compiling on one of our Ubuntu syst= ems and not in the other Ubuntu one, with the exact same error. best marc On 04/11/13 15:21, Cyril Cressent wrote: 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.ta= r.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=3Dx86_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