From owner-freebsd-current Tue Jan 6 21:48:36 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA13754 for current-outgoing; Tue, 6 Jan 1998 21:48:36 -0800 (PST) (envelope-from owner-freebsd-current) Received: from zippy.dyn.ml.org (garbanzo@congo-101.ppp.hooked.net [206.169.227.101]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA13716 for ; Tue, 6 Jan 1998 21:48:25 -0800 (PST) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.8.8/8.8.7) with SMTP id VAA03035; Tue, 6 Jan 1998 21:49:48 -0800 (PST) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Tue, 6 Jan 1998 21:49:48 -0800 (PST) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org To: Jim Bryant cc: freebsd-current@FreeBSD.ORG Subject: Re: pgcc compile of kernel In-Reply-To: <199801070201.UAA00573@unix.tfs.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 6 Jan 1998, Jim Bryant wrote: > 7:59:35pm argus(96): pgcc -c -O2 -m486 -fomit-frame-pointer -pipe > -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wuninitialized -nostdinc -I- -I. -I../.. -I../../../include > -DUPDATE_INTERVAL=30 -DFASTLINKS -DDEVFS -DNFS -DFFS -DNETATALK -DINET > -DFIFO -DWANT_JOYSTICK_CONNECTED -DCOM_BIDIR -DSTAR_SAVER > -DFDSEEKWAIT=16 -DDUMMY_NOPS -DPROBE_VERBOSE -DUSE_RTC_CENTURY -DMD5 > -DFAILSAFE -DNSWAPDEV=1 -DDST=0 -DTIMEZONE=0 -DKERNEL -include > opt_global.h > ../../kern/kern_clock.c > machine/cpufunc.h: In function `hardclock': > machine/cpufunc.h:363: inconsistent operand constraints in an `asm' > > gcc works with -m486 Grab a newer version of pgcc based on egcs >=1.0. This works for pretty much everything that doesn't require shared libraries. El hombre mas brillante dijo una vez "Cuidado hay NT". (it's a nerd thing) - alex