Re: Make Errors During Kernel Build

2001-08-05 Thread Steve Kowalik
On Fri, Aug 03, 2001 at 09:52:04AM -0400, David Raeker-Jordan uttered: > ld -m elf_i386 -Ttext 0x0 -s --oformat > ld: unrecognized option '--oformat' > ld: use the --help option for usage information E? [EMAIL PROTECTED]:~$ grep oformat ./linux/arch/i386/boot/Makefile $(LD) -Ttext 0x0

Re: Make Errors During Kernel Build

2001-08-03 Thread David Raeker-Jordan
Steve, I tried changing -oformat to --oformat in /usr/src/linux-2.4.2/linux/arch/i386/boot/Makefile but I get the following new error: make[2]: Entering directory /usr/src/linux-2.4.2/linux/arch/i386/boot' gcc -E -D__KERNEL__ -I/usr/src/linux-2.4.2/linux/include -D__BIG_KERNEL__ -traditional -DS

Re: Make Errors During Kernel Build

2001-08-03 Thread Steve Kowalik
On Fri, Aug 03, 2001 at 07:52:53AM -0400, David Raeker-Jordan uttered: > Things seem to be going fine until the end of the build, when I get: > (Please excuse any typos, e.g., I can't get the ' to swing the other way ;) ) > > bbootsect.s: Assembler messages > bbootsect.s:253: Warning: indirect lca

Make Errors During Kernel Build

2001-08-03 Thread David Raeker-Jordan
I successfully built a 2.4.2 kernel on an old Pentium but forgot a few things, so I am need to rebuild. First, I deleted the /usr/src/linux-2.4.2/ subdirectories and uncompressed and untarred linux-2.4.2.tar.bz2 into /usr/src/linux-2.4.2/ I then ran: make clean make menuconfig make-kpkg kerne