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 2019/01/26 01:04:15 UTC

[GitHub] yuyijie1995 opened a new issue #13996: Make error

yuyijie1995 opened a new issue #13996: Make error 
URL: https://github.com/apache/incubator-mxnet/issues/13996
 
 
   When I want to build cpp package ,this error below just happened.
   g++ -std=c++11 -DMSHADOW_FORCE_STREAM -Wall -Wsign-compare -O3 -DNDEBUG=1 -I/home/users/yijie.yu/yuyijie/mxnet/3rdparty/mshadow/ -I/home/users/yijie.yu/yuyijie/mxnet/3rdparty/dmlc-core/include -fPIC -I/home/users/yijie.yu/yuyijie/mxnet/3rdparty/tvm/nnvm/include -I/home/users/yijie.yu/yuyijie/mxnet/3rdparty/dlpack/include -I/home/users/yijie.yu/yuyijie/mxnet/3rdparty/tvm/include -Iinclude -funroll-loops -Wno-unused-parameter -Wno-unknown-pragmas -Wno-unused-local-typedefs -msse3 -mf16c -I/usr/local/cuda-8.0/include -DMSHADOW_USE_CBLAS=1 -DMSHADOW_USE_MKL=0 -I/home/users/yijie.yu/yuyijie/mxnet/3rdparty/mkldnn/build/install/include -DMSHADOW_RABIT_PS=0 -DMSHADOW_DIST_PS=0 -DMSHADOW_USE_PASCAL=0 -DMXNET_USE_MKLDNN=1 -DUSE_MKL=1 -I/home/users/yijie.yu/yuyijie/mxnet/src/operator/nn/mkldnn/ -I/home/users/yijie.yu/yuyijie/mxnet/3rdparty/mkldnn/build/install/include -DMXNET_USE_OPENCV=1 -I/usr/include/opencv   -fopenmp -DMXNET_USE_OPERATOR_TUNING=1 -DMSHADOW_USE_CUDNN=1 -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free  -I/usr/include/openblas/ -I/home/users/yijie.yu/yuyijie/mxnet/3rdparty/cub -DMXNET_ENABLE_CUDA_RTC=1 -DMXNET_USE_NCCL=0 -DMXNET_USE_LIBJPEG_TURBO=0 -Icpp-package/include -o build/cpp-package/example/lenet_with_mxdataiter cpp-package/example/lenet_with_mxdataiter.cpp -pthread -lm -lcudart -lcublas -lcurand -lcusolver -L/usr/local/cuda-8.0/lib64 -L/usr/local/cuda-8.0/lib -Wl,--as-needed -lmklml_intel -lmklml_gnu -liomp5 -L/home/users/yijie.yu/yuyijie/mxnet/3rdparty/mkldnn/build/install/lib/ -lopenblas -fopenmp -lrt -L/usr/local/hadoop-2.7.2/lib/native -lhdfs -L/usr/lib/jvm/java-1.7.0/jre/lib/amd64/server -ljvm -Wl,-rpath=/usr/lib/jvm/java-1.7.0/jre/lib/amd64/server -L/home/users/yijie.yu/yuyijie/mxnet/3rdparty/mkldnn/build/install/lib -lmkldnn -Wl,-rpath,'${ORIGIN}' -lopencv_calib3d -lopencv_contrib -lopencv_core -lopencv_features2d -lopencv_flann -lopencv_highgui -lopencv_imgproc -lopencv_legacy -lopencv_ml -lopencv_objdetect -lopencv_photo -lopencv_stitching -lopencv_superres -lopencv_video -lopencv_videostab -lcudnn /usr/lib64/libtcmalloc.so  -lcufft -lcuda -lnvrtc -L/usr/local/cuda/lib64/stubs -L/home/users/yijie.yu/yuyijie/mxnet/lib -lmxnet
   make: *** [build/cpp-package/example/mlp_csv] Error 1
   make: *** Waiting for unfinished jobs....
   But I still got the MxnetCpp.h file .How can I solve it or I just ignore it ?

----------------------------------------------------------------
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