wms2537 commented on issue #17045:
URL: 
https://github.com/apache/incubator-mxnet/issues/17045#issuecomment-704845559


   Still the same:
   
   ```
   io.cc:(.text+0xa8): relocation truncated to fit: R_AARCH64_CALL26 against 
symbol `std::__cxx11::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::_M_create(unsigned long&, unsigned 
long)@@GLIBCXX_3.4.21' defined in .text section in 
/usr/lib/gcc/aarch64-linux-gnu/7/libstdc++.so
   io.cc:(.text+0xc0): relocation truncated to fit: R_AARCH64_CALL26 against 
symbol `memcpy@@GLIBC_2.17' defined in .text section in 
/lib/aarch64-linux-gnu/libc.so.6
   io.cc:(.text+0xd8): relocation truncated to fit: R_AARCH64_CALL26 against 
symbol `__stack_chk_fail@@GLIBC_2.17' defined in .text section in 
/lib/aarch64-linux-gnu/libc.so.6
   io.cc:(.text+0xe4): relocation truncated to fit: R_AARCH64_CALL26 against 
symbol `std::__throw_logic_error(char const*)@@GLIBCXX_3.4' defined in .text 
section in /usr/lib/gcc/aarch64-linux-gnu/7/libstdc++.so
   3rdparty/dmlc-core/libdmlc.a(io.cc.o): In function 
`dmlc::io::FileSystem::GetInstance(dmlc::io::URI const&)':
   io.cc:(.text+0x118): relocation truncated to fit: R_AARCH64_CALL26 against 
symbol `std::__cxx11::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::compare(char const*) const' defined in 
.text._ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareEPKc[_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareEPKc]
 section in CMakeFiles/nnvm.dir/3rdparty/tvm/nnvm/src/core/symbolic.cc.o
   io.cc:(.text+0x168): relocation truncated to fit: R_AARCH64_CALL26 against 
symbol `__cxa_guard_acquire@@CXXABI_1.3' defined in .text section in 
/usr/lib/gcc/aarch64-linux-gnu/7/libstdc++.so
   io.cc:(.text+0x18c): relocation truncated to fit: R_AARCH64_CALL26 against 
symbol `__cxa_guard_release@@CXXABI_1.3' defined in .text section in 
/usr/lib/gcc/aarch64-linux-gnu/7/libstdc++.so
   io.cc:(.text+0x1a4): relocation truncated to fit: R_AARCH64_CALL26 against 
symbol `__cxa_atexit@@GLIBC_2.17' defined in .text section in 
/lib/aarch64-linux-gnu/libc.so.6
   io.cc:(.text+0x1c0): relocation truncated to fit: R_AARCH64_CALL26 against 
symbol `std::__cxx11::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::compare(char const*) const' defined in 
.text._ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareEPKc[_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareEPKc]
 section in CMakeFiles/nnvm.dir/3rdparty/tvm/nnvm/src/core/symbolic.cc.o
   io.cc:(.text+0x1dc): relocation truncated to fit: R_AARCH64_CALL26 against 
symbol `dmlc::LogMessageFatal::LogMessageFatal(char const*, int)' defined in 
.text._ZN4dmlc15LogMessageFatalC2EPKci[_ZN4dmlc15LogMessageFatalC5EPKci] 
section in CMakeFiles/nnvm.dir/3rdparty/tvm/nnvm/src/c_api/c_api_graph.cc.o
   io.cc:(.text+0x1f0): additional relocation overflows omitted from the output
   collect2: error: ld returned 1 exit status
   ninja: build stopped: subcommand failed.
   ```
   Here's my cmake log: 
   ```-- The C compiler identification is GNU 7.5.0
   -- The CXX compiler identification is GNU 7.5.0
   -- Check for working C compiler: /usr/bin/cc
   -- Check for working C compiler: /usr/bin/cc - works
   -- Detecting C compiler ABI info
   -- Detecting C compiler ABI info - done
   -- Detecting C compile features
   -- Detecting C compile features - done
   -- Check for working CXX compiler: /usr/bin/c++
   -- Check for working CXX compiler: /usr/bin/c++ - works
   -- Detecting CXX compiler ABI info
   -- Detecting CXX compiler ABI info - done
   -- 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.17.3' using generator 'Ninja'
   -- Looking for a CUDA compiler
   -- Looking for a CUDA compiler - /usr/local/cuda/bin/nvcc
   -- The CUDA compiler identification is NVIDIA 10.2.89
   -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc
   -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - works
   -- Detecting CUDA compiler ABI info
   -- Detecting CUDA compiler ABI info - done
   -- Detecting CUDA compile features
   -- Detecting CUDA compile features - done
   -- Found OpenBLAS libraries: /usr/lib/aarch64-linux-gnu/libopenblas.so
   -- Found OpenBLAS include: /usr/include/aarch64-linux-gnu
   -- OpenCV Disabled
   -- Found OpenMP_C: -fopenmp (found version "4.5") 
   -- Found OpenMP_CXX: -fopenmp (found version "4.5") 
   -- Found OpenMP: TRUE (found version "4.5")  
   CMake Warning at 3rdparty/googletest/googletest/CMakeLists.txt:47 (project):
     VERSION keyword not followed by a value or was followed by a value that
     expanded to nothing.
   
   
   -- Found PythonInterp: /usr/bin/python (found version "2.7.17") 
   -- Looking for pthread.h
   -- Looking for pthread.h - found
   -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
   -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
   -- Found Threads: TRUE  
   -- Found GTest: gtest  
   -- Found CUDNN: /usr/lib/aarch64-linux-gnu/libcudnn.so  
   -- Found OpenMP_C: -fopenmp (found version "4.5") 
   -- Found OpenMP_CXX: -fopenmp (found version "4.5") 
   -- Looking for clock_gettime in rt
   -- Looking for clock_gettime in rt - found
   -- Looking for fopen64
   -- Looking for fopen64 - not found
   -- Looking for C++ include cxxabi.h
   -- Looking for C++ include cxxabi.h - found
   -- Looking for nanosleep
   -- Looking for nanosleep - found
   -- Looking for backtrace
   -- Looking for backtrace - found
   -- backtrace facility detected in default set of libraries
   -- Found Backtrace: /usr/include  
   -- Check if the system is big endian
   -- Searching 16 bit integer
   -- Looking for sys/types.h
   -- Looking for sys/types.h - found
   -- Looking for stdint.h
   -- Looking for stdint.h - found
   -- Looking for stddef.h
   -- Looking for stddef.h - found
   -- Check size of unsigned short
   -- Check size of unsigned short - done
   -- Searching 16 bit integer - Using unsigned short
   -- Check if the system is big endian - little endian
   -- /home/chkl/mxnet/3rdparty/dmlc-core/cmake/build_config.h.in -> 
include/dmlc/build_config.h
   -- Performing Test SUPPORT_MSSE2
   -- Performing Test SUPPORT_MSSE2 - Failed
   -- CUDA: Using the following NVCC architecture flags 
-gencode;arch=compute_52,code=sm_52
   -- Found CUDAToolkit: /usr/local/cuda/include (found version "10.2.89") 
   -- Found NVML: /usr/local/cuda/include  
   -- Found NVML (include: /usr/local/cuda/include, library: 
/usr/local/cuda/lib64/stubs/libnvidia-ml.so)
   -- Found Python3: /usr/bin/python3.6 (found version "3.6.9") found 
components: Interpreter 
   -- CUDA: Adding NVCC options: --fatbin-options --compress-all
   CMake Warning at CMakeLists.txt:839 (message):
     OpenCV_VERSION_MAJOR: , version 3 with imgcodecs is required for im2rec,
     im2rec will not be available
   
   
   -- Configuring done
   -- Generating done
   -- Build files have been written to: /home/chkl/mxnet/build
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to