From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 17B7C5A35 for ; Wed, 2 Sep 2015 16:32:37 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 02 Sep 2015 07:32:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,453,1437462000"; d="scan'208";a="796720329" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga002.fm.intel.com with ESMTP; 02 Sep 2015 07:32:20 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.251]) by IRSMSX107.ger.corp.intel.com ([169.254.10.97]) with mapi id 14.03.0224.002; Wed, 2 Sep 2015 15:32:18 +0100 From: "Mcnamara, John" To: "Montorsi, Francesco" , "dev@dpdk.org" Thread-Topic: "cannot use T= with gcov target" when doing "makefile clean" with DPDK-2.1.0 Thread-Index: AdDhbi380VYQE1bsROKmpNhj2Fpn4QEHY2XQ Date: Wed, 2 Sep 2015 14:32:18 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] "cannot use T= with gcov target" when doing "makefile clean" with DPDK-2.1.0 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: Wed, 02 Sep 2015 14:32:38 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Montorsi, Francesco > Sent: Friday, August 28, 2015 10:07 AM > To: dev@dpdk.org > Subject: [dpdk-dev] "cannot use T=3D with gcov target" when doing "makefi= le > clean" with DPDK-2.1.0 >=20 > Hi all, >=20 > I found that after unzipping dpdk-2.1.0.tar.gz if I run: > # make T=3Dx86_64-native-linuxapp-gcc O=3Dx86_64-native-linuxapp-g= cc > config > And then > # make V=3D1 T=3Dx86_64-native-linuxapp-gcc O=3Dx86_64-native-linuxap= p-gcc > clean >=20 > I get: >=20 > [...] > =3D=3D Clean app/proc_info > make -f /home/fmontorsi/Downloads/dpdk-2.1.0/GNUmakefile gcovclean make -= f > /home/fmontorsi/Downloads/dpdk-2.1.0/mk/rte.sdkgcov.mk gcovclean > /home/fmontorsi/Downloads/dpdk-2.1.0/mk/rte.sdkgcov.mk:34: *** "Cannot us= e > T=3D with gcov target". Stop. > make[2]: *** [gcovclean] Error 2 > make[1]: *** [clean] Error 2 > make: *** [clean] Error 2 >=20 > I guess the fix is: >=20 Hi Francesco, That fix seems reasonable and you should submit it as a patch.=20 There may be other ways to fix this (there are several ways to fix things w= ithin the build system) but if you submit a patch we can get some comments. John. --=20