Re: problems compiling the kernel 2.4.2 with: debian testing/unstable

2001-03-24 Thread Daniel Freedman

Hi!

On Sun, Mar 25, 2001, Miguel F. M. Sousa Filipe wrote:

 I've instaled debian 2.2r0.. and then.. updgraded to the unstable version
 with dselect, i can't see what package could be missing to cause this.. or
 any other reason... totaly lost out here!

Without thinking too hard about your specific error message (since I'm
not sure I'd be able to contribute much in that regard) I just wanted
to confirm that you have the as86 (from package info: 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) assembler which is needed only on the i386 architecture and
can be found in the bin86 package (apt-get install bin86).  I've been
having some trouble myself with compiling 2.2.18pre21 on my thinkpad,
and wonder if it's a memory error in my case, but that's another
issue.  Yours certainly doesn't seem to be a memory issue to me.

HTH,

Daniel

 
 thanx in advance!
 from:
   Miguel S. Filipe (from PORTUGAL)

-- 
Daniel A. Freedman
Laboratory for Atomic and Solid State Physics
Department of Physics
Cornell University



RE: problems compiling the kernel 2.4.2 with: debian testing/unstable

2001-03-24 Thread Peter Good

In /usr/src/linux/arch/i386/boot/Makefile, you need to replace all instances
of -oformat with --oformat. This threw me a bit too on kernels until I went
and checked the upgrade messages, which tell you this.

Peter
-Original Message-
From: Miguel F. M. Sousa Filipe [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 25, 2001 2:21 PM
To: debian-user@lists.debian.org
Subject: problems compiling the kernel 2.4.2 with: debian
testing/unstable


Hello, I'm not being capable to compile the 2.4.2 kernel in my linux
debian... and i can't understand the cause of the error, the problem
aparently happens right at the end.. after compiling:
/usr/src/linux/arch/i386/boot/bbootsect.S
here is the error message that apears on the console:

make[1]: Entering directory `/usr/src/linux/arch/i386/boot'
gcc -E -D__KERNEL__ -I/usr/src/linux/include -D__BIG_KERNEL__ -traditional
-DSVGA_MODE=NORMAL_VGA  bootsect.S -o bbootsect.s
as -o bbootsect.o bbootsect.s
bbootsect.s: Assembler messages:
bbootsect.s:253: Warning: indirect lcall without `*'
ld -m elf_i386 -Ttext 0x0 -s -oformat binary bbootsect.o -o bbootsect
ld: cannot open binary: No such file or directory
make[1]: *** [bbootsect] Error 1
make[1]: Leaving directory `/usr/src/linux/arch/i386/boot'
make: *** [bzImage] Error 2

This happens with three diferent config files.. and the file
bbootsect.o exists Can anyone help me? I really would like to fix
this. If any important information is omitted.. please email me i'll be
glad to help you helping me.

I've instaled debian 2.2r0.. and then.. updgraded to the unstable version
with dselect, i can't see what package could be missing to cause this.. or
any other reason... totaly lost out here!

thanx in advance!
from:
Miguel S. Filipe (from PORTUGAL)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]