Confused about ARM64 cross-compilation

Herbert J. Skuhra herbert at gojira.at
Fri Feb 9 18:08:51 UTC 2018


On Fri, 09 Feb 2018 18:57:51 +0100, Karl Denninger wrote:
> 
> What is your exact build string for cross-compile?
> 
> This is what I'm using (and having fail) early in the cross-tools build,
> as the bug report shows:
> 
> make TARGET_ARCH=aarch64 SRCCONF=/dev/null __MAKE_CONF=/dev/null
> -DNO_CLEAN -DWITHOUT_DEBUG_FILES -DWITHOUT_KERNEL_SYMBOLS
> -DWITHOUT_TESTS -j 12 buildworld
> 
> -DNO_CLEAN being gone doesn't change behavior.

make -j4 buildworld TARGET=arm64 TARGET_ARCH=aarch64 __MAKE_CONF=/dev/null

in /etc/src.conf I have:

WITHOUT_DEBUG_FILES=
WITHOUT_TESTS=
WITHOUT_GAMES=

--
Herbert


More information about the freebsd-arm mailing list