Parent: Tiger / Leopard Pipe Dream Projects
- https://groups.google.com/g/golang-dev/c/SRUK7yJVA0c/m/JeoCRMwzBwAJ
- https://www.youtube.com/watch?v=tnXOeHRuyyA
- https://embeddedgo.github.io/2019/11/19/porting_go_to_microcontrollers_part1.html
- https://zchee.github.io/golang-wiki/GccgoCrossCompilation/
- https://go.dev/doc/install/source#bootstrapFromSource (the last version of Golang written in C was 1.4)
my new attempt:
my first attempt:
github issue tracking missing ppc32:
"Since Go version 1.5 ppc64 and ppc64le are supported":
"The Go project only publishes ppc64le (64-bit POWER in little endian mode) builds. The Go sources contain a 64-bit POWER big-endian port, but you need to compile it yourself."
See also golang/go@079b015#commitcomment-123726974