Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jan 1998 14:16:58 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-current@FreeBSD.ORG, jbryant@unix.tfs.net
Subject:   Re: pgcc compile of kernel
Message-ID:  <199801070316.OAA21969@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
> 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'

This is probably because pgcc is based on an ancient version of gcc
(2.4?) that doesn't support the "A" constraint.  Fix: rm -rf pgcc.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801070316.OAA21969>