Anyone running an ODROID-C2 get kodi to build and run?

I am trying to run Kodi (https://github.com/Owersun/xbmc) on a ODROID-C2 (Arch ARM aarch64) but the resulting binary coredumps

Built with:

Code:
FLAGS=`echo "$CFLAGS -march=armv8.1-a -mtune=cortex-a53 -mabi=lp64 -fexpensive-optimizations -fprefetch-loop-arrays"` && CXXFLAGS="$CFLAGS"
LDFLAGS+=" -L/usr/lib/mali-egl -L/usr/lib/aml_libs -march=armv8.1-a -mtune=cortex-a53"
GCC_OPTS="--with-abi=lp64 --with-arch=armv8.1-a"

MAKEFLAGS=-j1 ./bootstrap

export PYTHON_VERSION=2
    ./configure --prefix=$_prefix \
    gl_cv_func_gettimeofday_clobber=no ac_cv_lib_bluetooth_hci_devid=no \
    --disable-debug \
    --enable-optimizations \
    --enable-libbluray \
    --disable-texturepacker \
    --with-lirc-device=/run/lirc/lircd \
    --disable-vaapi \
    --disable-vdpau \
    --disable-openmax \
    --disable-static --enable-shared \
    --disable-gl \
    --enable-gles \
    --enable-codec=amcodec

make
make install

Relevant dmesg and kodi.log:

Code:
# cat kodi_crashlog-20161229_065612.log
############## Kodi CRASH LOG ###############

################ SYSTEM INFO ################
Date: Thu Dec 29 06:56:12 EST 2016
Kodi Options:
Arch: aarch64
Kernel: Linux 3.14.79-14-ARCH #1 SMP PREEMPT Sat Dec 10 11:42:30 MST 2016
Release: Arch Linux ARM
############## END SYSTEM INFO ##############

############### STACK TRACE #################
gdb not installed, can't get stack trace.
############# END STACK TRACE ###############

################# LOG FILE ##################

Logfile not found in the usual place.
Please attach it separately.
Use pastebin.com or similar for forums or IRC.

############### END LOG FILE ################

############ END Kodi CRASH LOG #############

Code:
% dmesg
...
[13061.331354] kodi.bin[20073]: undefined instruction: pc=000000000083390c
[13061.336032] Code: f946e821 b4000441 91002000 52800021 (b8e10001)
[13061.348476] systemd-coredump[20076]: [/etc/systemd/coredump.conf:15] Failed to parse storage setting, ignoring: volatile
[13061.447697] systemd-coredump[20077]: [/etc/systemd/coredump.conf:15] Failed to parse storage setting, ignoring: volatile
[13061.458063] systemd-coredum[20077]: syscall 285
[13061.462141] Code: aa0503e4 aa0603e5 aa0703e6 d4000001 (b13ffc1f)
[13061.467239] CPU: 0 PID: 20077 Comm: systemd-coredum Not tainted 3.14.79-14-ARCH #1
[13061.474983] task: ffffffc05bd32000 ti: ffffffc05b968000 task.ti: ffffffc05b968000
[13061.482286] PC is at 0x7f8da553e4
[13061.486286] LR is at 0x7f8dc39aec
[13061.490306] pc : [<0000007f8da553e4>] lr : [<0000007f8dc39aec>] pstate: 20000000
[13061.496039] sp : 0000007fe876e140
[13061.500035] x29: 0000007fe876e140 x28: 0000000080000000
[13061.508726] x27: 0000000000000001 x26: 0000000000000001
[13061.513555] x25: 0000000000000001 x24: 00000000ffffffff
[13061.518695] x23: 0000000080000000 x22: 0000000000000007
[13061.523857] x21: 0000000000000006 x20: 0000000000004000
[13061.529056] x19: 000000558b9fe000 x18: 0000000000000000
[13061.534250] x17: 0000007f8da553c0 x16: 0000007f8dd9c350
[13061.539462] x15: 0000000000000000 x14: 0000000000000000
[13061.544719] x13: 2e39623135316237 x12: 3438656431366131
[13061.549968] x11: 0000000000000000 x10: aaa8aaaaaa000000
[13061.555176] x9 : 000000558ba13ac0 x8 : 000000000000011d
[13061.560459] x7 : 0000000000000000 x6 : 0000000000000000
[13061.565714] x5 : 0000000000000000 x4 : 0000000080000000
[13061.571037] x3 : 0000000000000000 x2 : 0000000000000007
[13061.576243] x1 : 0000000000000000 x0 : 0000000000000006