I tried build numpy with qml on docker ubuntu 16.04
but it has error not found libc.so
aarch64-linux-gnu-gcc -pthread /tmp/tmpiZDAz2/tmp/tmpiZDAz2/source.o -L/opt/Qualcomm/QML/1.0.0/arm64/lp64/lib -lqml -o /tmp/tmpiZDAz2/a.out
/usr/bin/ld: warning: libc.so, needed by /opt/Qualcomm/QML/1.0.0/arm64/lp64/lib/libqml.so, not found (try using -rpath or -rpath-link)
/opt/Qualcomm/QML/1.0.0/arm64/lp64/lib/libqml.so: undefined reference to `strstr@LIBC'
but this ubuntu docker has libc.so in /usr/lib/aarch64-linux-gnu/libc.so
my numpy site.cfg is below
[qml]
libraries = QML-1.0.0
library_dirs = /opt/Qualcomm/QML/1.0.0/arm64/lp64/lib
include_dirs = /opt/Qualcomm/QML/1.0.0/arm64/lp64/include
runtime_library_dirs = /opt/Qualcomm/QML/1.0.0/arm64/lp64/lib
is something wrong?
Is this library to use Android bionic libc?
Can't used in arm64 ubuntu docker?
Hi smpark,
In the last release, we only released the binaries for Android systems.
We need to release the latest Linux binaries for you to use it in docker ubuntu.
I will let you know as soon as we release the Linux binaries.
nice post