9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] Go on ARM64
@ 2022-12-28 17:29 Philip Silva
  2022-12-28 17:51 ` Jacob Moody
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Philip Silva @ 2022-12-28 17:29 UTC (permalink / raw)
  To: 9front

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-01-01 18:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-28 17:29 [9front] Go on ARM64 Philip Silva
2022-12-28 17:51 ` Jacob Moody
2022-12-28 17:58 ` ori
2022-12-28 21:43   ` Philip Silva
2022-12-30  4:59     ` Fazlul Shahriar
2022-12-31  0:44       ` Philip Silva
2022-12-31  1:53         ` Fazlul Shahriar
2022-12-31  2:42         ` ori
2023-01-01 18:06           ` Philip Silva
2022-12-31  2:49 ` william
2022-12-31  4:04   ` Aaron Bieber

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).