From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 22843 invoked from network); 31 Dec 2022 02:51:00 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 31 Dec 2022 02:51:00 -0000 Received: from maat.thinktankworkspaces.com ([45.79.94.76]) by 9front; Fri Dec 30 21:49:31 -0500 2022 Message-ID: <8E17625A1D5099AF947E779FA28A9778@thinktankworkspaces.com> To: 9front@9front.org Date: Fri, 30 Dec 2022 18:49:29 -0800 From: william@thinktankworkspaces.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: patented replication rich-client-scale locator Subject: Re: [9front] Go on ARM64 Reply-To: 9front@9front.org Precedence: bulk I couldn't get it to compile. I cloned the repo in /usr/glenda/code and changed the path term% GOROOT=/usr/glenda/code/go-arm64.plan9 GOOS=plan9 GOARCH=arm64 make.rc go: not found go: not found ERROR: Cannot find /usr/glenda/go1.4/bin/go. Set $GOROOT_BOOTSTRAP to a working Go tree >= Go 1.17.13. Not sure why its looking for go if i'm compiling for first time does this matter below? echo go1.20 > VERSION. I have it in both in the following directories. /usr/glenda/code/go-arm64.plan9/VERSION /usr/glenda/code/go-arm64.plan9/src/VERSION Quoth Philip Silva : > Hi! > > Since I have now a MNT Reform and there was still no Go I tried my luck with porting: https://github.com/psilva261/go-arm64.plan9 > > I've tested compiling from linux/amd64 (Go 1.19.4) and 9front/amd64 (Go 1.18.3), that both works. But since there's no bootstrap.rc, it can be compiled like this: > > echo go1.20 > VERSION # bootstrap.bash produces something like go1.20-53289fad60 > cd src > GOROOT=/tmp/go-arm64.plan9-arm64.plan9 GOOS=plan9 GOARCH=arm64 make.rc > cd .. ; mv bin/plan9_arm64/* bin/ > > Greetings, Philip > >