kepler-cpu commented on issue #12472: Try to Setup MXnet on Raspberry Pi3 using MXNet installation guide using MAC but fail URL: https://github.com/apache/incubator-mxnet/issues/12472#issuecomment-420170742 try native build on pi directly but still get errors when executing the cmake \ commands in the 'Build' section from the instruction below is the errors I got... ps: have tried to install the ninja-built but still fail ninja --version shows 1.3.4 cmake version shows 3.6.2 appreciate any guidance on how to move this forward... # Error Msg: pi@test:~/incubator-mxnet/build $ cmake \ > -DUSE_SSE=OFF \ > -DUSE_CUDA=OFF \ > -DUSE_OPENCV=ON \ > -DUSE_OPENMP=ON \ > -DUSE_MKL_IF_AVAILABLE=OFF \ > -DUSE_SIGNAL_HANDLER=ON \ > -DCMAKE_BUILD_TYPE=Release \ > -GNinja .. -- The C compiler identification is GNU 4.9.2 -- The CXX compiler identification is GNU 4.9.2 -- Check for working C compiler: /usr/bin/cc CMake Error: The detected version of Ninja () is less than the version of Ninja required by CMake (1.3). CMake Error: Internal CMake error, TryCompile generation of cmake failed -- Check for working C compiler: /usr/bin/cc -- broken CMake Error at /usr/share/cmake-3.6/Modules/CMakeTestCCompiler.cmake:61 (message): The C compiler "/usr/bin/cc" is not able to compile a simple test program. It fails with the following output: CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:3 (project) -- Configuring incomplete, errors occurred! See also "/home/pi/incubator-mxnet/build/CMakeFiles/CMakeOutput.log". See also "/home/pi/incubator-mxnet/build/CMakeFiles/CMakeError.log".
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
