Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754038Ab0HPMvF (ORCPT ); Mon, 16 Aug 2010 08:51:05 -0400 Received: from mail-yw0-f46.google.com ([209.85.213.46]:37815 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752788Ab0HPMvE convert rfc822-to-8bit (ORCPT ); Mon, 16 Aug 2010 08:51:04 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=BFt/r1u21+bIAAWkfUYJeJpyaAAkwnmdBYEcUZyQpTBdOe4aXuxM4bv6uV1e7+dIpj UTmkITjxxCXF7VBjWEiF9slHBXgFeWKwQXCTY3I7wcI8vH0U/3AOeCxCN3qH1okJ9n0/ Nfh081HLeVr8BOw3i83+OaOmT8YeizH4rpzIY= MIME-Version: 1.0 In-Reply-To: <4C6931C4.4000505@suse.cz> References: <20100621120613.86cad1a4.akpm@linux-foundation.org> <4C1FC35C.8090201@suse.cz> <20100805222623.39A3240208@magilla.sf.frob.com> <4C613627.1090907@suse.cz> <4C6931C4.4000505@suse.cz> Date: Mon, 16 Aug 2010 22:51:02 +1000 Message-ID: Subject: Re: [PATCH] Fix CONFIG_CROSS_COMPILE issue in .config From: Andrew Hendry To: Michal Marek Cc: Yegor Yefremov , Roland McGrath , Roland Dreier , Tiago Maluta , Andrew Morton , linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1134 Lines: 31 Thanks Michal, can see the problem now. Not sure how the "n" got there, i didn't set it manually. Was at 2.6.35-rc6 then updated to 2.6.36-rc1 taking the defaults for all the new config options that popped up. On Mon, Aug 16, 2010 at 10:40 PM, Michal Marek wrote: > Dne 16.8.2010 14:35, Andrew Hendry napsal(a): >> This gives some errors on my ubuntu build for -rc1, reverting lets it >> build normally. Am I missing something? >> >> ahendry@ubuntu:~/linux/linux-2.6$ make >> make: ngcc: Command not found >> ? CHK ? ? include/linux/version.h >> ? CHK ? ? include/generated/utsrelease.h >> ? CC ? ? ?kernel/bounds.s >> /bin/sh: ngcc: not found >> make[1]: *** [kernel/bounds.s] Error 127 >> make: *** [prepare0] Error 2 >> >> .config has CONFIG_CROSS_COMPILE="n" > > CONFIG_CROSS_COMPILE is a string option, leave it empty if you are not > cross compiling. > > Michal. > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/