Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 1999 09:25:39 -0700 (MST)
From:      "Kenneth D. Merry" <ken@plutotech.com>
To:        simokawa@sat.t.u-tokyo.ac.jp (Hidetoshi Shimokawa)
Cc:        alpha@FreeBSD.ORG
Subject:   Re: GENERIC compile blows up
Message-ID:  <199902021625.JAA41457@panzer.plutotech.com>
In-Reply-To: <19990202182250O.simokawa@sat.t.u-tokyo.ac.jp> from Hidetoshi Shimokawa at "Feb 2, 1999  6:22:50 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Hidetoshi Shimokawa wrote...
> 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.

You're right, that worked.  I ended up just doing:

make -m /usr/src/share/make ...

Ken
-- 
Kenneth Merry
ken@plutotech.com

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?199902021625.JAA41457>