"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
"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
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
Package: bin86
Use packages.debian.org to search packages for filenames.
Doc
_
Get your FREE download of MSN Explorer at http://explorer.msn.com
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
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
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
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
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
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:
>
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
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
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
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
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
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
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&
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
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]
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
>>"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?
> 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
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__
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
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
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
-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
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
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
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
* "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
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
> 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
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] .
> 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___ +---+
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
> 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
> 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
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
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
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
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
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.
43 matches
Mail list logo