9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: David du Colombier <0intro@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] Making available a pre-compiled go binary for Miller's plan-9 Pi image
Date: Fri, 28 Oct 2016 08:54:10 +0200	[thread overview]
Message-ID: <CANUoZoFLs7YS_Dr=k3n-usESFzmZNZ8YzHbEg62XvAU5pxuhMw@mail.gmail.com> (raw)
In-Reply-To: <41B5A142-CD49-456F-AA4C-782EE401A192@gmail.com>

If you have troubles building Go on Plan 9, you can easily cross-compile
Go for plan9/arm from another operating system.

cd /usr/local/go/src
GOOS=plan9 GOARCH=arm GOARM=7 ./bootstrap.bash

Then you get /usr/local/go-plan9-arm-bootstrap.tbz, that you can extract
on your Raspberry Pi.

--
David du Colombier



  reply	other threads:[~2016-10-28  6:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-27 16:26 Marshall Conover
2016-10-27 23:43 ` Chris McGee
2016-10-28  6:54   ` David du Colombier [this message]
2016-10-28  6:58     ` David du Colombier
2016-10-28 14:53       ` Chris McGee
2016-10-28 17:49       ` Skip Tavakkolian
2016-10-31 13:56 Marshall Conover

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CANUoZoFLs7YS_Dr=k3n-usESFzmZNZ8YzHbEg62XvAU5pxuhMw@mail.gmail.com' \
    --to=0intro@gmail.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).