You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/03/31 04:28:47 UTC

[GitHub] [tvm] apivovarov edited a comment on issue #7705: build tvm failed with libbacktrace.a : ld: symbol(s) not found for architecture x86_64

apivovarov edited a comment on issue #7705:
URL: https://github.com/apache/tvm/issues/7705#issuecomment-810750827


   I recommend to test `cmake / make runtime` for arm cross compilation toolchain.
   ```
   cmake .. \
   -DCMAKE_C_COMPILER=arm-linux-gnueabihf-gcc \
   -DCMAKE_CXX_COMPILER=arm-linux-gnueabihf-g++
   
   make VERBOSE=1 runtime
   ```
   make sure libbacktrace is built using arm gcc (not default /usr/bin/gcc)


-- 
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:
users@infra.apache.org