musl-cross-make icon indicating copy to clipboard operation
musl-cross-make copied to clipboard

Simple makefile-based build for musl cross compiler

Results 81 musl-cross-make issues
Sort by recently updated
recently updated
newest added

Just wanted to let you know I cited this project in https://gcc.gnu.org/pipermail/gcc-patches/2021-August/577707.html . Thanks for the good work with this!

The make build currently fails because the `LINUX_HEADERS_SITE = http://ftp.barfooze.de/pub/sabotage/tarballs/` to download the linux headers tarball is not reachable. See following log: ``` Connecting to ftp.barfooze.de (ftp.barfooze.de)|5.9.157.210|:80... failed: Connection timed...

original nsz patch from http://port70.net/~nsz/musl/mcm/

Hi, I meet the problem of compiling a musl cross compile tool chain for **linux 4.1.17 and gcc 5**, the new linux version is not fit for me. So I...

Why isn't this version of `musl-cross-make` on par with musl.cc's version over at:

Hi. I’ve built a cross compiler, `x86_64-linux-musl` as target, then a native compiler using the cross one. When running `gcc -print-multiarch` on the native, I get `i386-linux-gnu`. # Step to...

I'm trying to add `CFLAGS+=-fPIE` only for musl, and wondering if there's simple configuration for it. so far I had to modify `musl-*/Makefile` after the initial build, remove some build...

Attempting build in docker vm `alpine:3.12`, `make` fails relatively early with: ``` checking build system type... Invalid configuration `/root/build': machine `/root/build' not recognized ``` It appears as somehow `dirname $PWD`...