Skip to content

loong64/cross-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cross-tools

LoongArch64 cross-compile toolchain, supports both x86_64(amd64) and aarch64(arm64) architectures.

Supported targets

Version Target Kernel Binutils GCC Libc(glibc) Libc(musl)
stable loongarch64-unknown-linux-gnu 6.6.101 2.41 12.5.0 2.38
stable loongarch64-unknown-linux-musl 6.6.101 2.41 12.5.0 1.2.5
mainline loongarch64-unknown-linux-gnu 6.12.41 2.41 14.3.0 2.41
mainline loongarch64-unknown-linux-musl 6.12.41 2.41 14.3.0 1.2.5
latest loongarch64-unknown-linux-gnu 6.16 2.45 15.2.0 2.42
latest loongarch64-unknown-linux-musl 6.16 2.45 15.2.0 1.2.5

How to use

Download the tarball from the release page and extract it to /opt/x-tools:

sudo mkdir -p /opt/x-tools
sudo tar -xf ${Target}.tar.xz -C /opt/x-tools

How to build

Fork this project and create a new release, or build manually:

./scripts/make ${Target}

License

MIT

Acknowledgements

We would like to express our gratitude to the following individuals and projects:

About

LoongArch64 cross-compile toolchain, supports both x86_64(amd64) and aarch64(arm64) architectures.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages