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

After compilation I found generated libs were not compiled with `-fPIC` flag and I don't know where to add it. The problem is, without the flag, it's not possible to...

This PR addresses issues #34 #48

Hi, is it possible to build armv5te target?

Hi there, when downloading musl via git (which is the default), the sources get downloaded over a plain git connection without any encryption or verification. Please switch to downloading tarballs...

On OS X the arm build only works with ``` COMMON_CONFIG += CFLAGS="-fbracket-depth=512" CXXFLAGS="-fbracket-depth=512" ``` Can you add this by default? There's a bug in LLVM for this: https://llvm.org/bugs/show_bug.cgi?id=19650

it there any way to patch out `-Wformat-diag` in the GCC Makefile before you build ( yay for "string format police" filling my log files, and slowing down my automated...

`-Oz` looks really promising for embedded devices! > Optimize aggressively for size rather than speed. This may increase the number of instructions executed if those instructions require fewer bytes to...

Needed by GCC 11 for DWARF v5 support. See GCC 11 release notes at https://gcc.gnu.org/gcc-11/changes.html. Without this, I'm getting the following error: > DWARF error: can't find .debug_ranges section I...

Hello, Thanks for this very useful project. Last commit was done last year, is it still maintained ?

Hello, if I enter the the newest version of musl 1.2.4 as the MUSL_VER in the config.mak or the Makefile an make error occurs which says: no No rule to...