Re: kernel compile error-help

1999-05-05 Thread Khalid EZZARAOUI
try the package : kernel-package
it makes all automaticaly.

else : perhaps you need the package bin86


RE: kernel compile error-help

1999-05-05 Thread Alexandre DEVAURE
Hi,
The command as86 is not found so
the directory of as86 is not in your PATH (I don't think so)
or (probably) the package bin86 is not installed on your system

Alexandre Devaure

--
De :mel[SMTP:[EMAIL PROTECTED]
Date d'envoi :  mercredi 5 mai 1999 12:39
A : debian-user@lists.debian.org
Objet : kernel compile error-help

hi,
Trying to compile sound support into a kernel (2.0.36), i am getting the
following error messages:
after `make zImage`
make[1] as86 command not found
make [1] ***[bootsect.o] Error 127
make[1] Leaving directory `/usr/src/linux/arc/i386/boot`
make[1] ***[zImage] error  2
How can this be corrected ..what is wrong?
Running slink V2.1 on a Thoshiba Laptop 8000.
best-mel


-- 
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null





Re: kernel compile error-help

1999-05-05 Thread Ian Peters
On Wed, May 05, 1999 at 10:39:44AM +, mel wrote:
> hi,
> Trying to compile sound support into a kernel (2.0.36), i am getting the
> following error messages:
> after `make zImage`
> make[1] as86 command not found
> make [1] ***[bootsect.o] Error 127
> make[1] Leaving directory `/usr/src/linux/arc/i386/boot`
> make[1] ***[zImage] error  2
> How can this be corrected ..what is wrong?
> Running slink V2.1 on a Thoshiba Laptop 8000.
> best-mel

bin86 - 16-bit assembler and loader

This is the as86 and ld86 distribution written by Bruce Evans.  It's a
complete 8086 assembler and loader which can make 32-bit code for the
386+ processors (under Linux it's used only to create the 16-bit
bootsector and setup binaries).

-- 
Ian Peters  "I never let schooling interfere with my education."
[EMAIL PROTECTED]   -- Mark Twain