All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

musl-cross: Cross-compilation Toolchain with musl libc for Multiple Architectures

By

1vuio0pswjnm7

9mo ago· 2 min readenCode

Summary

musl-cross is a lightweight project providing cross-compilation toolchains with musl libc for various target architectures. The project supports multiple CPU architectures including aarch64, arm, armv7, i586, i686, and loongarch64, all using Linux kernel versions 5.4.293 or 5.19.16, Binutils 2.45, GCC 15.2.0, and Musl libc versions 1.2.5 or 1. It's a GitHub repository focused on development tools for cross-compilation environments.

Key quotes

· 3 pulled
This is a simple, lightweight project for making cross-compilation toolchain with musl libc
Supported targets: aarch64-unknown-linux-musl, arm-unknown-linux-musleabi, arm-unknown-linux-musleabihf, armv7-unknown-linux-musleabi, armv7-unknown-linux-musleabihf, i586-unknown-linux-musl, i686-unknown-linux-musl, loongarch64-unknown-linux-musl
Cross-compile toolchain with musl libc. Contribute to cross-tools/musl-cross development by creating an account on GitHub
Snippet from the RSS feed
Cross-compile toolchain with musl libc. Contribute to cross-tools/musl-cross development by creating an account on GitHub.

You might also wanna read