Re: Where is as86?

2001-05-21 Thread Eric Richardson
"Thomas H. George" wrote: > > Started to build a 2.2.19 kernel for my second computer. Make bzImage > exited with error 2 because it couldn't find as86. My first computer > has as86 from somewhere and I bulit the 2.2.19 kernel with no problem. > > I tried apt-g

Re: Where is as86?

2001-05-21 Thread Colin Watson
"Thomas H. George" <[EMAIL PROTECTED]> wrote: >Started to build a 2.2.19 kernel for my second computer. Make bzImage >exited with error 2 because it couldn't find as86. Try the bin86 package. >I tried apt-get install as86 and got a message that it couldn't f

Re: Where is as86?

2001-05-21 Thread Mike
Thomas H. George wrote: > Any one know where as86 comes from? Install the bin86 package. -- Mike Werner KA8YSD | He that is slow to believe anything and | everything is of great understanding, '91 GS500E| for belief in one false principle is the Mo

Re: Where is as86?

2001-05-21 Thread The Doc
Package: bin86 Use packages.debian.org to search packages for filenames. Doc _ Get your FREE download of MSN Explorer at http://explorer.msn.com

Where is as86?

2001-05-21 Thread Thomas H. George
Started to build a 2.2.19 kernel for my second computer. Make bzImage exited with error 2 because it couldn't find as86. My first computer has as86 from somewhere and I bulit the 2.2.19 kernel with no problem. I tried apt-get install as86 and got a message that it couldn't fin

Re: as86 solved

2001-01-15 Thread John Galt
file a bug if you think it's wrong. On Sun, 14 Jan 2001, Xucaen wrote: >thanks all!!! i've installed bin86 and the kernel >is compiling away. >I wonder why bin86 wasn't included in the >dependancies for kernel-package and >kernel-source-2.2.18pre21 > >anyhoo, thanks!!! > >xucaen the forever

Re: as86 solved

2001-01-14 Thread Colin Watson
h to file a bug against kernel-package. >But it is a design decision as Debian runs on many platforms but the >dependancy for as86 occurs only on x86. ... and, furthermore, kernel-package is architecture-independent, otherwise it would be possible to have an archite

Re: as86 solved

2001-01-14 Thread Tommi Komulainen
n runs on many platforms but the dependancy for as86 occurs only on x86. Besides, it is mentioned in the kernel-package docs. You did read them, right? I know I did... *after* I received the reply to my bug report. :-D -- Tommi Komulainen [EMAIL PROTECTED] GPG

as86 solved

2001-01-14 Thread Xucaen
thanks all!!! i've installed bin86 and the kernel is compiling away. I wonder why bin86 wasn't included in the dependancies for kernel-package and kernel-source-2.2.18pre21 anyhoo, thanks!!! xucaen the forever grateful debian newbie __ Do You Y

Re: as86 command not found

2001-01-14 Thread Bob Nielsen
as86 is the assembler for 80x86 processors. It is included in the bin86 package in potato. apt-get install bin86 binutils contains as, which is the GNU assembler. I don't know if that will support the kernel source, however. On Sun, Jan 14, 2001 at 12:19:45PM -0800, Xucaen wrote: >

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 k

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 p

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

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 Error compling kernel-source-2.2.18

2000-12-28 Thread Nico De Ranter
Shouldn't that be bin86 ? Nico On Wed, Dec 27, 2000 at 04:47:59PM -0700, John Galt wrote: > > binutils is what you're looking for > > On Wed, 27 Dec 2000, Greg Strockbine wrote: > > > since this is my first time compiling > > the kernel this isn&

Re: as86 Error compling kernel-source-2.2.18

2000-12-27 Thread Colin Watson
John Galt <[EMAIL PROTECTED]> wrote: >On Wed, 27 Dec 2000, S.Salman Ahmed wrote: >> >>>>> "John" == John Galt <[EMAIL PROTECTED]> writes: >> John> binutils is what you're looking for >> >> as86 is part of the bin86

Re: as86 Error compling kernel-source-2.2.18

2000-12-27 Thread John Galt
ils is what you're looking for > John> > > as86 is part of the bin86 package on my machine: > > @viper:[/home/ssahmed] dpkg -S `which as86` > bin86: /usr/bin/as86 > > FWIW, I am using sid. > > -- Pardon me, but you have obviously mistaken me for someone who gives a damn. email [EMAIL PROTECTED]

Re: as86 Error compling kernel-source-2.2.18

2000-12-27 Thread John Galt
binutils is what you're looking for On Wed, 27 Dec 2000, Greg Strockbine wrote: > since this is my first time compiling > the kernel this isn't strange that I > don't have "as86" right? This is normal > that I have to go out and find this v

Re: as86 Error compling kernel-source-2.2.18

2000-12-27 Thread Manoj Srivastava
>>"Greg" == Greg Strockbine <[EMAIL PROTECTED]> writes: Greg> since this is my first time compiling the kernel this isn't Greg> strange that I don't have "as86" right? This is normal that I Greg> have to go out and find this via google.com?

Re: as86 Error compling kernel-source-2.2.18

2000-12-27 Thread eechi von akusyumi
> since this is my first time compiling > the kernel this isn't strange that I > don't have "as86" right? This is normal > that I have to go out and find this via > google.com? please do a apt-get install bin86 and everything would be fine -evil -- Cagi

as86 Error compling kernel-source-2.2.18

2000-12-27 Thread Greg Strockbine
since this is my first time compiling the kernel this isn't strange that I don't have "as86" right? This is normal that I have to go out and find this via google.com? thanks - greg s. Entering directory `/usr/src/kernel-source-2.2.18/arch/i386/boot' cc -D__KERNEL__

Re: kernel compilation and as86?

1999-01-07 Thread Daryl Williams
am downloading the package right now. thanks again for your help. //daryl Henning Makholm wrote: > Daryl Williams <[EMAIL PROTECTED]> writes: > > > i am trying to compile a 2.0.34 kernel and getting the following > > error message: > > > > as86 -0 -a -o boo

Re: kernel compilation and as86?

1999-01-07 Thread Henning Makholm
Daryl Williams <[EMAIL PROTECTED]> writes: > i am trying to compile a 2.0.34 kernel and getting the following > error message: > > as86 -0 -a -o bootsect.o bootsect.s > make[1]: as86: Command not found Do you have the bin86 package installed? If so, something is wrong and

kernel compilation and as86?

1999-01-07 Thread Daryl Williams
folks, i am trying to compile a 2.0.34 kernel and getting the following error message: as86 -0 -a -o bootsect.o bootsect.s make[1]: as86: Command not found now i've compiled kernels often enough and never run in to this problem before. the assembler installed from binutils is /bin/as a

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

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: problem in kernel building: as86

1998-10-25 Thread Michael Stone
Quoting Jinsong Zhao ([EMAIL PROTECTED]): > I'm building the kernel 2.0.35 for SB AWE card. When I run "make > zImage", it ends with "as86 not found". I link as86 to /usr/bin/as, > then it complains about the "unrecognized option -O". > > Which

problem in kernel building: as86

1998-10-25 Thread Jinsong Zhao
Hi, I'm building the kernel 2.0.35 for SB AWE card. When I run "make zImage", it ends with "as86 not found". I link as86 to /usr/bin/as, then it complains about the "unrecognized option -O". Which package should I install to get as86? Thanks! Jinsong

Re: as vs. as86

1998-06-18 Thread Ole J. Tetlie
* "Chris R. Martin" <[EMAIL PROTECTED]> | | I have a seperate machine where I've compiled the lastest GNU binutils and | I would like to compile as86 as well, but I've been unable to figure out | where the source comes from.. can anyone tell me? See /usr/doc/bin86/cop

as vs. as86

1998-06-18 Thread Chris R. Martin
I noticed that I have both as (GNU assembler provided by binutils) and as86 (provided by bin86). What is the difference between these assemblers? I have a seperate machine where I've compiled the lastest GNU binutils and I would like to compile as86 as well, but I've been unable to

Re: compiling the kernel - as86 missing

1997-12-31 Thread Alex Yukhimets
> The command "as86" is missing to compile the kernel. It's not on my > disk. Where can I find this command ? > > Regards, > Marc Dear Marc, you have to install "bin86" package to have as86 available

compiling the kernel - as86 missing

1997-12-31 Thread Marc Fleureck
Hi, The command "as86" is missing to compile the kernel. It's not on my disk. Where can I find this command ? Regards, Marc -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

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

Re: Where is as86 command?

1997-07-22 Thread Alex Yukhimets
> I am attempting to compile a new kernel but get an "as86: Command not > found error" during compiilation. > > I have checked Dselect for this command but cannot find it. Can anyone > tell me which package it is in? bin86 in devel Alex Y. > > Ros

Re: Where is as86 command?

1997-07-22 Thread joost witteveen
> I am attempting to compile a new kernel but get an "as86: Command not > found error" during compiilation. bin86 package. -- joost witteveen, [EMAIL PROTECTED] #!/usr/bin/perl -sp0777ihttp://www.dcs.ex.ac.uk/~aba/rsa/ -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the w

Where is as86 command?

1997-07-22 Thread Ross Gardler
I am attempting to compile a new kernel but get an "as86: Command not found error" during compiilation. I have checked Dselect for this command but cannot find it. Can anyone tell me which package it is in? Ross -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubsc

Re: as86?

1996-09-16 Thread Dirk . Eddelbuettel
Marcus Hightower writes: Marcus> Does anybody know where I can find this as86 thing. See the Debian FAQ (from the doc-debian package, or the ftp site) 7.4. How can I find out what package produced a particular file? To identify the package that produced the file named foo exec

Re: as86?

1996-09-16 Thread Dominik Kubla
Install the bin86 package. Dominik -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- The text above represents my personal opinion and does not represent the official position of my employer on the issue(s) discussed. Any official statement made on behalf of my employe

Re: as86?

1996-09-16 Thread Thomas Baetzler
Marcus Hightower wrote: > > Does anybody know where I can find this as86 thing. My kernel wants > it during the compile. Also does the zimage automaticly gets > installed when > you do a make zimage or does it just makes it without installation. You want the bin86 package fo

as86?

1996-09-16 Thread Marcus Hightower
Does anybody know where I can find this as86 thing. My kernel wants it during the compile. Also does the zimage automaticly gets installed when you do a make zimage or does it just makes it without installation.