Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 6 May 2016 08:43:58 +1000
From: Patrick Oppenlander <pattyo.lists@...il.com>
To: musl@...ts.openwall.com
Subject: Re: musl-cross-make / litecross improvements

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

Content of type "text/html" skipped

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.