Subject: Kernel compilation failed (CVS)
To: None <netbsd-users@netbsd.org>
From: Frank Luedke <netbsd@milliways.int>
List: netbsd-users
Date: 07/13/2002 13:20:37
I get the following error when trying to compile the
latest kernel from the CVS:
cc -ffreestanding -O2 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wno-uninitialized -Di386 -I. -I../../../../arch -I../../../.. -nostdinc -DLKM -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT -c ../../../../arch/i386/i386/bios32.c
/tmp/ccET53S8.s: Assembler messages:
/tmp/ccET53S8.s:116: Error: operands given don't match any known 386 instruction*** Error code 1
Do I need to update something?
-fl