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

[ Full content available at: 
https://github.com/apache/incubator-mxnet/issues/12472 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to