From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Veety Date: Thu, 19 Sep 2019 23:26:33 -0400 (EDT) To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-Reply-To: <63A70485-0D01-4D77-9966-3B4CB758F4CC@gmail.com> Message-ID: References: <07E8AB88-15C5-4ADB-B22C-311D9A149EF8@quintile.net> <20190919224632.33A4A1570CEA@mail.bitblocks.com> <63A70485-0D01-4D77-9966-3B4CB758F4CC@gmail.com> User-Agent: Alpine 2.21.99999 (BSF 352 2019-06-22) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="2189848219-222396035-1568950018=:5516" Subject: Re: [9fans] go under plan9 on the radpberry pi? Topicbox-Message-UUID: 08fd607a-eada-11e9-9d60-3106f5b1d025 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --2189848219-222396035-1568950018=:5516 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Building anything on a raspberry pi is a bit of a chore. I highly=20 recommend running go on your cpu server and/or local to your filesystem.=20 The generated binaries seem to work fine. I haven't found any bugs, but I= =20 haven't run anything serious on on my pis. On Thu, 19 Sep 2019, Michael Misch wrote: > I=E2=80=99ve used it, it works fine. Building on a raspberry pi, on the= other hand is a chore when using Go. > >> On Sep 19, 2019, at 3:46 PM, Bakul Shah wrote: >> >> On Thu, 19 Sep 2019 22:41:48 +0100 Steve Simon wr= ote: >>> >>> does go run under plan9 on the radpberry pi or only on x86? >> >> I haven't tried a native build but cross-compiling with >> >> cd `go env GOROOT`/src >> GOOS=3Dplan9 GOARCH=3Darm ./bootstrap.bash >> >> seems to work. bunzip2 the resulting .tbz file in $home & then >> bind -a $home/go-plan9-arm-bootstrap/bin /bin >> >> Only lightly tested. >> > --2189848219-222396035-1568950018=:5516--