From owner-freebsd-hackers Sun Jan 1 09:01:19 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id JAA12059 for hackers-outgoing; Sun, 1 Jan 1995 09:01:19 -0800 Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id JAA12053 for ; Sun, 1 Jan 1995 09:01:17 -0800 Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.8/jtpda-5.0) with SMTP id SAA19843 for ; Sun, 1 Jan 1995 18:01:47 +0100 Received: by blaise.ibp.fr (4.1/SMI-4.1) id AA07708; Sun, 1 Jan 95 18:02:01 +0100 From: roberto@blaise.ibp.fr (Ollivier ROBERT) Message-Id: <9501011702.AA07708@blaise.ibp.fr> Subject: Problem compiling current kernel (1st jan) To: hackers@freebsd.org (Hackers' list FreeBSD) Date: Sun, 1 Jan 1995 18:02:01 +0100 (MET) X-Mailer: ELM [version 2.4 PL23beta2] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 3856 Sender: hackers-owner@freebsd.org Precedence: bulk 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