From owner-freebsd-hackers Sun Jan 1 09:11:52 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id JAA12414 for hackers-outgoing; Sun, 1 Jan 1995 09:11:52 -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 JAA12387 for ; Sun, 1 Jan 1995 09:11:48 -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 SAA19870 for ; Sun, 1 Jan 1995 18:12:14 +0100 Received: by blaise.ibp.fr (4.1/SMI-4.1) id AA07753; Sun, 1 Jan 95 18:12:28 +0100 From: roberto@blaise.ibp.fr (Ollivier ROBERT) Message-Id: <9501011712.AA07753@blaise.ibp.fr> Subject: Re: Problem compiling current kernel (1st jan) To: roberto@blaise.ibp.fr (Ollivier ROBERT) Date: Sun, 1 Jan 1995 18:12:28 +0100 (MET) Cc: hackers@freebsd.org In-Reply-To: <9501011702.AA07708@blaise.ibp.fr> from "Ollivier ROBERT" at Jan 1, 95 06:02:01 pm 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: 1138 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 -DIPFI> REWALL_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've found why : I have redefined COPTFLAGS in my /etc/make.conf file in order to have a -pipe and forget to put the -O. That's weird, the kernel should compile without -O... -- 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