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

I'm trying to compile the new [doslinux](https://github.com/charliesome/doslinux) which means setting up a 32-bit toolchain. I was told that setting up a toolchain would be smooth sailing with this program but...

I use musl build my package it work well, but recent I find this error on ubuntu 18.04: ```sh initgroups(www-data, 33) failed (5: I/O error) ``` Is this a bug...

``` One configured invocation them configures all the GNU toolchain components together in a manner that does not require any of them to be installed in order for the others...

I understand that `MAKEINFO=false` works, but `MAKEINFO=true` works better for scripts that fail on error.

Using musl-cross-make 5086175 (Mar 6th 2020) the following program produces incorrect (erratic) results on arm hardware with linux kernel 5.6 (but correct results on 32-bit arm kernel 4.19, correct results...

Hi. When building a native compiler using a cross one, I’ve found it does not search for `/include`, where musl installs its headers. ### Step to reproduce Create a `config.mak`...

Hey there, What's the general approach for getting mcm to build a native toolchain capable of running inside a chroot environment (kind of similar to the LFS toolchain approach)? Would...

Shouldn't the user be notified that he/she should specify an absolute path when deciding to use a custom OUTPUT? Not specifying an OUTPUT, works and installs fine in `output`. The...

Hello, I have had to develop a small/medium handful of different config.mak files over time for projects with various SoCs (just about every architecture except sparc) and I keep a...

today I start use`GCC_CONFIG += --enable-libssp`. ```sh x86_64-linux-musl-gcc -static-libgcc -static-pie xtest.c -lz -lm ``` gdb: ```sh For help, type "help". Type "apropos word" to search for commands related to "word"......