musl-cross-make
musl-cross-make copied to clipboard
Simple makefile-based build for musl cross compiler
``` Checking multilib configuration for libgcc... # If this is the top-level multilib, build all the other # multilibs. Mode = sf\|df Suffix = si\|2\|3 /Users/alex/musl-cross-make/build/local/mipsel-linux-musl/obj_gcc/./gcc/xgcc -B/Users/alex/musl-cross-make/build/local/mipsel-linux-musl/obj_gcc/./gcc/ -B/mipsel-linux-musl/bin/ -B/mipsel-linux-musl/lib/ -isystem...
Is there any reason to keep verbose mode on when extracting? As far as I'm concerned it just makes it take longer than it should.
It returns the following after running `TARGET=x86_64-linux-musl make` ``` g++ -no-pie -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings...
hi,friend: Can the name of the generated binary tool in /output/bin be customized ? such as: The default binary tool name in the output/bin is:aarch64-linux-musl-xxx;I want to change their names...
http://isl.gforge.inria.fr was deprecated for some time and is now down. This patch updates the download location to the new sourceforge upstream location of the ISL project.
The minimal patch by @jannau in richfelker/musl-cross-make#116 enables building gcc and running it natively on Apple Silicon. As I understand and have experienced it, the resulting gcc is not fully...
Is it possible to support gdb? `GDB` is very useful. Like: https://github.com/riscv-collab/riscv-binutils-gdb
Hi there, I successfully built a cross compiler for ARM using musl-cross-make. I'm able to build programs for ```armv6z``` (Raspberry Pi) with the following ```CFLAGS``` using the cross compiler, but...