From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: Unable to compile DPDK 1.5 on Debian GNU/Linux: lib/librte_eal/linuxapp/igb_uio Date: Mon, 04 Nov 2013 19:06:58 +0100 Message-ID: <2616151.R1XFxBmKnN@x220> References: <52779A10.4010007@bisdn.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Marc Sune Return-path: 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" 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