Re: Cross-building for i386 from amd64

From: Daniel Eischen <eischen_at_vigrid.com>
Date: Mon, 25 Jan 2016 18:16:58 -0500 (EST)
On Mon, 25 Jan 2016, Daniel Eischen wrote:

> Is cross-building world for i386 from amd64 suppose to work?
>
> It doesn't in -stable.  From reading the documentation out there,
> one of these should work:
>
>   make TARGET=i386 buildworld
>   make TARGET_ARCH=i386 buildworld
>
> What incantations do I need?  The end result is I want multiple
> developers to be able to build nanobsd i386 images from amd64.

I guess you can ignore this, I seemed to have hit a real
compilation bug in -stable, which updating to the most
recent -stable has fixed.  FYI, I used:

   make TARGET_ARCH=i386 -j4 buildworld

in -stable, and that worked.

-- 
DE
Received on Mon Jan 25 2016 - 22:16:59 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:02 UTC