Subject: Re: COMPAT_16 related compilation error
To: Jun-ichiro itojun Hagino <itojun@iijlab.net>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 09/11/2003 20:54:56
On Sep 12, 9:05am, itojun@iijlab.net (Jun-ichiro itojun Hagino) wrote:
-- Subject: COMPAT_16 related compilation error
Thanks, I am fixing this for non COMPAT_16 kernels. The latest cvs update
should work anyway.
christos
| cc -ffreestanding -O2 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wno-sign-compare -Wno-uninitialized -Di386 -I. -I../../../../arch -I../../../.. -nostdinc -DLKM -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT -c ../../../../dev/raidframe/rf_acctrace.c
| In file included from machine/cpu.h:47,
| from machine/param.h:48,
| from ../../../../sys/param.h:142,
| from ../../../../dev/raidframe/raidframevar.h:110,
| from ../../../../dev/raidframe/rf_acctrace.c:41:
| machine/frame.h:163: field `sf_sc' has incomplete type
|
| *** Failed target: rf_acctrace.o
| *** Failed command: cc -ffreestanding -O2 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wno-sign-compare -Wno-uninitialized -Di386 -I. -I../../../../arch -I../../../.. -nostdinc -DLKM -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT -c ../../../../dev/raidframe/rf_acctrace.c
| *** Error code 1
|
| Stop.
-- End of excerpt from Jun-ichiro itojun Hagino