You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "vra (via GitHub)" <gi...@apache.org> on 2023/05/26 14:46:13 UTC

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

vra commented on issue #7705:
URL: https://github.com/apache/tvm/issues/7705#issuecomment-1564504567

   I fixed the same issue by the soution offered by this [comment](https://github.com/bitcoin/bitcoin/issues/20825#issuecomment-753444519).
   
   Basically, remove the binutils package, make clean and then rerun make:
   ```bash
   brew uninstall binutils
   make clean
   make -j8
   ```


-- 
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: commits-unsubscribe@tvm.apache.org

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