Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 1998 23:20:37 +0000 (GMT)
From:      Doug Rabson <dfr@nlsystems.com>
To:        Simon Shapiro <shimon@simon-shapiro.org>
Cc:        freebsd-alpha@FreeBSD.ORG
Subject:   Re: What does this mean?
Message-ID:  <Pine.BSF.4.01.9812302319070.1813-100000@herring.nlsystems.com>
In-Reply-To: <XFMail.981230171923.shimon@simon-shapiro.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 30 Dec 1998, Simon Shapiro wrote:

> Actually;  How do I fix that?
> 
> 
> cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit 
> -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith
> -Winline -Wuninitialized -Wformat  -fformat-extensions -ansi  -nostdinc -I-
> -I. -I../../.. -I../../../../include  -DKERNEL -include opt_global.h 
> ../../../alpha/alpha/interrupt.c
> /var/tmp/ccaf2165.s: Assembler messages:
> /var/tmp/ccaf2165.s:425: Error: macro requires $at register while noat in
> effect
> /var/tmp/ccaf2165.s:443: Error: macro requires $at register while noat in
> effect
> *** Error code 1

Install new makefiles:

	cp /usr/src/share/mk/bsd.kern.mk /usr/share/mk

Make sure you clean your kernel build properly after this since any file
built without -mno-fp-regs will cause a kernel panic.

--
Doug Rabson				Mail:  dfr@nlsystems.com
Nonlinear Systems Ltd.			Phone: +44 181 442 9037



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.01.9812302319070.1813-100000>