[9fans] 9atom - odd error during build phase

2016-10-29 Thread James A. Robinson
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

Re: [9fans] Making available a pre-compiled go binary for Miller's plan-9 Pi image (Chris McGee)

2016-10-29 Thread Chris McGee
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

Re: [9fans] Making available a pre-compiled go binary for Miller's plan-9 Pi image (Chris McGee)

2016-10-29 Thread David du Colombier
> 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

Re: [9fans] Making available a pre-compiled go binary for Miller's plan-9 Pi image (Chris McGee)

2016-10-29 Thread Chris McGee
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