Kernel 2.3.21 Fails Compile (New Way?)

Byron Stanoszek (gandalf@winds.org)
Tue, 12 Oct 1999 21:57:07 -0400 (EDT)


I've followed the list for about a day before I decided to send this in.
Seems nobody's had this problem yet. I'm using:

Cyrix 6x86 P150+
binutils 2.9.5.0.14 (latest)
gcc 2.95.1
Stock RedHat 6.1 otherwise

> make bzImage
.
.
.
gcc -E -C -P -I/usr/src/linux/include -imacros /usr/src/linux/include/asm-i386/page_offset.h -Ui386 arch/i386/vmlinux.lds.S >arch/i386/vmlinux.lds
ld -m elf_i386 -T /usr/src/linux/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o \
--start-group \
arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o \
fs/filesystems.a \
net/network.a \
drivers/block/block.a drivers/char/char.o drivers/misc/misc.o drivers/parport/parport.a drivers/net/net.a drivers/cdrom/cdrom.a drivers/pci/pci.a drivers/video/video.a \
/usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a /usr/src/linux/arch/i386/lib/lib.a \
--end-group \
-o vmlinux
nm vmlinux | grep -v '\(compiled\)\|\(\.o$\)\|\( [aU] \)\|\(\.\.ng$\)\|\(LASH[RL]DI\)' | sort > System.map
make[1]: Entering directory `/usr/src/linux/arch/i386/boot'
as -o bbootsect.o bbootsect.s
bbootsect.s: Assembler messages:
bbootsect.s:878: Error: `%al' not allowed with `outw'
make[1]: *** [bbootsect.o] Error 1
make[1]: Leaving directory `/usr/src/linux/arch/i386/boot'
make: *** [bzImage] Error 2

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/