From owner-freebsd-alpha Sun Feb 3 14:52: 5 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mail.fidnet.com (four.fidnet.com [216.229.64.74]) by hub.freebsd.org (Postfix) with SMTP id F38A837B41D for ; Sun, 3 Feb 2002 14:52:02 -0800 (PST) Received: (qmail 23399 invoked from network); 3 Feb 2002 22:52:02 -0000 Received: from beast.hexaneinc.com (HELO beast) (216.229.82.132) by four.fidnet.com with SMTP; 3 Feb 2002 22:52:01 -0000 From: "Matthew Rezny" To: "alpha@freebsd.org" Date: Sun, 03 Feb 2002 16:52:31 -0600 Reply-To: "Matthew Rezny" X-Mailer: PMMail 2000 Professional (2.10.2010) For Windows 2000 (5.0.2195;2) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: problem compiling 4.5 kernel Message-Id: <20020203225202.F38A837B41D@hub.freebsd.org> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In my make.conf I have CPUTYPE=pca56, which takes care of problems compiling some ports. When compiling the 4.5 kernel I got the following error: Assembler: opcode 'minsw4' not supported for target ev56 I tried changing it to CPUTYPE=ev56, which should be only a minor difference, and the compilation no longer fails. Has anyone else run into this? This appeared to have happened on a .c file, so it appears perhaps the compiler is making bad assrmbler code. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message