From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cluster-e.mailcontrol.com (cluster-e.mailcontrol.com [85.115.58.190]) by dpdk.org (Postfix) with ESMTP id 4B7B6F72 for ; Thu, 17 Nov 2016 16:51:17 +0100 (CET) Received: from mail1.neceur.com (mail1.neceur.com [195.47.207.3]) by rly67e.srv.mailcontrol.com (MailControl) with ESMTP id uAHFpGZm033042 for ; Thu, 17 Nov 2016 15:51:16 GMT Received: from intmail1.neceur.com (intmail1.neceur.com [172.29.14.11]) by mail1.neceur.com (8.14.4/8.14.4) with ESMTP id uAHFpGR3023540 for ; Thu, 17 Nov 2016 15:51:16 GMT Received: from av2.neceur.com (av2.neceur.com [172.29.177.7]) by intmail1.neceur.com (8.14.7/8.14.7) with ESMTP id uAHFpQEl016876 for ; Thu, 17 Nov 2016 15:51:26 GMT Received: from av2.neceur.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id AF0A2CA051 for ; Thu, 17 Nov 2016 15:51:16 +0000 (GMT) Received: from av2.neceur.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 9DA7FCA050 for ; Thu, 17 Nov 2016 15:51:16 +0000 (GMT) Received: from EUX13SRV2.EU.NEC.COM (unknown [172.29.155.139]) by av2.neceur.com (Postfix) with ESMTPS for ; Thu, 17 Nov 2016 15:51:16 +0000 (GMT) Received: from EUX13SRV1.EU.NEC.COM (172.29.155.138) by EUX13SRV2.EU.NEC.COM (172.29.155.139) with Microsoft SMTP Server (TLS) id 15.0.1156.6; Thu, 17 Nov 2016 15:51:16 +0000 Received: from EUX13SRV1.EU.NEC.COM ([172.29.155.138]) by EUX13SRV1.EU.NEC.COM ([172.29.155.138]) with mapi id 15.00.1156.000; Thu, 17 Nov 2016 15:51:15 +0000 From: David Aldrich To: "users@dpdk.org" Thread-Topic: Problem building DPDK libraries Thread-Index: AdJA6hndOhzwvgc2RaeBtHtii4ig1g== Date: Thu, 17 Nov 2016 15:51:15 +0000 Message-ID: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [172.29.155.186] MIME-Version: 1.0 X-TM-AS-GCONF: 00 X-Scanned-By: MailControl 44278.1894 (www.mailcontrol.com) on 10.69.0.177 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] Problem building DPDK libraries X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2016 15:51:18 -0000 Hi I am trying to build DPDK 16.07.1 on Wind River Linux 8. 'make' fails: # make [snip] CC rte_spinlock.o AR librte_eal.a SYMLINK-FILE include/exec-env/rte_interrupts.h SYMLINK-FILE include/exec-env/rte_kni_common.h SYMLINK-FILE include/exec-env/rte_dom0_common.h INSTALL-LIB librte_eal.a =3D=3D Build lib/librte_eal/linuxapp/igb_uio make[6]: *** /lib/modules/4.1.21-rt13-WR8.0.0.10_preempt-rt/build: No such = file or directory. Stop. /root/dpdk-stable-16.07.1/mk/rte.module.mk:79: recipe for target 'igb_uio.k= o' failed Indeed, that 'build' directory does not exist: # ls /lib/modules/4.1.21-rt13-WR8.0.0.10_preempt-rt/ kernel modules.alias.bin modules.builtin.bin modules.dep.bin mod= ules.order modules.symbols modules.alias modules.builtin modules.dep modules.devname mod= ules.softdep modules.symbols.bin Please can someone help me with this? Best regards David