From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: make config on cents 6.6 with 3.5 kernel and 4.7 gcc not finding config target Date: Fri, 23 Jan 2015 09:32:44 +0000 Message-ID: <20150123093243.GA12188@bricha3-MOBL3> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev-VfR2kkLFssw@public.gmane.org" To: Vipin Agrawal Return-path: Content-Disposition: inline In-Reply-To: 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" 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