└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # build-tools 2 | 3 | Build tools for Loongson (Binary). 4 | 5 | - LoongArch64 cross toolchain(Linux): [x86_64-cross-tools-loongarch64-binutils_2.44-gcc_14.2.0-glibc_2.41.tar.xz](https://github.com/loongson/build-tools/releases/download/2025.02.21/x86_64-cross-tools-loongarch64-binutils_2.44-gcc_14.2.0-glibc_2.41.tar.xz). 6 | 7 | source code: 8 | 9 | binutils: https://ftp.gnu.org/gnu/binutils/binutils-2.44.tar.xz 10 | 11 | glibc: https://ftp.gnu.org/gnu/glibc/glibc-2.41.tar.xz 12 | 13 | gcc: https://ftp.gnu.org/gnu/gcc/gcc-14.2.0/gcc-14.2.0.tar.xz 14 | 15 | linux-header: https://mirrors.edge.kernel.org/pub/linux/kernel/v6.x/linux-6.10.tar.xz 16 | 17 | Documentation: [CLFS for LoongArch64](https://github.com/sunhaiyong1978/CLFS-for-LoongArch/blob/main/CLFS_For_LoongArch64.md). 18 | - QEMU linux-user static binary: [qemu-loongarch64](https://github.com/loongson/build-tools/releases/download/2025.02.21/qemu-loongarch64). 19 | 20 | source code: https://download.qemu.org/qemu-9.2.0.tar.xz 21 | 22 | - Fedora Remix: [Mate Desktop](http://mirrors.wsyu.edu.cn/fedora/linux/development/rawhide/Everything/loongarch64/iso/livecd-fedora-mate-5.loongarch64.iso)([md5](https://mirrors.wsyu.edu.cn/fedora/linux/development/rawhide/Everything/loongarch64/iso/livecd-fedora-mate-5.loongarch64.iso.md5sum)) 23 | 24 | **Warning: The cross toolchain will only work properly on the latest systems, such as CLFS above.** 25 | --------------------------------------------------------------------------------