everx-labs / TVM-Compiler

Clang compiler for TVM
Apache License 2.0
60 stars 16 forks source link

Fail on Building and installing #296

Open ilyar opened 2 years ago

ilyar commented 2 years ago
git c --dept 1 git@github.com:tonlabs/TON-Compiler.git
mkdir -p TON-Compiler/build $HOME/bin/ton
cd TON-Compiler/build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/bin/ton -C /path/to/TON-Compiler/cmake/Cache/ton-compiler.cmake ../llvm
cmake --build . --target install-distribution

Out

make: *** No rule to make target 'install-distribution'.  Stop.
ilyar commented 2 years ago

-C ../cmake/Cache/ton-compiler.cmake

git c --dept 1 git@github.com:tonlabs/TON-Compiler.git
mkdir -p TON-Compiler/build $HOME/bin/ton
cd TON-Compiler/build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/bin/ton -C ../cmake/Cache/ton-compiler.cmake ../llvm
cmake --build . --target install-distribution

Out

Cloning into 'tvm_linker'...
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Cloning into 'tvm_linker'...
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Cloning into 'tvm_linker'...
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
-- Had to git clone more than once:
          3 times.
CMake Error at /tmp/TON-Compiler/llvm/projects/ton-compiler/tvm_linker/tmp/tvm_linker-gitclone.cmake:31 (message):
  Failed to clone repository: 'https://github.com/tonlabs/TVM-linker/'

make[3]: *** [projects/ton-compiler/CMakeFiles/tvm_linker.dir/build.make:91: /tmp/TON-Compiler/llvm/projects/ton-compiler/tvm_linker/src/tvm_linker-stamp/tvm_linker-download] Error 1
make[2]: *** [CMakeFiles/Makefile2:9923: projects/ton-compiler/CMakeFiles/tvm_linker.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:7325: CMakeFiles/install-distribution.dir/rule] Error 2
make: *** [Makefile:225: install-distribution] Error 2