Date: Sun, 1 Jan 1995 18:02:01 +0100 (MET) From: roberto@blaise.ibp.fr (Ollivier ROBERT) To: hackers@freebsd.org (Hackers' list FreeBSD) Subject: Problem compiling current kernel (1st jan) Message-ID: <9501011702.AA07708@blaise.ibp.fr>
index | next in thread | raw e-mail
Kernel ctm#243 sup from yesterday I think (on ref).
cc -c -pipe -W -Wreturn-type -Wcomment -Wredundant-decls -I. -I../.. -I../../sys -DKELTIA243 -DI486_CPU -DOPEN_MAX=128 -DCHILD_MAX=128 -DSYSVMSG -DSYSVSEM -DSYSVSHM -DTEST_LABELLING -DDISKSLICE -DDUMMY_NOPS -DAUTO_EOI_2 -DAUTO_EOI_1 -DARP_PROXYALL -DIPFIREWALL_VERBOSE -DIPFIREWALL -DSCSI_2_DEF -DNCONS=8 -DUCONSOLE -DCOMPAT_43 -DMFS -DLFS -DFFS -DINET -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 ../../i386/isa/bt742a.c
./machine/cpufunc.h: In function `inbc':
./machine/cpufunc.h:125: inconsistent operand constraints in an `asm'
./machine/cpufunc.h: In function `outbc':
./machine/cpufunc.h:132: inconsistent operand constraints in an `asm'
*** Error code 1
Stop.
I don't understand why this happen now. I've built kernel on 29, 30 and 31 dec
without any problem.
Of course this happens when I *must* change my Ethernet card and rebuild a kernel
for the new one...
kernel config file :
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.11 1994/11/08 07:39:26 jkh Exp $
#
machine "i386"
cpu "I486_CPU"
ident "KELTIA243"
maxusers 16
options INET #InterNETworking
options FFS
options LFS
options MFS
options "COMPAT_43" #Compatible with BSD 4.3
options UCONSOLE #X Console support
options "NCONS=8" #4 virtual consoles
options "SCSI_2_DEF" #hack for the mp1624
options IPFIREWALL #firewall
options IPFIREWALL_VERBOSE #print information about
# dropped packets
options ARP_PROXYALL
# Experimental options
options "AUTO_EOI_1"
options "AUTO_EOI_2"
options "DUMMY_NOPS"
options DISKSLICE # disk slices by bde
options "TEST_LABELLING"
#
options SYSVSHM
options SYSVSEM
options SYSVMSG
options "CHILD_MAX=128"
options "OPEN_MAX=128"
config kernel root on sd0 swap on sd0 and sd1 dumps on sd0
controller isa0
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk fd0 at fdc0 drive 0
disk fd1 at fdc0 drive 1
controller bt0 at isa? port "IO_BT0" bio irq ? vector btintr
controller scbus0
device sd0 #Only need one of these, the code dynamically grows
device st0 #Only need one of these, the code dynamically grows
device cd0 #Only need one of these, the code dynamically grows
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
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 ed0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr
device snd2 at isa? port 0x220 irq 5 drq 3 vector sbintr
device snd1 at isa? port 0x388
pseudo-device loop
pseudo-device ether
pseudo-device log
pseudo-device sl 1
pseudo-device ppp 1
pseudo-device pty 24
pseudo-device speaker
pseudo-device gzip # Exec gzipped a.out's
pseudo-device vn #Vnode driver (turns a file into a device)
pseudo-device disc #Discard device
--
Ollivier ROBERT -=- FreeBSD: the daemon is FREE! -=- roberto@FreeBSD.ORG
FreeBSD keltia 2.1.0-Development #2: Thu Dec 29 20:28:18 1994
roberto@keltia:/usr/src/sys/compile/KELTIA ctm#235
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9501011702.AA07708>
