A GENERIC kernel on current fails to compile missing softintr.

#############################
beast:/sys/i386/compile/GENERIC # make -DNO_MODULES -DNO_WERROR
cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs 
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  
-Wno-format -ansi -g -nostdinc -I-  -I. -I../../.. -I../../../dev 
-I../../../contrib/dev/acpica -I../../../contrib/ipfilter -I../../../../include  
-D_KERNEL -ffreestanding -include opt_global.h -fno-common   
-mpreferred-stack-boundary=2 -ffreestanding   ../../../dev/ncv/ncr53c500.c
../../../dev/ncv/ncr53c500.c: In function `ncv_world_start':
../../../dev/ncv/ncr53c500.c:503: warning: implicit declaration of function `softintr'
cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs 
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  
-Wno-format -ansi -g -nostdinc -I-  -I. -I../../.. -I../../../dev 
-I../../../contrib/dev/acpica -I../../../contrib/ipfilter -I../../../../include  
-D_KERNEL -ffreestanding -include opt_global.h -fno-common   
-mpreferred-stack-boundary=2 -ffreestanding   ../../../dev/nsp/nsp.c
../../../dev/nsp/nsp.c: In function `nsp_world_start':
../../../dev/nsp/nsp.c:495: warning: implicit declaration of function `softintr'
cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs 
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  
-Wno-format -ansi -g -nostdinc -I-  -I. -I../../.. -I../../../dev 
-I../../../contrib/dev/acpica -I../../../contrib/ipfilter -I../../../../include  
-D_KERNEL -ffreestanding -include opt_global.h -fno-common   
-mpreferred-stack-boundary=2 -ffreestanding   ../../../dev/stg/tmc18c30.c
../../../dev/stg/tmc18c30.c: In function `stg_world_start':
../../../dev/stg/tmc18c30.c:377: warning: implicit declaration of function `softintr'
sh ../../../conf/newvers.sh GENERIC 
cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs 
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  
-Wno-format -ansi -g -nostdinc -I-  -I. -I../../.. -I../../../dev 
-I../../../contrib/dev/acpica -I../../../contrib/ipfilter -I../../../../include  
-D_KERNEL -ffreestanding -include opt_global.h -fno-common   
-mpreferred-stack-boundary=2 -ffreestanding   vers.c
linking kernel.debug
ncr53c500.o: In function `ncv_world_start':
../../../dev/ncv/ncr53c500.c:503: undefined reference to `softintr'
nsp.o: In function `nsp_world_start':
../../../dev/nsp/nsp.c:495: undefined reference to `softintr'
tmc18c30.o: In function `stg_world_start':
../../../dev/stg/tmc18c30.c:377: undefined reference to `softintr'
*** Error code 1

Stop in /usr/src/sys/i386/compile/GENERIC.
#############################

John
-- 
John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to