From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 69DFB5AE3 for ; Fri, 23 Jan 2015 10:32:51 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 23 Jan 2015 01:32:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,453,1418112000"; d="scan'208";a="655368808" Received: from ojcasey-mobl.ger.corp.intel.com ([10.252.17.190]) by fmsmga001.fm.intel.com with SMTP; 23 Jan 2015 01:32:46 -0800 Received: by (sSMTP sendmail emulation); Fri, 23 Jan 2015 09:32:44 +0025 Date: Fri, 23 Jan 2015 09:32:44 +0000 From: Bruce Richardson To: Vipin Agrawal Message-ID: <20150123093243.GA12188@bricha3-MOBL3> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] make config on cents 6.6 with 3.5 kernel and 4.7 gcc not finding config target 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: Fri, 23 Jan 2015 09:32:51 -0000 On Thu, Jan 22, 2015 at 10:42:26PM +0000, Vipin Agrawal wrote: > I was able to build it without any issues earlier yesterday but all of a sudden, it started to give me this error. All I did was add the boot options in grub.con : default_hugepagesz=1G hugepagesz=1G hugepages=4 hpet_mmap > > Even after removing them, this problem still persists. > > [root@localhost dpdk-1.8.0]# make config T=x86_64-default-linuxapp-gcc This should have "native" instead of "default" in the target specifier. Regards, /Bruce