Replies: 5 comments 5 replies
-
for build log detail info,you can download the build.log file above |
Beta Was this translation helpful? Give feedback.
-
Please follow the build from source instructions https://mxnet.apache.org/get_started/build_from_source The |
Beta Was this translation helpful? Give feedback.
-
cmake --build . error: gcc version: 9.4.0 |
Beta Was this translation helpful? Give feedback.
-
I've solved this problem.So here I want to share my answer.Below as my whole reproduciable operation.All my operations in docker step1: centos7 arm64 dockerfile: use this dockerfile to build image, command is below: bash into one container based on docker image above step 2: install high version gcc step 3: install high version cmake step 4: source code compile high version opencv #notice that successfully installed display like these: #next step #next step #soft link #check opencv version step 5: source code compile openblas
OpenBLAS build complete. (BLAS CBLAS LAPACK LAPACKE) OS ... Linux To install the library, you can run "make PREFIX=/path/to/your/installation install". #make install set prefix so that you donot need to change findOpenBLAS file content step 6: source code compile mxnet
#next step #cmake build ok,you'll find libmxnet.so file step 7: python install mxnet #after compile, we should change directory to root of mxnet !!!
That's all |
Beta Was this translation helpful? Give feedback.
-
os-release info:
NAME="Kylin Linux Advanced Server"
VERSION="V10 (Tercel)"
ID="kylin"
VERSION_ID="V10"
PRETTY_NAME="Kylin Linux Advanced Server V10 (Tercel)"
ANSI_COLOR="0;31"
incubator-mxnet branch: 1.9.x
execute command: CMAKE_STATICBUILD=1 tools/staticbuild/build.sh cpu > build.log 2>&1
error info:
/usr/bin/ld: ../staticdeps/lib64/libpng.a(pngrutil.c.o): in function
png_inflate_claim': pngrutil.c:(.text+0xff8): undefined reference to
inflateValidate'Beta Was this translation helpful? Give feedback.
All reactions