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 (nospam: message 9 of 20) Date: Tue, 2 Mar 2010 20:37:03 +0000 (UTC) Message-ID: <4B8EC8A1.7080504@gmail.com> References: <4B8CAF58.6060105@spamgourmet.com> <4B8EBE4A.8070309@gmail.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:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=tswrJR+10eMd4vTmdBp7zsJpDNEUj/7/9cvKMx2o+/A=; b=RYmc0jE8iW8bPNQ4E0LAbyP+J2E11UOZ+gQXE4qAodqRb+HODDR1Rq4PkRg0fS+IOY NlZiH12oDu/uOTpXBgqdnL5pHWi+aYMrd7k1TTPaRwYLoPf3g3C7E1AHAJP0Zf/OEvOx GJduC3g0vFpSeN4WbZ3pqBdvTID9fCM2rZGno= Date: Wed, 03 Mar 2010 15:37:53 -0500 In-Reply-To: Sender: linux-8086-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Harley Laue Cc: linux-8086@vger.kernel.org Great, thanks so much for the help! That worked, and I'm getting close, but again I come to another stumbling block further along the make process. bcc -0 -O -I/home/dkedrowitsch/elks/include -DELKS_VERSION_CODE=0x00010201 -DUTS_RELEASE=\"0.1.3-pre1\" -D__KERNEL__ -ansi -c -o boot/crt1.o boot/crt1.c gcc -E -traditional -I/home/dkedrowitsch/elks/include -DELKS_VERSION_CODE=0x00010201 -DUTS_RELEASE=\"0.1.3-pre1\" -D__KERNEL__ -o boot/crt0.s boot/crt0.S as86 -0 -o boot/crt0.o boot/crt0.s (cd ../.. ; ld86 -0 -i \ arch/i86/boot/crt0.o arch/i86/boot/crt1.o \ init/main.o kernel/kernel.a fs/fs.a lib/lib.a net/net.a fs/minix/minixfs.a arch/i86/kernel/akernel.a arch/i86/lib/lib86.a arch/i86/mm/mm.a arch/i86/drivers/char/chr_drv.a arch/i86/drivers/block/blk_drv.a \ -t -M -o arch/i86/boot/system > System.tmp ; \ sort -k4 System.tmp > System.map ; rm -f System.tmp ) usage: ld86 [-03NMdimrstz[-]] [-llib_extension] [-o outfile] [-Ccrtfile] [-Llibdir] [-Olibfile] [-Ttextaddr] [-Ddataaddr] [-Hheapsize] infile... tools/build boot/bootsect boot/setup boot/system > boot/Image Root device is (3, -128) Non-Minix header of 'boot' make[1]: *** [Image] Error 1 make[1]: Leaving directory `/home/dkedrowitsch/elks/arch/i86' make: *** [Image] Error 2 Harley Laue wrote: > Looks like arch/i86/drivers/char/KeyMaps/mkcfg is the culprit. Edit that file > and change "sort +1f" to "sort -f" Then remove > arch/i86/drivers/char/KeyMaps/Config.in and on make config it should regenerate > Config.in and fix the issue. > -- > To unsubscribe from this list: send the line "unsubscribe linux-8086" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >