Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 1997 22:55:31 -0400
From:      Karl Philip Waddell <kwaddell@gate.net>
To:        questions@FreeBSD.ORG
Subject:   Can't compile new kernel FreeBSD 2.1.5
Message-ID:  <334EF9A3.27DE@gate.net>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

--------------193F39273C15
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

To whom it may concern:

Attached please find a copy of my kernel configuration file and the make
file output. I have reviewed the config file and it looks ok. I do not
know why I am getting the error during "make". Please advise. 

The system is a 386/20 with 12MB of ram, 1 fd0 (1.44), SB16 and
associated CDROM, 3Com 3c509 Nic card, and a Colorado Tape Drive 320
attached to the floppy controller. 

Thank You.

Karl Waddell
kwaddell@gate.net

--------------193F39273C15
Content-Type: text/plain; charset=us-ascii; name="Kronos1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="Kronos1"

#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
#	$Id: GENERIC,v 1.46.2.18 1996/07/16 08:53:04 davidg Exp $
#

machine		"i386"
cpu		"I386_CPU"
ident		"KRONOS1"	
maxusers	5

options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
#options	"SCSI_DELAY=15"		#Be pessimistic about Joe SCSI device
options		"MAXMEM=(12 * 1024)"
options		BOUNCE_BUFFERS		#include support for DMA bounce buffers
options		UCONSOLE		#Allow users to grab the console
options		XSERVER			#I plan to use X
options		IPFIREWALL
options		IPFIREWALL_VERBOSE
options		IPACCT
#options	ARP_PROXYALL

options		SYSVSHM
options		SYSVSEM
options		SYSVMSG

config		kernel	root on wd0 

controller	isa0

controller	fdc0	at isa? port "IO_FD1" bio flags 1 irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0
#disk		fd1	at fdc0 drive 1
tape		ft0	at fdc0 drive 1

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

options         ATAPI   #Enable ATAPI support for IDE bus
device          wcd0    #IDE CD-ROM

# Configure CDROM
controller	matcd0	at isa? port 0x230 bio

# Configure SoundBlaster Card
controller	snd0
device		sbxvi0	at isa? drq 5
device		sbmidi0	at isa?	port 0x300

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

# Mandatory, don't remove
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

# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.
#device de0
#device fxp0
#device vx0
#device ed0 at isa? port 0x280 net irq  5 iomem 0xd8000 vector edintr
#device ed1 at isa? port 0x300 net irq  5 iomem 0xd8000 vector edintr
#device ie0 at isa? port 0x360 net irq  7 iomem 0xd0000 vector ieintr
device ep0 at isa? port 0x300 net irq 10 vector epintr
#device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
#device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr
#device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr
#device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr
#device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	sl	1
# ijppp uses tun instead of ppp device
#pseudo-device	ppp	1
pseudo-device	tun	1
pseudo-device	pty	32
pseudo-device	gzip		# Exec gzipped a.out's
pseudo-device	bpfilter
pseudo-device	speaker
pseudo-device	snp	5

--------------193F39273C15
Content-Type: text/plain; charset=us-ascii; name="make.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="make.log"

cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -nostdinc -I. -I../.. -I../../sys -I/usr/include -DKRONOS1 -DI386_CPU -DATAPI -DSYSVMSG -DSYSVSEM -DSYSVSHM -DIPACCT -DIPFIREWALL_VERBOSE -DIPFIREWALL -DXSERVER -DUCONSOLE -DBOUNCE_BUFFERS -DMAXMEM=(12 * 1024) -DCOMPAT_43 -DPROCFS -DCD9660 -DNFS -DFFS -DINET -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 -DTIMEZONE=0 -DDST=0 -DMAXUSERS=5 -UKERNEL ../../i386/i386/genassym.c
Syntax error: "(" unexpected
*** Error code 2

Stop.

--------------193F39273C15--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?334EF9A3.27DE>