最近在搞国产系统的适配,龙芯系统架构是 loongarch64 ,查了下应该就是 arm64 。但是之前只编译了 linux-arm32 位的 lib 包做动态引用。 请教谁搞有 arm64 位的 lib 包。
老龙芯是 mips 的,新龙芯是 loongarch64 的 新龙芯给 linux 内核,llvm ,gcc ,golang ,python ,qemu 之类好多上游都提交了支持的 你需要的是龙芯的交叉编译工具链,http://www.loongnix.cn/zh/toolchain/GNU/ 我的龙芯一些 golang 编译 https://github.com/zhangguanzhang/compile-and-packages/tree/master/loong64 龙芯 dockerfile 仓库 https://github.com/Loongson-Cloud-Community/dockerfiles
rust 已经有 loongarch64 的 target rustup target loongarch64-unknown-linux-gnu 系统的话 Gentoo 自己编译,Arch 有人打好了包 https://mirrors.wsyu.edu.cn/loongarch/archlinux/iso/latest/ gcc 工具链楼上有