From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dieter R Kedrowitsch Subject: Re: MAKE errors when trying to compile in Ubuntu 9.10 Date: Tue, 2 Mar 2010 19:52:56 +0000 (UTC) Message-ID: <4B8EBE4A.8070309@gmail.com> References: <4B8CAF58.6060105@spamgourmet.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=SfgqB8cHjryXJW0paT1Jzb4yddhmC9WP5zUeiG/vyIs=; b=vbPg4eEbMZGZ/ARgAOfzyGwlXDD2Fb5TPD1qgRu4L9zqFlDSNOCOOrMv9VTjMiSNkQ ktR/EynVfByjWKlL8HqD/EA6TKAzpkc3Su3mmejEG5jU5KGNunL4uF4DEfiFW/RR/Qdm iQlyThX3DSS1GPfiYiE5hUK4AK/G28PpvfQ1U= Date: Wed, 03 Mar 2010 14:53:46 -0500 In-Reply-To: <4B8CAF58.6060105@spamgourmet.com> Sender: linux-8086-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-8086@vger.kernel.org Switching from dash to bash solved that problem, thanks! However, now I'm running into a different issue when building. It seems BCC isn't happy with xt_key.c.... Has anyone seen this before? bcc -0 -O -I/home/dkedrowitsch/elks/include -DELKS_VERSION_CODE=0x00010201 -DUTS_RELEASE=\"0.1.3-pre1\" -D__KERNEL__ -ansi -c -o xt_key.o xt_key.c xt_key.c:168.32: error: xtkb_scan_caps undeclared xt_key.c:168.37: error: illegal indirection xt_key.c:170.35: error: xtkb_scan_shifted undeclared xt_key.c:170.40: error: illegal indirection xt_key.c:175.36: error: xtkb_scan_ctrl_alt undeclared xt_key.c:175.41: error: illegal indirection xt_key.c:182.41: error: illegal indirection xt_key.c:185.27: error: xtkb_scan undeclared xt_key.c:185.32: error: illegal indirection xt_key.c:188.40: error: illegal indirection xt_key.c:190.40: error: illegal indirection make[2]: *** [xt_key.o] Error 1 make[2]: Leaving directory `/home/dkedrowitsch/elks/arch/i86/drivers/char' make[1]: *** [drivers/char/chr_drv.a] Error 2 make[1]: Leaving directory `/home/dkedrowitsch/elks/arch/i86' make: *** [Image] Error 2