Encounter problems when installing TVM

When I try to install TVM on Ubantu16.01 of the computer in my lab during the ‘make’ process, error occurs that: c++: error: unrecognized command line option ‘-fuse-ld=lld’ CMakeFiles/tvm_runtime.dir/build.make:170: recipe for target ‘libtvm_runtime.so’ failed. I changed the version of clang+llvm for serveral times and still can not solve the problem. The following are the environment: LLVM 8.0.1 g++ 5.5.0 cmake 3.10(3.18.4 has also been tested) python3.7.9 Eager for an solution. Thanks.

sudo apt-get install -y software-properties-common sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt update sudo apt install g+±7 -y sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60 --slave /usr/bin/g++ g++ /usr/bin/g+±7 sudo update-alternatives --config gcc g++ --version gcc --version