Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Sep 1999 16:28:44 -0600
From:      Warner Losh <imp@village.org>
To:        Michael Kennett <mike@laurasia.com.au>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: Crossing building alpha world fails 
Message-ID:  <199909032228.QAA48171@harmony.village.org>
In-Reply-To: Your message of "Fri, 03 Sep 1999 18:15:10 %2B0800." <199909031015.SAA37489@laurasia.com.au> 
References:  <199909031015.SAA37489@laurasia.com.au>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <199909031015.SAA37489@laurasia.com.au> Michael Kennett writes:
:   TARGET=alpha TARGET_ARCH=alpha MACHINE=alpha MACHINE_ARCH=alpha \
:     make buildworld
: Is this the correct command to use for building the cross?

No.  That is not right.  Don't put the MACHINE and MACHINE_ARCH in the
environment.  They must be the HOST machine for early parts of the
build.

However, even if you didn't do that, you would lose.  You cannot cross
compile 64 bit targets on 32-bit hosts.

Warner


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909032228.QAA48171>