Re: as86 command not found

2001-01-14 Thread Bob Nielsen
; Hi all.. > I'm compiling a kernel, and everything goes well, > untill the very end, when I get a make error: > > as86: command not found > > I need to create a boot disk by compiling a > custom kernel, but the kernel that is produced is > not bootable. > > what i

Re: as86 command not found

2001-01-14 Thread Tommi Komulainen
On Sun, Jan 14, 2001 at 12:19:45PM -0800, Xucaen wrote: > what is as86? what package does it belong to? Can > it be installed via apt-get? as86 is a 16-bit assembler for x86-architecture. You can install it with apt-get install bin86. as86 is not needed anymore for compiling 2.4-series kernels, t

Re: as86 command not found

2001-01-14 Thread Lance Simmons
On Sun, Jan 14, 2001 at 12:19:45PM -0800, Xucaen wrote: > > what is as86? what package does it belong to? Can > it be installed via apt-get? > You can always check http://www.debian.org/distrib/packages under "Search the Contents of the Latest Release" to find the package to which a file belon

Re: as86 command not found

2001-01-14 Thread Ralf G. R. Bergs
On Sun, 14 Jan 2001 12:19:45 -0800 (PST), Xucaen wrote: >what is as86? what package does it belong to? Can >it be installed via apt-get? It's a 16-bit assembler that is needed for the kernel's boot sector. It's part of the "bin86" package, and yes, you can install it via apt-get. -- Sign the

Re: as86 command not found

2001-01-14 Thread Casey W. Liscum
Xucaen writes: > what is as86? what package does it belong to? Can > it be installed via apt-get? as86 is an assembler for 80x86 processors It belongs to package 'bin86' -- Casey W. Liscum "This sentence contains only one nonstandard English flutzpah." -- David Moser

Re: as86 command not found

2001-01-14 Thread Romain Lerallut
it's in bin86 HTH Romain Xucaen wrote: > > Hi all.. > I'm compiling a kernel, and everything goes well, > untill the very end, when I get a make error: > > as86: command not found > > I need to create a boot disk by compiling a > custom kernel, but

as86 command not found

2001-01-14 Thread Xucaen
Hi all.. I'm compiling a kernel, and everything goes well, untill the very end, when I get a make error: as86: command not found I need to create a boot disk by compiling a custom kernel, but the kernel that is produced is not bootable. what is as86? what package does it belong to? Can

Re: as86: Command not found. (Trying to re-compile Kernal)

1998-11-27 Thread Noah L. Meyerhans
-BEGIN PGP SIGNED MESSAGE- dpkg -S as86: bin86: /usr/doc/bin86/examples/as86_encap bin86: /usr/man/man1/as86.1.gz bin86: /usr/bin/as86 So, install the bin86 package. And learn how to spell kernel. ^ noah PGP public key avai

as86: Command not found. (Trying to re-compile Kernal)

1998-11-27 Thread Jason Dawe
screen of make zImage, I get a lot of messages but I think this is my problem: make[1]: as86: Command not found I have searched dselect (With /) for as86 but it wasn't there. Where do I get it? --Jason

Re: compile error: as86 command not found!

1997-12-31 Thread Alex Yukhimets
> I got the following output when trying to compile a new kernel on my hamm > system: > make[1]: as86: Command not found > make[1]: *** [bootsect.o] Error Install bin86 package. Alex Y. -- _ _( )_ ( (o___ +---+

compile error: as86 command not found!

1997-12-31 Thread Dennis Drapeau
ootsect.S -o bootsect.s as86 -0 -a -o bootsect.o bootsect.s make[1]: as86: Command not found make[1]: *** [bootsect.o] Error 127 make[1]: Leaving Directory`/usr/src/kernel-source-2.0.33/arch/i386/boot' make: *** [zImage] Error 2 Can anyone let me know what is going on? thanks dennis