Subject: current evbarm/HDL_G kernel build fails in sys/dev/dmover/dmover_io.c
To: None <current-users@NetBSD.org>
From: Akihiko HAYASHI <hayashi@totalware.gifu.gifu.jp>
List: current-users
Date: 07/28/2006 07:39:23
Hi,

Trying to cross-build current evbarm/HDL_G kernel:
./build.sh -u -U -m evbarm -T ../armtools -O ../armobj kernel=HDL_G

....
#   compile  HDL_G/dmover_io.o
/home/hayashi/netbsd/src/../armtools/bin/arm--netbsdelf-gcc -ffreestanding -fno-zero-initialized-in-bss -mcpu=xscale -O2 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith
-Wmissing-prototypes -Wstrict-prototypes -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-sign-compare -Wno-pointer-sign -Wno-attributes -fno-strict-aliasing -I.
-I/home/hayashi/netbsd/src/sys/../common/include -I/home/hayashi/netbsd/src/sys/arch -I/home/hayashi/netbsd/src/sys -nostdinc -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT
-I/home/hayashi/netbsd/src/sys/lib/libkern/../../../common/lib/libc/quad -I/home/hayashi/netbsd/src/sys/lib/libkern/../../../common/lib/libc/string
-I/home/hayashi/netbsd/src/sys/lib/libkern/../../../common/lib/libc/arch/arm/string -I/home/hayashi/netbsd/src/sys/dist/pf -I/home/hayashi/netbsd/src/sys/dist/ipf -c
/home/hayashi/netbsd/src/sys/dev/dmover/dmover_io.c
cc1: warnings being treated as errors
/home/hayashi/netbsd/src/sys/dev/dmover/dmover_io.c: In function 'dmoverioopen':
/home/hayashi/netbsd/src/sys/dev/dmover/dmover_io.c:753: warning: passing argument 1 of 'falloc' from incompatible pointer type

*** Failed target:  dmover_io.o