problems with i386 jail on amd64 install 7.0 Release

Kris Kennaway kris at FreeBSD.org
Fri Mar 28 03:23:49 PDT 2008


Mark Moellering wrote:
> I have been trying to install an i386 jail on an amd64 install.  I added 
> Target=i386 to the command line in the make buildworld and installworld 
> commands.  I keep getting the following (or similar) error

'Target' does nothing, there is no such variable.  If you meant 
'TARGET', that is a real variable but not the one you want.  You need to 
add 'TARGET_ARCH=i386' to your build/installworld to successfully 
cross-compile.

Kris


More information about the freebsd-questions mailing list