You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2022/03/08 22:19:37 UTC

[GitHub] [incubator-mxnet] kevinzezel opened a new issue #20945: compile mxnet-1.9.0 on Raspberry PI 4 - aarch64

kevinzezel opened a new issue #20945:
URL: https://github.com/apache/incubator-mxnet/issues/20945


   Hi,
   
   I am trying to compile mxnet-1.9.0 on my raspberry PI 4, and i got this error.
   
   ```
   add_subdirectory given source
     "/home/pi/mxnet-1.9.0/3rdparty/googletest/googletest" which is not an
     existing directory.
   ```
   
   
   OBS. I compiled 2.0.0 version successfully following this steps https://qengineering.eu/install-mxnet-on-raspberry-pi-4.html, but version 1.9.0 does not.
   
   
   ```
   pi@raspberrypi:~/mxnet-1.9.0/build $ cmake -DUSE_SSE=OFF \
           -DUSE_F16C=OFF \
           -DUSE_CUDA=OFF \
           -DUSE_OPENCV=ON \
           -DUSE_OPENMP=ON \
           -DUSE_MKL_IF_AVAILABLE=OFF \
           -DUSE_SIGNAL_HANDLER=ON \
           -Dmxnet_LINKER_LIBS=-latomic \
           -DCMAKE_BUILD_TYPE=Release ..
   -- The C compiler identification is Clang 11.0.1
   -- The CXX compiler identification is Clang 11.0.1
   -- Detecting C compiler ABI info
   -- Detecting C compiler ABI info - done
   -- Check for working C compiler: /usr/bin/clang - skipped
   -- Detecting C compile features
   -- Detecting C compile features - done
   -- Detecting CXX compiler ABI info
   -- Detecting CXX compiler ABI info - done
   -- Check for working CXX compiler: /usr/bin/clang++ - skipped
   -- Detecting CXX compile features
   -- Detecting CXX compile features - done
   -- CMAKE_CROSSCOMPILING FALSE
   -- CMAKE_HOST_SYSTEM_PROCESSOR aarch64
   -- CMAKE_SYSTEM_PROCESSOR aarch64
   -- CMAKE_SYSTEM_NAME Linux
   -- CMake version '3.18.4' using generator 'Unix Makefiles'
   -- Could not find CCache. Consider installing CCache to speed up compilation.
   -- Performing Test SUPPORT_CXX11
   -- Performing Test SUPPORT_CXX11 - Success
   -- Performing Test SUPPORT_CXX0X
   -- Performing Test SUPPORT_CXX0X - Success
   -- Found OpenBLAS libraries: /usr/lib/aarch64-linux-gnu/libopenblas.so
   -- Found OpenBLAS include: /usr/include/aarch64-linux-gnu
   -- Found OpenCV: /usr (found version "4.5.1") found components: core highgui imgproc imgcodecs 
   -- OpenCV 4.5.1 found (/usr/lib/aarch64-linux-gnu/cmake/opencv4)
   --  OpenCV_LIBS=opencv_core;opencv_highgui;opencv_imgproc;opencv_imgcodecs
   -- Found OpenMP_C: -fopenmp=libomp (found version "5.0") 
   -- Found OpenMP_CXX: -fopenmp=libomp (found version "5.0") 
   -- Found OpenMP: TRUE (found version "5.0")  
   USE_LAPACK is ON
   CMake Error at CMakeLists.txt:522 (add_subdirectory):
     add_subdirectory given source
     "/home/pi/mxnet-1.9.0/3rdparty/googletest/googletest" which is not an
     existing directory.
   
   
   -- Found GTest: gtest  
   -- Configuring incomplete, errors occurred!
   See also "/home/pi/mxnet-1.9.0/build/CMakeFiles/CMakeOutput.log".
   
   ```
   
   Raspberry PI 4 - aarch64
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org


[GitHub] [incubator-mxnet] github-actions[bot] commented on issue #20945: compile mxnet-1.9.0 on Raspberry PI 4 - aarch64

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #20945:
URL: https://github.com/apache/incubator-mxnet/issues/20945#issuecomment-1062276567


   Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue.
   Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly.
   If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on [contributing to MXNet](https://mxnet.apache.org/community/contribute) and our [development guides wiki](https://cwiki.apache.org/confluence/display/MXNET/Developments).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org