taeyeonlee opened a new issue, #16371: URL: https://github.com/apache/tvm/issues/16371
Ubuntu 22.04 LTS Even though ld command is available, when building tvm and related libraries, the error is following. How can I build ? pqc@pqc-HP-Z4-G4-Workstation:~/tvm/build$ make -j4 [ 1%] Built target tvm_libinfo_objs [ 1%] Built target project_libbacktrace [ 8%] Built target tvm_runtime_objs [ 8%] Linking CXX shared library libtvm_runtime.so collect2: fatal error: cannot find ‘ld’ compilation terminated. make[2]: *** [CMakeFiles/tvm_runtime.dir/build.make:178: libtvm_runtime.so] Error 1 make[1]: *** [CMakeFiles/Makefile2:203: CMakeFiles/tvm_runtime.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [100%] Built target tvm_objs make: *** [Makefile:136: all] Error 2 pqc@pqc-HP-Z4-G4-Workstation:~/tvm/build$ ld --version GNU ld (GNU Binutils for Ubuntu) 2.38 Copyright (C) 2022 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) a later version. This program has absolutely no warranty. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
