Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Nov 1999 14:51:15 +0100 (CET)
From:      Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
To:        questions@freebsd.org
Subject:   3.3 kernel build failure
Message-ID:  <199911301351.OAA01903@gilberto.physik.RWTH-Aachen.DE>

next in thread | raw e-mail | index | archive | help

I upgraded a 3.2 system (using the upgrade option in the install floppy)
and wanted to build a new kernel:

#	$Id: GENERIC,v 1.46.2.6 1995/10/25 17:29:51 jkh Exp $
#

machine		"i386"
cpu		"I586_CPU"
ident		GILNEW
maxusers	64

options		MATH_EMULATE		#Support for x87 emulation
options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		"SCSI_DELAY=2"		#Be pessimistic about Joe SCSI device
options		UCONSOLE		#Allow users to grab the console
options		MROUTING		#Allow MULTICASTING

options		SYSVSHM
options		SYSVSEM
options		SYSVMSG

config		kernel	root on wd0 

controller	isa0
controller      pci0

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0

controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wdc0 drive 0

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
controller      pnp0
 
controller      atkbdc0 at isa? port IO_KBD tty

device          atkbd0  at isa? tty irq 1
 
device          psm0    at isa? tty irq 12
device          vga0    at isa? port ? conflicts
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr

device		lpt0	at isa? port? tty irq 7 vector lptintr


device bktr0

pseudo-device	loop
pseudo-device	bpfilter 16
pseudo-device	ether
pseudo-device   vn 
pseudo-device	speaker
pseudo-device	sl	1
pseudo-device	tun	1
pseudo-device	pty	32
pseudo-device	gzip		# Exec gzipped a.out's

make depend (warnings only):

In file included from ../../i386/i386/globals.s:35:
assym.s:25: warning: `NKPDE' redefined
machine/pmap.h:97: warning: this is the location of the previous definition
assym.s:26: warning: `NKPT' redefined
machine/pmap.h:91: warning: this is the location of the previous definition
In file included from ../../i386/i386/support.s:43:
assym.s:25: warning: `NKPDE' redefined
machine/pmap.h:97: warning: this is the location of the previous definition
assym.s:26: warning: `NKPT' redefined
machine/pmap.h:91: warning: this is the location of the previous definition
In file included from ../../i386/i386/locore.s:62:
assym.s:25: warning: `NKPDE' redefined
machine/pmap.h:97: warning: this is the location of the previous definition
assym.s:26: warning: `NKPT' redefined
machine/pmap.h:91: warning: this is the location of the previous definition
rm -f .depend
mv -f .newdep .depend

make (fatal):
...

-nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL -DVM_STACK -include opt_global.h -elf ../../i386/i386/globals.s
In file included from ../../i386/i386/globals.s:35:
assym.s:25: warning: `NKPDE' redefined
machine/pmap.h:97: warning: this is the location of the previous definition
assym.s:26: warning: `NKPT' redefined
machine/pmap.h:91: warning: this is the location of the previous definition
/var/tmp/ccnY1879.s: Assembler messages:
/var/tmp/ccnY1879.s:951: Error: undefined symbol GD_SWITCHTICKS in operation setting switchticks
*** Error code 1

Stop.
gil# 

-- 
Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de


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




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