Subject: Re: Something very wrong here...
To: Ben Harris <bjh21@netbsd.org>
From: Ian Fry <Ian.Fry@sophos.com>
List: current-users
Date: 11/02/2001 13:34:50
On Fri, Nov 02, 2001 at 01:31:49PM +0000, Ben Harris wrote:
> In article <20011102094721.A8428@sophos.com> you write:
> >Maybe this is a problem with the nbmake wrapper that build.sh generates?
> It is indeed.  nbmake-arm26 sets MACHINE on make's command line, but make
> chooses its objdir based on MACHINE in the environment (or from sysctl). 
> Try doing "MACHINE=arm26 nbmake-arm26".  I've reported this problem to Todd
> already.

Ah that makes sense. I'll try it again tonight. Would that also explain why I
can't use nbmake-arm26 to compile kernels? The make depend fails with
'invalid register: r14', presumably because the wrong compiler/assembler are
being used?

Ian.