Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Feb 1999 18:22:50 +0900
From:      Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
To:        ken@plutotech.com
Cc:        alpha@FreeBSD.ORG
Subject:   Re: GENERIC compile blows up
Message-ID:  <19990202182250O.simokawa@sat.t.u-tokyo.ac.jp>
In-Reply-To: Your message of "Mon, 1 Feb 1999 18:28:28 -0700 (MST)" <199902020128.SAA36987@panzer.plutotech.com>
References:  <199902020128.SAA36987@panzer.plutotech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
ken> This is from sources cvsupped about 11:15 PST, and the GENERIC config file:
ken> 
ken> cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith -Winline -Wuninitialized -Wformat  -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL -include opt_global.h  ../../alpha/alpha/interrupt.c
ken> /var/tmp/ccl76810.s: Assembler messages:
ken> /var/tmp/ccl76810.s:885: Error: macro requires $at register while noat in effect
ken> /var/tmp/ccl76810.s:927: Error: macro requires $at register while noat in effect
ken> *** Error code 1
ken> 
ken> Stop.
ken> 
ken> Anyone have any ideas?
ken> 
ken> The system in question is from early December.
ken> 
ken> Ken

I think this is because of lack of '-Wa,-mev56' option in cc command line.
Update /usr/share/mk/bsd.kern.mk and try again.

/\ Hidetoshi Shimokawa
\/  simokawa@sat.t.u-tokyo.ac.jp
PGP public key: finger -l simokawa@sat.t.u-tokyo.ac.jp


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?19990202182250O.simokawa>