From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dieter Kedrowitsch Subject: Re: Still having a problem building elks kernel Date: Mon, 8 Mar 2010 11:17:08 -0500 Message-ID: References: <4B929115.7070201@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=JxbGUEU6H7b7VOfUNtf7L713m4BWIx+qLkfLJQc2z8g=; b=Dah1W/V3kjmNzaxC9/IKpb9NvX57bEvRIo+Q1L9+atgalaBFvqSPXqumiMi/LAMl5j BBPiGMQeu2uaSk3eceBQL2bJAunvTJu6ipDNiGWOZLiT2K1yIhR5B5oCJsHQLH7wKUEP himcRwwDNB0AD6r9VYtYt/At5NX2qSa42POQY= In-Reply-To: Sender: linux-8086-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="iso-8859-1" To: linux-8086@vger.kernel.org I just created a new VM and installed Arch Linux last night. I'll try installing the bcc x86 packages this evening and cross my fingers that this distro does the trick. I wonder what the difference is? On Fri, Mar 5, 2010 at 4:47 PM, Harley Laue wrote: > Sorry, I meant to get back to you sooner. I run into the exact same > thing with Debian, but not Arch Linux. > Here's the last little bit from Make on Arch which seems to work (I > don't have the means to actually test it though) > > as86 -0 =A0-o boot/crt0.o boot/crt0.s > (cd ../.. ; ld86 -0 -i =A0 \ > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0-t -M -o arch/i86/boot/system \ > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0arch/i86/boot/crt0.o arch/i86/boot/crt= 1.o \ > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0init/main.o kernel/kernel.a fs/fs.a li= b/lib.a > net/net.a fs/minix/minixfs.a arch/i86/kernel/akernel.a > arch/i86/lib/lib86.a arch/i86/mm/mm.a =A0arch/i86/drivers/char/chr_dr= v.a > arch/i86/drivers/block/blk_drv.a \ > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0> System.tmp ; \ > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0sort -k4 System.tmp > System.map ; rm = -f System.tmp ) > tools/build boot/bootsect boot/setup boot/system > boot/Image > Root device is (3, -128) > Boot sector 512 bytes. > Setup is 1596 bytes. > System is 117788 B (58784 B code, 7728 B data and 51276 B bss) > System is 66544 > make[2]: Leaving directory `/home/harley/Source/elks-project/elks/arc= h/i86' > > > Obviously the ld86 is failing in Debian/Ubuntu, but like I said, I > haven't looked into why yet other then the fact that it looks like "-= t > -M -o arch/i86/boot/system \" isn't in the Debian/Ubuntu's ld86's > command for some reason... -- To unsubscribe from this list: send the line "unsubscribe linux-8086" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html