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 2022/11/17 09:45:40 UTC

[GitHub] [tvm] Xrigok opened a new issue, #13415: collect2: fatal error: cannot find ‘ld’

Xrigok opened a new issue, #13415:
URL: https://github.com/apache/tvm/issues/13415

   ![image](https://user-images.githubusercontent.com/31384900/202408328-1e1e48be-caad-4a76-ae19-a39d568f2e63.png)
   This problem occurred when I was building TVM. It compiled successfully before, but now it fails to recompile again.


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

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


[GitHub] [tvm] driazati commented on issue #13415: collect2: fatal error: cannot find ‘ld’

Posted by GitBox <gi...@apache.org>.
driazati commented on issue #13415:
URL: https://github.com/apache/tvm/issues/13415#issuecomment-1319380805

   This seems like a problem with your host system, are you able to compile and link a simple c program to an executable? Your `PATH` environment variable may be changed to not have `ld` in it anymore either.
   
   If you're just looking to get started right away you could use the TVM Docker images instead: https://tvm.apache.org/docs/install/docker.html


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


[GitHub] [tvm] masahi commented on issue #13415: collect2: fatal error: cannot find ‘ld’

Posted by GitBox <gi...@apache.org>.
masahi commented on issue #13415:
URL: https://github.com/apache/tvm/issues/13415#issuecomment-1320477769

   Please make sure `ld` is available in your PATH. This is not reproducible. 


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


[GitHub] [tvm] Xrigok commented on issue #13415: collect2: fatal error: cannot find ‘ld’

Posted by GitBox <gi...@apache.org>.
Xrigok commented on issue #13415:
URL: https://github.com/apache/tvm/issues/13415#issuecomment-1319470826

   I can compile the .c file directly with gcc to generate the .so file


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


[GitHub] [tvm] masahi closed issue #13415: collect2: fatal error: cannot find ‘ld’

Posted by GitBox <gi...@apache.org>.
masahi closed issue #13415: collect2: fatal error: cannot find ‘ld’
URL: https://github.com/apache/tvm/issues/13415


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