From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cluster-a.mailcontrol.com (cluster-a.mailcontrol.com [85.115.52.190]) by dpdk.org (Postfix) with ESMTP id A103F5681 for ; Thu, 17 Nov 2016 17:05:45 +0100 (CET) Received: from mail2.neceur.com (mail2.neceur.com [195.47.207.4]) by rly25a.srv.mailcontrol.com (MailControl) with ESMTP id uAHG5iG5009282; Thu, 17 Nov 2016 16:05:44 GMT Received: from intmail2.neceur.com (intmail2.neceur.com [172.29.177.11]) by mail2.neceur.com (8.14.4/8.14.4) with ESMTP id uAHG5ink025341; Thu, 17 Nov 2016 16:05:44 GMT Received: from av1.neceur.com (av1.neceur.com [172.29.14.21]) by intmail2.neceur.com (8.14.7/8.14.7) with ESMTP id uAHG5gVh028286; Thu, 17 Nov 2016 16:05:42 GMT Received: from av1.neceur.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 3B52118045; Thu, 17 Nov 2016 16:05:44 +0000 (GMT) Received: from av1.neceur.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 300A31803F; Thu, 17 Nov 2016 16:05:44 +0000 (GMT) Received: from EUX13SRV2.EU.NEC.COM (unknown [172.29.155.139]) by av1.neceur.com (Postfix) with ESMTPS; Thu, 17 Nov 2016 16:05:44 +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 16:05:43 +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 16:05:43 +0000 From: David Aldrich To: Thomas Monjalon CC: "users@dpdk.org" Thread-Topic: [dpdk-users] Problem building DPDK libraries Thread-Index: AdJA6hndOhzwvgc2RaeBtHtii4ig1gAAX40AAAAH51A= Date: Thu, 17 Nov 2016 16:05:43 +0000 Message-ID: <263f6de6790c48b4b692acacba2451f1@EUX13SRV1.EU.NEC.COM> References: <2658952.v9ShEvMRcg@xps13> In-Reply-To: <2658952.v9ShEvMRcg@xps13> 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] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-TM-AS-GCONF: 00 X-Scanned-By: MailControl 44278.1894 (www.mailcontrol.com) on 10.65.0.135 Subject: Re: [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 16:05:47 -0000 Thanks, I thought I had installed the kernel headers, but I had done it inc= orrectly. Now fixed. But make is still failing: CC ixgbe_rxtx_vec_sse.o gcc: internal compiler error: Killed (program cc1) Please submit a full bug report, with preprocessed source if appropriate. See for instructions. /root/dpdk-stable-16.07.1/mk/internal/rte.compile-pre.mk:138: recipe for ta= rget 'rte_eth_af_packet.o' failed make[6]: *** [rte_eth_af_packet.o] Error 4 /root/dpdk-stable-16.07.1/mk/rte.subdir.mk:61: recipe for target 'af_packet= ' failed make[5]: *** [af_packet] Error 2 make[5]: *** Waiting for unfinished jobs.... Best regards David > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: 17 November 2016 16:00 > To: David Aldrich > Cc: users@dpdk.org > Subject: Re: [dpdk-users] Problem building DPDK libraries >=20 > 2016-11-17 15:51, David Aldrich: > > make[6]: *** /lib/modules/4.1.21-rt13-WR8.0.0.10_preempt-rt/build: No s= uch > file or directory. Stop. >=20 > You need the kernel headers, or just disable compilation of kernel module= s: > sed -ri 's,(KNI_KMOD=3D).*,\1n,' build/.config > sed -ri 's,(IGB_UIO=3D).*,\1n,' build/.config >=20 >=20 >=20 > Click > https://www.mailcontrol.com/sr/4ZSg1SI7T87GX2PQPOmvUstiqgZjxB51m1JQqZ > njH0BFwQAIYudV!69Vnv0C8JC0YknPHNppj5zLq66BGWNXYg=3D=3D to report this > email as spam.