From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id DD5D7688B for ; Mon, 4 Nov 2013 19:05:05 +0100 (CET) Received: by mail-wi0-f176.google.com with SMTP id ex4so941380wid.9 for ; Mon, 04 Nov 2013 10:05:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=jqA6M9VcXjontxl0/yCZcVaBVJWpG8xHEPttH3VZFck=; b=SSSFh4OFn+I+VBP/5FfmQLWCqTkOiMkFXRHx5xkIS1mC1KBmN0/+Hb+XpJVYI9TaX9 +Op1qMkabmY7eb3tiIYBsWcclg13WzBUKj+B+knrAO9i6KPj85yvXiGqvrd1L+HRsCOZ craoRN67mxPENJQ3G7kPnDX+wS8iYNuY06MuWqnwaY2ULM1AO5qA/7+x6cD9w6QCvbaW uz5FVrqK89EW2L5+s7ewVYpL1ojgJEb22BFNlg6e46ZkE5IcYb3A2JRAUBGBWbPzdkPd Pp0aOwZLTS0BlCMVcv+kRcPceZBAQyOsCJ0PCMuphG0aFP1piDg4DEtr6B85og0J7GDE Korg== X-Gm-Message-State: ALoCoQngnA99cB/iYO7q3J/hnwbUIk3pC461m7USXRtUyQ5JMwbDMpRVHwCdVuzcsU16PNsn/oMt X-Received: by 10.194.75.165 with SMTP id d5mr13885264wjw.18.1383588358496; Mon, 04 Nov 2013 10:05:58 -0800 (PST) Received: from x220.localnet (abo-107-62-68.mts.modulonet.fr. [85.68.62.107]) by mx.google.com with ESMTPSA id ey4sm6135352wic.11.2013.11.04.10.05.57 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 04 Nov 2013 10:05:57 -0800 (PST) From: Thomas Monjalon To: Marc Sune Date: Mon, 04 Nov 2013 19:06:58 +0100 Message-ID: <2616151.R1XFxBmKnN@x220> Organization: 6WIND User-Agent: KMail/4.11.2 (Linux/3.11.4-1-ARCH; KDE/4.11.2; x86_64; ; ) In-Reply-To: <52779A10.4010007@bisdn.de> References: <52779A10.4010007@bisdn.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org 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 18:05:06 -0000 04/11/2013 13:58, Marc Sune : > I am unable to compile DPDK 1.5 (and previous versions) on Debian > GNU/Linux Wheezy (7) and Squeeze (6). > > == Build lib/librte_eal/linuxapp/igb_uio > make[8]: *** No targets specified and no makefile found. Stop. > make[7]: *** [igb_uio.ko] Error 2 > make[6]: *** [igb_uio] Error 2 > make[5]: *** [linuxapp] Error 2 > make[4]: *** [librte_eal] Error 2 > make[3]: *** [lib] Error 2 > make[2]: *** [all] Error 2 > make[1]: *** [x86_64-default-linuxapp-gcc_install] Error 2 > make: *** [install] Error 2 You probably don't have linux headers installed. We probably should check $(wildcard $(RTE_KERNELDIR)) in order to provide an error message. Do not hesitate to provide a patch for mk/rte.module.mk. -- Thomas