go
go copied to clipboard
The Go programming language
希望可以提供一个 golang1.17 及以上的预编译好的下载链接 如果能提供一个可以在 x86 上交叉编译出 loongarch64 的版本的预编译安装包就更好了。
go 1.19 os_linux_loong64.go 没有定义自己私有的 `type sigset [2]uint64`,默认使用 os_linux_generic.go 的 ,编译出来的文件无法在设备上正常运行。
之前我看到说能在1.17.5合并进主线,现在1.18里我都没有找到龙芯的编译选项。 还是说,还有问题没解决,或者出了什么问题?
### What version of Go are you using (`go version`)? $ go version go version go1.18 linux/loong64 ### Does this issue reproduce with the latest release? ### What operating system...
### What version of Go are you using (`go version`)? root@admin-pc:~# go version go version go1.15.6 linux/loong64 ### Does this issue reproduce with the latest release? 是的 ### What operating...
### What version of Go are you using (`go version`)? $ go version go version go1.15.6 linux/loong64 ### Does this issue reproduce with the latest release? yes ### What operating...