On 03/05/16 14:48, Rich Felker wrote: > Let me know if any major bugs/inconveniences remain that I should > prioritize fixing. Hi Rich, used this for the first time today (commit 4afd97a). Ran into a build failure using this config.mak: TARGET = arm-linux-musleabi OUTPUT = /opt/cross GCC_CONFIG += --with-cpu=cortex-a8 I can send a full build log to your personal mail (~600KiB) if it helps. libtool: compile: /home/patrick/src/patrick/musl-cross-make/build-arm-linux-musleabi/obj_toolchain/./gcc/xgcc -B/home/patrick/src/patrick/musl-cross-make/build-arm-linux-musleabi/obj_toolchain/./gcc/ -B/arm-linux-musleabi/bin/ -B/arm-linux-musleabi/lib/ -isystem /arm-linux-musleabi/include -isystem /arm-linux-musleabi/sys-include -L/home/patrick/src/patrick/musl-cross-make/build-arm-linux-musleabi/obj_toolchain/./ld --sysroot=/home/patrick/src/patrick/musl-cross-make/build-arm-linux-musleabi/obj_sysroot -DHAVE_CONFIG_H -I. -I../../../src_toolchain/boehm-gc -I./include -I/home/patrick/src/patrick/musl-cross-make/build-arm-linux-musleabi/src_toolchain/boehm-gc/include -fexceptions -Iinclude -I././targ-include -I.//libc/include -g -O2 -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c ../../../src_toolchain/boehm-gc/os_dep.c -fPIC -DPIC -o .libs/os_dep.o ../../../src_toolchain/boehm-gc/os_dep.c:20:30: fatal error: linux/version.h: No such file or directory compilation terminated. Makefile:444: recipe for target 'os_dep.lo' failed make[5]: *** [os_dep.lo] Error 1 make[5]: Leaving directory '/home/patrick/src/patrick/musl-cross-make/build-arm-linux-musleabi/obj_toolchain/arm-linux-musleabi/boehm-gc' Makefile:490: recipe for target 'all-recursive' failed make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory '/home/patrick/src/patrick/musl-cross-make/build-arm-linux-musleabi/obj_toolchain/arm-linux-musleabi/boehm-gc' Makefile:18152: recipe for target 'all-target-boehm-gc' failed make[3]: *** [all-target-boehm-gc] Error 2 make[3]: Leaving directory '/home/patrick/src/patrick/musl-cross-make/build-arm-linux-musleabi/obj_toolchain' Makefile:878: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/home/patrick/src/patrick/musl-cross-make/build-arm-linux-musleabi/obj_toolchain' Makefile:132: recipe for target 'obj_toolchain/.lc_built' failed make[1]: *** [obj_toolchain/.lc_built] Error 2 make[1]: Leaving directory '/home/patrick/src/patrick/musl-cross-make/build-arm-linux-musleabi' Makefile:133: recipe for target 'all' failed make: *** [all] Error 2 make 1325.21s user 101.15s system 91% cpu 26:03.63 total Are you planning on supporting GCC 5.3? I may be able to contribute some patches. Patrick