Hi folks,
I've put together the parts for the CPU unit that I want to
use as a fileserver. I haven't gotten the parts for the actual
disk array yet, but the machine got a local SSD in it and
I figured that would be good enough to at least install
a standalone system on.
This is on a Supermicro X
To cross compile with make.rc do you just set GOARCH and GOOS and just run it?
> On Oct 29, 2016, at 2:46 PM, David du Colombier <0in...@gmail.com> wrote:
>
> > Maybe cross compile isn't working with Go on plan9 yet?
>
> I don't know about bootstrap.sh, but cross-compiling works fine on Plan 9
> Maybe cross compile isn't working with Go on plan9 yet?
I don't know about bootstrap.sh, but cross-compiling works fine on Plan 9
using make.rc.
--
David du Colombier
Thanks David,
These binaries are great as a starting point to compile newer versions of Go.
I almost fully automated the preparation of my 9front rpi sd card images. Cross
compiling from plan9 386 to plan9 arm using the bootstrap fails with this error:
Install: './install' not found
Maybe cros