Skip to content

cross-tools/gnu-cross

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gnu-cross

This is a simple, lightweight project for making cross-compilation toolchain with gnu libc.

Supported targets

Target Kernel Binutils GCC Glibc Mold
aarch64-unknown-linux-gnu 5.4.296 2.45 15.2.0 2.42 2.40.4
arm-unknown-linux-gnueabi 5.4.296 2.45 15.2.0 2.42 2.40.4
arm-unknown-linux-gnueabihf 5.4.296 2.45 15.2.0 2.42 2.40.4
armv7-unknown-linux-gnueabi 5.4.296 2.45 15.2.0 2.42 2.40.4
armv7-unknown-linux-gnueabihf 5.4.296 2.45 15.2.0 2.42 2.40.4
i586-unknown-linux-gnu 5.4.296 2.45 15.2.0 2.42 2.40.4
i686-unknown-linux-gnu 5.4.296 2.45 15.2.0 2.42 2.40.4
loongarch64-unknown-linux-gnu 5.19.16 2.45 15.2.0 2.42 2.40.4
m68k-unknown-linux-gnu 5.4.296 2.45 15.2.0 2.42 2.40.4
microblazeel-xilinx-linux-gnu 5.4.296 2.45 15.2.0 2.42 N/A
microblaze-xilinx-linux-gnu 5.4.296 2.45 15.2.0 2.42 N/A
mipsel-unknown-linux-gnu 5.4.296 2.45 15.2.0 2.42 N/A
mipsel-unknown-linux-gnusf 5.4.296 2.45 15.2.0 2.42 N/A
mips-unknown-linux-gnu 5.4.296 2.45 15.2.0 2.42 N/A
mips-unknown-linux-gnusf 5.4.296 2.45 15.2.0 2.42 N/A
mips64el-unknown-linux-gnu 5.4.296 2.45 15.2.0 2.42 N/A
mips64-unknown-linux-gnu 5.4.296 2.45 15.2.0 2.42 N/A
powerpc-unknown-linux-gnu 5.4.296 2.45 15.2.0 2.42 2.40.4
powerpc64-unknown-linux-gnu 5.4.296 2.45 15.2.0 2.42 2.40.4
riscv32-unknown-linux-gnu 5.4.296 2.45 15.2.0 2.42 2.40.4
riscv64-unknown-linux-gnu 5.4.296 2.45 15.2.0 2.42 2.40.4
s390x-ibm-linux-gnu 5.4.296 2.45 15.2.0 2.42 2.40.4
sh4-multilib-linux-gnu 5.4.296 2.45 15.2.0 2.42 2.40.4
x86_64-unknown-linux-gnu 5.4.296 2.45 15.2.0 2.42 2.40.4

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

Cross-compile toolchain with gnu libc

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages