Date: Fri, 5 Nov 1999 14:04:15 -0800 From: "David O'Brien" <obrien@freebsd.org> To: current@freebsd.org Subject: show stopper for Gcc 2.95.2 conversion Message-ID: <19991105140415.A25486@dragon.nuxi.com> In-Reply-To: <19991105012449.A74246@dragon.nuxi.com>; from obrien@NUXI.com on Fri, Nov 05, 1999 at 01:24:50AM -0800 References: <19991105012449.A74246@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
The current show stopper for switching over to GCC 2.95.2 is a problem
compiling the `ahc' driver:
cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../..
-I../../../include -DKERNEL -include opt_global.h -elf
../../dev/aic7xxx/aic7xxx.c
../../dev/aic7xxx/aic7xxx.c: In function `ahc_download_instr':
machine/bus.h:584: Invalid `asm' statement:
machine/bus.h:584: fixed or forbidden register 2 (cx) was spilled for class CREG.
*** Error code 1
The message is misleading, as the problematic header is
/sys/i386/include/bus.h not, /usr/include/machine/bus.h.
--
-- David (obrien@FreeBSD.org)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991105140415.A25486>
