You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/05/10 07:02:22 UTC

[GitHub] lovehuanhuan opened a new issue #10883: make err on RK3399

lovehuanhuan opened a new issue #10883: make err on RK3399
URL: https://github.com/apache/incubator-mxnet/issues/10883
 
 
   As I was told by "http://mxnet.incubator.apache.org/install/"
   
   After inputting 
   "make -j $(nproc) USE_OPENCV=1 USE_BLAS=openblas"
   I got these errors:
   
   ### g++ -std=c++11 -c -DMSHADOW_FORCE_STREAM -Wall -Wsign-compare -O3 -DNDEBUG=1 -I/home/firefly/zzp/incubator-mxnet/3rdparty/mshadow/ -I/home/firefly/zzp/incubator-mxnet/3rdparty/dmlc-core/include -fPIC -I/home/firefly/zzp/incubator-mxnet/3rdparty/nnvm/include -I/home/firefly/zzp/incubator-mxnet/3rdparty/dlpack/include -I/home/firefly/zzp/incubator-mxnet/3rdparty/nnvm/tvm/include -Iinclude -funroll-loops -Wno-unused-parameter -Wno-unknown-pragmas -Wno-unused-local-typedefs -DMSHADOW_USE_SSE=0 -DMSHADOW_USE_F16C=0 -DMSHADOW_USE_CUDA=0 -DMSHADOW_USE_CBLAS=1 -DMSHADOW_USE_MKL=0 -DMSHADOW_RABIT_PS=0 -DMSHADOW_DIST_PS=0 -DMSHADOW_USE_PASCAL=0 -DMXNET_USE_OPENCV=1 -I/usr/local/include/opencv -I/usr/local/include -fopenmp -DMXNET_USE_OPERATOR_TUNING=1 -DMXNET_USE_LAPACK  -DMXNET_USE_NCCL=0 -DMXNET_USE_LIBJPEG_TURBO=0 -MMD -c src/operator/tensor/broadcast_reduce_op_index.cc -o build/src/operator/tensor/broadcast_reduce_op_index.o
   g++: internal compiler error: Killed (program cc1plus)
   Please submit a full bug report,
   with preprocessed source if appropriate.
   See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
   Makefile:431: recipe for target 'build/src/operator/tensor/matrix_op.o' failed
   make: *** [build/src/operator/tensor/matrix_op.o] Error 4
   make: *** Waiting for unfinished jobs....
   
   ^CMakefile:431: recipe for target 'build/src/operator/tensor/broadcast_reduce_op_index.o' failed
   make: *** [build/src/operator/tensor/broadcast_reduce_op_index.o] Interrupt
   Makefile:431: recipe for target 'build/src/operator/tensor/elemwise_binary_broadcast_op_basic.o' failed
   make: *** [build/src/operator/tensor/elemwise_binary_broadcast_op_basic.o] Interrupt
   Makefile:431: recipe for target 'build/src/operator/tensor/elemwise_binary_broadcast_op_extended.o' failed
   make: *** [build/src/operator/tensor/elemwise_binary_broadcast_op_extended.o] Interrupt
   make: *** wait: No child processes.  Stop.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services