Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 May 2000 14:44:47 -0700
From:      Sparhawk <sparhawk@sparhawk.bc.ca>
To:        Stable@freebsd.org
Subject:   4.0 Stable Kernel Compile Problems
Message-ID:  <4.3.2.20000509141347.00b1ed90@192.168.1.69>

next in thread | raw e-mail | index | archive | help
I just updated from 4.0 release to 4.0 stable,  make buildworld completed 
properly, and I went to remake the kernel with the new sources before going 
into single user mode to run make installworld.  But when compiling the 
kernel it breaks at.

cc -c -O -Wall -Wredundant-decls -Wnested-externs 
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
-Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. -I../.. 
-I../../../include  -D_KERNEL -include opt_global.h -elf  -mno-fp-regs 
-Wa,-mev56  ../../kern/kern_random.c
../../kern/kern_random.c:241: conflicting types for `add_interrupt_randomness'
../../sys/random.h:73: previous declaration of `add_interrupt_randomness'
../../kern/kern_random.c: In function `add_interrupt_randomness':
../../kern/kern_random.c:245: warning: passing arg 1 of pointer to function 
makes integer from pointer without a cast
*** Error code 1

Stop in /usr/src/sys/compile/WINTERMUTE.


Any ideas on why this might be breaking?

Sparhawk
http://www.sparhawk.bc.ca



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.3.2.20000509141347.00b1ed90>