Skip to content

gfunkmonk/musl-cross

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

musl-cross

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

Supported targets

Target Kernel Binutils GCC Musl Mold
aarch64-unknown-linux-musl 6.18.22 2.46 15.2.0 1.2.6 2.41.0
arm-unknown-linux-musleabi 6.18.22 2.46 15.2.0 1.2.6 2.41.0
arm-unknown-linux-musleabihf 6.18.22 2.46 15.2.0 1.2.6 2.41.0
armv5-unknown-linux-musleabi 6.18.22 2.46 15.2.0 1.2.6 2.41.0
armv6-unknown-linux-musleabi 6.18.22 2.46 15.2.0 1.2.6 2.41.0
armv6-unknown-linux-musleabihf 6.18.22 2.46 15.2.0 1.2.6 2.41.0
armv7-unknown-linux-musleabi 6.18.22 2.46 15.2.0 1.2.6 2.41.0
armv7-unknown-linux-musleabihf 6.18.22 2.46 15.2.0 1.2.6 2.41.0
i386-unknown-linux-musl 6.18.22 2.46 15.2.0 1.2.6 2.41.0
i486-unknown-linux-musl 6.18.22 2.46 15.2.0 1.2.6 2.41.0
i586-unknown-linux-musl 6.18.22 2.46 15.2.0 1.2.6 2.41.0
i686-unknown-linux-musl 6.18.22 2.46 15.2.0 1.2.6 2.41.0
loongarch64-unknown-linux-musl 6.18.22 2.46 15.2.0 1.2.6 2.41.0
m68k-unknown-linux-musl 6.18.22 2.46 15.2.0 1.2.6 2.41.0
microblaze-xilinx-linux-musl 6.18.22 2.46 15.2.0 1.2.6 N/A
microblazeel-xilinx-linux-musl 6.18.22 2.46 15.2.0 1.2.6 N/A
mips-unknown-linux-musl 6.18.22 2.46 15.2.0 1.2.6 N/A
mips-unknown-linux-muslsf 6.18.22 2.46 15.2.0 1.2.6 N/A
mips64-unknown-linux-musl 6.18.22 2.46 15.2.0 1.2.6 N/A
mips64el-unknown-linux-musl 6.18.22 2.46 15.2.0 1.2.6 N/A
mipsel-unknown-linux-musl 6.18.22 2.46 15.2.0 1.2.6 N/A
mipsel-unknown-linux-muslsf 6.18.22 2.46 15.2.0 1.2.6 N/A
or1k-unknown-linux-musl 6.18.22 2.46 15.2.0 1.2.6 N/A
powerpc-unknown-linux-musl 6.18.22 2.46 15.2.0 1.2.6 2.41.0
powerpc-unknown-linux-muslsf 6.18.22 2.46 15.2.0 1.2.6 2.41.0
powerpc64-unknown-linux-musl 6.18.22 2.46 15.2.0 1.2.6 2.41.0
powerpc64le-unknown-linux-musl 6.18.22 2.46 15.2.0 1.2.6 2.41.0
powerpcle-unknown-linux-musl 6.18.22 2.46 15.2.0 1.2.6 2.41.0
powerpcle-unknown-linux-muslsf 6.18.22 2.46 15.2.0 1.2.6 2.41.0
riscv32-unknown-linux-musl 6.18.22 2.46 15.2.0 1.2.6 2.41.0
riscv64-unknown-linux-musl 6.18.22 2.46 15.2.0 1.2.6 2.41.0
s390-ibm-linux-musl 6.18.22 2.46 15.2.0 1.2.6 2.41.0
s390x-ibm-linux-musl 6.18.22 2.46 15.2.0 1.2.6 2.41.0
sh4-multilib-linux-musl 6.18.22 2.46 15.2.0 1.2.6 2.41.0
x86_64-unknown-linux-musl 6.18.22 2.46 15.2.0 1.2.6 2.41.0

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 musl libc

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%