Subject: Re: Failed build
To: Andy Ruhl <acruhl@gmail.com>
From: Klaus Klein <kleink@mibh.de>
List: current-users
Date: 03/05/2005 18:18:22
Andy Ruhl wrote:

> I've tried to build kernels on an i386 and amd64 machine and I fail with this:
> 
> #   compile  SPEEDY-CURRENT5/tcp_input.o
> /usr/src/../tools-current/bin/x86_64--netbsd-gcc -mcmodel=kernel
> -mno-red-zone -ffreestanding -O2 -Werror -Wall -Wno-main
> -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes
> -Wstrict-prototypes -Wno-sign-compare -fno-zero-initialized-in-bss
> -Damd64 -Dx86_64 -I. -I/usr/src/sys/arch -I/usr/src/sys -nostdinc
> -DLKM -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT -I/usr/src/sys/dist/ipf -c
> /usr/src/sys/netinet/tcp_input.c
> /usr/src/sys/netinet/tcp_input.c: In function `tcp_input':
> /usr/src/sys/netinet/tcp_input.c:1582: warning: implicit declaration
> of function `callout_active'
> 
> *** Failed target:  tcp_input.o

Make sure you have src/sys/sys/callout.h rev. 1.21.


- Klaus